Hi,
I am writing a page and have been provided with a flash.
The client wants to be able to click on the flash and go to the first page of the site .... I tried to just wrap the whole thing in < a href="...."> <object> flash stuff </object. </a>
but that didn't work .... here's that source
<a href="docs/philosophy/philos_frameset.htm">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="760" height="400">
<param name=movie value="media/bmw_detect_QT.swf">
<param name=quality value=high>
<embed src="media/bmw_detect_QT.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="760" height="400">
</embed>
</object>
</a>
so anyone know how I can do this ?
thanks
I am writing a page and have been provided with a flash.
The client wants to be able to click on the flash and go to the first page of the site .... I tried to just wrap the whole thing in < a href="...."> <object> flash stuff </object. </a>
but that didn't work .... here's that source
<a href="docs/philosophy/philos_frameset.htm">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="760" height="400">
<param name=movie value="media/bmw_detect_QT.swf">
<param name=quality value=high>
<embed src="media/bmw_detect_QT.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="760" height="400">
</embed>
</object>
</a>
so anyone know how I can do this ?
thanks