zxfactor
06-16-2008, 09:34 PM
My video player follows me around or my site. I think it due to it rendering..
my site is an efic site thats on a php platform.. and at times the same thing happens on my message board site. Could you look at my code and see where I might be creating the error or is it as simple as I need to use streaming .. or if you have better coding, do you mind sharing? thanks
<object id="MediaPlayer" width=181 height=200 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://kreativefuzion.com/valentcentral/forumvideos/almost_.wmv">
<param name="Showcontrols" value="True">
<param name="autoStart" value="False">
<embed type="application/x-mplayer2" src="http://kreativefuzion.com/valentcentral/forumvideos/almost_.wmv" name="MediaPlayer" width=181 height=200></embed>
</object>
<PARAM NAME="enabled" VALUE="True">
<PARAM NAME="AutoStart" VALUE="False">
<PARAM name="PlayCount" value="3">
<PARAM name="Volume" value="50">
<PARAM NAME="balance" VALUE="0">
<PARAM NAME="Rate" VALUE="1.0">
<PARAM NAME="Mute" VALUE="False">
<PARAM NAME="fullScreen" VALUE="True">
<PARAM name="uiMode" value="full">
my site is an efic site thats on a php platform.. and at times the same thing happens on my message board site. Could you look at my code and see where I might be creating the error or is it as simple as I need to use streaming .. or if you have better coding, do you mind sharing? thanks
<object id="MediaPlayer" width=181 height=200 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://kreativefuzion.com/valentcentral/forumvideos/almost_.wmv">
<param name="Showcontrols" value="True">
<param name="autoStart" value="False">
<embed type="application/x-mplayer2" src="http://kreativefuzion.com/valentcentral/forumvideos/almost_.wmv" name="MediaPlayer" width=181 height=200></embed>
</object>
<PARAM NAME="enabled" VALUE="True">
<PARAM NAME="AutoStart" VALUE="False">
<PARAM name="PlayCount" value="3">
<PARAM name="Volume" value="50">
<PARAM NAME="balance" VALUE="0">
<PARAM NAME="Rate" VALUE="1.0">
<PARAM NAME="Mute" VALUE="False">
<PARAM NAME="fullScreen" VALUE="True">
<PARAM name="uiMode" value="full">