I am trying to pass a variable from Flash 5.0 to a php page. The variable is passed with a getURL action to pass the variable with GET. Thus I am setting getURL "index.php" and passing the variable "page='this_page.php'".
The desired result is to have this URL string: index.php?page=this_page.php.
Unfortunately the Flash variable is passing ascii so the "_" comes out as %5F and the "." comes out as %2E...
any suggestions are appreciated.