How to make a FLASH ANIMATION an HREF Link???

Superwormy

Golden Member
Feb 7, 2001
1,637
0
0
How do I make it so that the whole animation acts as a link to another HTML page?

i.e.: Flash animation embedded in an HTML page, want the entire animation, all frames, anywhere you click on it, to send you to page01.html

How???
 

Chooco

Banned
Apr 5, 2002
731
0
0
i used dream weaver to make a flash button into a link. there was a bunch of bs stuff about having it link to macromedia for the download but the name of the page it linked to was not mentioned in the html file. i think the link can be made into the flash itself and not the html..

if you actually can make it link through html and not flash this would be my guess:
<a href="index.html"><embed src="your_flash.swf"></a>
i don't guarauntee it will work, hope this helps