Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flash movie as a link

Status
Not open for further replies.

kris29

Programmer
Apr 23, 2006
10
IN
Hi,

Is there a way to add an <href> tag around the <embed> tag to make a flash movie into a link?

when you click the movie it loads an html page.
 
You could have an invisible button covering your entire movie (done in Flash!), and clicking anywhere would call up the html page!

Regards,
new.gif
 
If you have no other buttons on the movie, create an empty MovieClip and attach this code.

onClipEvent (mouseDown){
getUrl (&quot; &quot;_blank&quot;);
}

The mouse does not have to be over the MC to initiate the action. This also does not change the pointer to a hand. eSearing.com
a work in progress
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top