Is it possible to have my flash movie read in a URL variable thats manually typed in for example:
http://localhost/index.php?name=johnsmith
So if I send this to a friend, the text field will read in john smith
that way I can send this link to individual people and by altering the name variable each person will see their name appear in the flash document.
I can get php to print out the variable from the url, but flash only seems to read it in when I hard code the name variable inside the php document
Cheers.