Flash Hyperlink

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
vijay587
Forum Newbie
Posts: 1
Joined: Sun Oct 03, 2010 3:10 am

Flash Hyperlink

Post 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.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Flash Hyperlink

Post 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?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Flash Hyperlink

Post 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.
Post Reply