How do I use the get object to draw info from the web page on which a flash game is playing?
ie I create a flash game.
It runs from a specific page.
I want to pull info from that same page. (The page will change, depending on who loads it)
Printable View
How do I use the get object to draw info from the web page on which a flash game is playing?
ie I create a flash game.
It runs from a specific page.
I want to pull info from that same page. (The page will change, depending on who loads it)
If I understand you correct, you can't use the GET object to retrieve the allrady loaded page that the game is running from. The GET object will always retrieve a fresh page. You will have to call the page with the parameters you need.