ok, here’s what i’m trying to do,
I’m trying to pull variables into flash via an asp page, I want to pull that info into flash and write it to an sol for later use.
1st question:
i know how to load the asp page into flash (via the same way as dynamic text) . but how do i grab the variables? use them?
2ndquestion:
how do you create a preloader to check if the asp has been loaded into flash?
3rdquestion:
how do you send all that info back out? meaning what are the variable names ect., not how to post to an asp like this =
loadVariablesNum(“my_asp.asp”, 0); i know how to do that already(hey, atleast it’s something:) )