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 <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=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> 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