Copy link to clipboard
Copied
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= ????
Copy link to clipboard
Copied
there needs to be an embedding html that can use javascript to transmit the anchor link code.
Copy link to clipboard
Copied
I think your best option is using FlashVars:
Find more inspiration, events, and resources on the new Adobe Community
Explore Now