Is this possible...I have a stand-alone Flash training application that gathers
data as the user navigates through it. When the user is done, I would like, if
it's even possible, to have the Flash Player load an ASP page and send the data
to it. The ASP page would then be used to save this data to an Access database.
I know that I can do all this if the application runs in a browser, and I know
I can load a web browser with a certain web page from the stand-alone app.
What I'm trying to find out is: Can I send the data from the application to
this web page?
If anyone knows if I can do this and how, I'd really appreciate the help.
Chris
Randy1969 - 19 May 2005 17:30 GMT
Use LoadVars with sendAndLoad. There is no difference from using this object from a web page or a flash exe. Now if your trying to execute an ASP file on a local directory, then it will not work.
adireddy - 23 May 2005 09:30 GMT
Refer http://www.devarticles.com/c/a/Flash/The-Power-of-LoadVars-Object/