Linking swf in dreamweaver/html? thanks.?

  • Thread starter Thread starter urlocalwebdesigner.com
  • Start date Start date
U

urlocalwebdesigner.com

Guest
I am currently designing a website that has a flash video. The flash is an flv embed is an swf video player. I am trying to either (a) make it so when the user clicks the video, it links to another page or (b) at the end of the video, automatically redirect.
I am using dreamweaver but also understand html

Thanks so much!
ron s.. thanks for the answer. But as i said, its an flv file. Its a video. It was never created in flash. Thanks
 
For b), you would need access to the Flash source file. If you do, on the last frame, put in a call to getURL(). Ex: getURL("http://www.example.com")
 
Back
Top