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 sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make button of total video?

Status
Not open for further replies.

kippie

Technical User
Nov 8, 2001
158
I would like to put a video on my website and use the total video are as a button, so that a user if he clicks it is breought to a certain html-page. Is such a thing possible in FlashMX 2004? Is there an easy way for making such a thing?
 
Place an invisible button over the video on the stage. Attach your getURL statement to the button as usual.

Wow JT that almost looked like you knew what you were doing!
 
Or if you have the video as a movieclip you can add an event to it:

Code:
videoButton.onRelease=function(){
getURL('[URL unfurl="true"]http://www.mysite.com',_blank);[/URL]
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top