Forum Moderators: not2easy
<OBJECT ID="MediaPlayer" WIDTH="300" HEIGHT="300" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject" class = "movieHover">
<PARAM NAME="FileName" VALUE="myFile.wmv">
<PARAM name="autostart" VALUE="false">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<span class = "test">test</span>
<EMBED TYPE="application/x-mplayer2" SRC="myFile.wmv" NAME="MediaPlayer"
WIDTH="300" HEIGHT="300" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
</OBJECT>
</div>
I think that the only option available to you, without using javascript, is to add this attribute to the object element...
title="double click for full screen"
the quick dirty method would be to add this to the object element..
onmouseover="alert('double click for full screen')"