I have a trouble. Please help:
it's very simple when I wrote
<a href="somewhere"><img src="something"></a>
i've got an image & i can click on it to go to the specificated URL. But when I try to insert a flash move:
<a href="somewhere">
<OBJECT classid="clsid😃27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=100 HEIGHT=100>
<PARAM NAME=movie VALUE="TEST.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="TEST.swf" quality=high bgcolor=#FFFFFF WIDTH=100 HEIGHT=100 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</a>
Nothing happend when I click on it. 🙁
Please HELP...
Thanx....
P.S.: It's better to send answers to e-mail.
Best regards
Pavlik Morozov
P.P.S.: I can't specify URL in flash move, 'couse I need to build this HTML text dinamycaly, using PHP script and URL can change, so I need to know how to make an object as a link without JAVASCRIPT (or with it if this is an only way), or how to pass params to Flash move