how do i make my flash a link
Posted: Sat Aug 14, 2010 9:14 am
I have a flash /animation which i want to make has a link to another page.am using macromedia dreamweaver 8, the generated code for the flash is
i tried adding <a href='#'> to the beginning of the code and </a> to the end of the code but still does not link to the page i wanted, what can i do<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... n=7,0,19,0" width="150" height="112" title="Place Advert">
<param name="movie" value="images/advert.swf" />
<param name="quality" value="high" />
<embed src="images/advert.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="112"></embed>
</object>