flash - HTML : Make <object> a link -


i have html code got designer of form:

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="20">       <param name="movie" value="products.swf" />       <param name="quality" value="high" />       <param name="bgcolor" value="#ffffff" />       <embed src="products.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash" type="application/x-shockwave-flash" width="100" height="20" bgcolor="#ffffff"></embed>      </object> 

i want turn link, when click it go ./products.html can't figure out how.
wrapped entire object <a href...></a> when click it, gives me warning going through internet, , doesn't change page.

i have little understanding of flash. trivial, can't find right answer.

note: more info designer, loosing flash acceptable.

this not easy 1 think. when click inside flash movie, click captured movie , not surrounding html document. means element put around movie not have effect. (no reliable cross-browser effect, anyway.)

the simplest way having flash designer add invisible link element movie.

the second simplest way can think of making movie wmode=transparent , overlaying invisible <a> element. horribly complicated, depends on flash versions, how movie compiled, , on.

best talk designer , have him/her change movie.


Comments