Page 1 of 1

Flash Hyperlink

Posted: Sun Oct 03, 2010 4:27 pm
by vijay587
hello,
i have a problem with flash file hyper link.I used anchor tag for flash file but it does not work.
can any one help me to how to create hyper link for flash file to go to further page.
urgent.
thanks in advance.

Re: Flash Hyperlink

Posted: Sun Oct 03, 2010 6:49 pm
by Jonah Bron
What type of link are you talking about? Are you making a link to an HTML page from flash? A link from flash to an HTML page? Can you be specific?

Re: Flash Hyperlink

Posted: Mon Oct 04, 2010 10:53 am
by josh
You have to create a button on the stage, and register it's callback to execute the getUrl() function with the URL you want the user's browser directed to as the parameter for the getUrl() method.