I've worked it out!
<PARAM NAME=movie VALUE="test.swf?user_id=<%=user_id%>">
This creates a variable in flash and gives it a value of whatever user_id I've got from my asp page
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...
When a particular button is pressed in my swf, it loads an asp page - the asp adds an entry to a field in my database:
loadVariablesNum ("http://ben/var.asp", 0, "GET");
This works fine.
However, my problem is that when the asp puts an entry into my database, it needs...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.