I worked out how to do what I was rattling on about a few threads ago but now I've got another problem.
I've got the following code on a button in my swf:
on (release) {
loadVariablesNum ("http://ben/test.asp", 0, "GET");
}
Basically, test.asp opens a database, finds the...