Ive set up a php script on my server that returns variables from a database when you enter a url query string (eg …/customload.php?id=28 ), and it works fine…
What I can’t figure out is how load the retrieved variables into my flash app - should I have the flash movie embedded in the php page?
The way it should work is I give someone the link with the query string, and when clicked it brings up the flash movie which then automatically loads the returned variables. Any ideas appreciated because Im at a complete loss!!!