Hi, I have some problems with the code below. Also below the code I have two pictures one from IE one from Chrome.
<object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256"> <param name="fileName" value="<?php echo $check ?>"> <param name="animationatStart" value="false"> <param name="transparentatStart" value="false"> <param name="autoStart" value="true"> <param name="showControls" value="true"> <param name="Volume" value="-450"> <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="<?php echo $check ?>" name="MediaPlayer1" width="270" height="100" autostart="1" showcontrols="1" volume="-450" align="absmiddle" displaysize="0" autosize="0" > </embed> </object>
This is the one from Chrome, http://uploadpic.org/storage/2011/XFxfIh66kAk2np2aBbdqGUNH.jpg This is the one from IE(all versions same problem) http://uploadpic.org/storage/2011/4M7Nbu4NHCPiJqqWLYpv4mNNw.jpg
<object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256">
I fixed it, [ width="280" height="256" ] just did the change and it worked :)