Skip to main content
Participant
August 25, 2013
Question

How can AS3 get URL data?

  • August 25, 2013
  • 2 replies
  • 543 views

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= ????

This topic has been closed for replies.

2 replies

Inspiring
August 26, 2013
kglad
Community Expert
Community Expert
August 25, 2013

there needs to be an embedding html that can use javascript to transmit the anchor link code.