Hi
I am wanting to get information from the address bar to load into the flash AS3 so when the flash is told to load a page it sends that information on to the next page how can i do this?
This is the page before the page using the flash
http://www.mysite.com/page1.php?id=1
The page containing the flash address
http://www.mysite.com/page2.php?id=1
I need the flash to take the
id=1 details so when the flash is finished it adds it to the end of the address of the page it sends you to
The page flash sends you to
http://www.mysite.com/page3.php?id=1
How can i do this please