Link to home
Start Free TrialLog in
Avatar of mediapanderer
mediapanderer

asked on

Executing remote web server code - loadVariables?

What is the best way to silently execute a page on a webserver from Flash?  I don't need to open a web browser, just execute an ASP page on a server behind the scenes.

In the past I would simply use loadVariables("http://www.mydomain.com/pagetoexecute.asp", _root)

...is this still the best way to go?

Thanks in advance!
ASKER CERTIFIED SOLUTION
Avatar of Aneesh Chopra
Aneesh Chopra
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mediapanderer
mediapanderer

ASKER

Thanks very much to you both!  I guess at very least I could use the XML method to get an error code, so I guess that workd perfectly.  CyanBlue, thanks also for your addition, I'll keep that in mind.

Thanks again!