BloomFreak
10-02-2008, 04:52 PM
OK when I post this code
<object id="MediaPlayer" width=320 height=274 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components…" type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="http://anfvpq.bay.livefilestore.com/y1pOvHGGwk1EkSr6K-mprP7qD9baJC2lE8g46tHB4gJFywVkcEPP_qry5gO9tlkFGvHHlcR_2dswu8/Indestructible%20official%20MV.wmv?download">
<param name="ShowStatusBar" value="True">
<param name="ShowControls" value="True">
<param name="ShowDisplay" value="False">
<param name="autoStart" value="false">
<embed type="application/x-ms-wmp" src="http://anfvpq.bay.livefilestore.com/y1pOvHGGwk1EkSr6K-mprP7qD9baJC2lE8g46tHB4gJFywVkcEPP_qry5gO9tlkFGvHHlcR_2dswu8/Indestructible%20official%20MV.wmv?download" name="MediaPlayer" showdisplay="0" showstatusbar="1" autostart="0" width=320 height=274>
</embed></object>
With that URL of the video the controls disappear and its not just doing it what that^ video. But its doing it to all the videos except one of them. but when I use a different URL of a different video the controls stay there. :confused:
<object id="MediaPlayer" width=320 height=274 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components…" type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="http://anfvpq.bay.livefilestore.com/y1pOvHGGwk1EkSr6K-mprP7qD9baJC2lE8g46tHB4gJFywVkcEPP_qry5gO9tlkFGvHHlcR_2dswu8/Indestructible%20official%20MV.wmv?download">
<param name="ShowStatusBar" value="True">
<param name="ShowControls" value="True">
<param name="ShowDisplay" value="False">
<param name="autoStart" value="false">
<embed type="application/x-ms-wmp" src="http://anfvpq.bay.livefilestore.com/y1pOvHGGwk1EkSr6K-mprP7qD9baJC2lE8g46tHB4gJFywVkcEPP_qry5gO9tlkFGvHHlcR_2dswu8/Indestructible%20official%20MV.wmv?download" name="MediaPlayer" showdisplay="0" showstatusbar="1" autostart="0" width=320 height=274>
</embed></object>
With that URL of the video the controls disappear and its not just doing it what that^ video. But its doing it to all the videos except one of them. but when I use a different URL of a different video the controls stay there. :confused: