How can AS3 get URL data?
Hey guys,
I am building a flash object for a forum, where people have to fill in a validation code to confirm their email.
So the php and etc is working, the automatic code generator is trough the php and mysql from the forum server, but now is my question.
I want the users to be able to click a link inside the email to auto confirm, without having to insert the code.
So if I have as link to the flash object: http://www.site.com/validate.swf
But users receive it as http://www.site.com/validate.swf#code=validate_code_here
How can my actionscript get the code after the #code= ????
