need web help

RC

Veteran XX
I made this short e commercial thing, I need it to be able to work as a link aswell.
How can I do this?

(make it so someone can just click on the video and it takes them to the site)

my guess is flash would be best, but how?

thanks!
 
Im not sure if thats what im looking for..
Thats if you want to make a frame of your movie to be used as a link to your actual movie... I need the movie to link to entirely differnet site.
I also need the video to be a .swf in the end, because it will be used as a popup
 
flash people..

if I add a button in flash, what the actionscript command to make it link me to something when I click on it?


also, how do I make the video stop on the last frame of the video, without stopping the entire video (which is what its doing now)
 
flash people..

if I add a button in flash, what the actionscript command to make it link me to something when I click on it?


also, how do I make the video stop on the last frame of the video, without stopping the entire video (which is what its doing now)

getURL("http://www.something.com", "_blank");
_blank is the target window, just like HTML

on the last frame of the video, add stop(); ;)
 
Back
Top