Is there a way to get session variables (from PHP) into a Flash movie?
I have a game with a high score table, and people have allready logged in to get to the game, so thought I could avoid them having to type in a name at the start of the game and instead use the stored username for the high score. But when submitting the score at game over (using GetURL) the session seems to get terminated.
Any bright ideas?