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.
Flash Hyperlink
Moderator: General Moderators
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: Flash Hyperlink
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
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.