Adding a link to a Flash movie

B

Bill

I've got an SWF that does not link to anywhere. I'd like the Flash movie to
link to somewhere when I click on it.

I tried surrounding the EMBED tag with an anchor <a
href="http://www.mylink.com">... in FP2000, but that didn't work.

Any ideas?

Thanks!

Bill.
 
M

Murray

HTML cannot add links to Active content. If you want the Flash to take you
somewhere when you click on it, you'd have to code that in the Actionscript
of the Flash element.
 
Top