Click to See Complete Forum and Search --> : Hide Controller - IE7 vs. Firefox


jerryr125
08-08-2007, 06:09 AM
Hi -
I inserted this code on a web page - I would like to hide the controller.
It hides the controller in Firefox but not in IE7.

Help !! Do you have anything set incorrectly ??


<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="180" height="46" >
<param name="FileName" value=" http://****************richie1151/12KissingAir-001.mp3">
<embed type="application/x-mplayer2" src= "http://****************richie1151/12KissingAir-001.mp3 " hidden="true" autostart="true" loop="true" controller="false">
</embed>
<param name="autoplay" value="true">
<param name="controller" value="false">

</object>