View Single Post
Old 01-28-2009, 11:10 PM   PM User | #739
45sd123
New to the CF scene

 
Join Date: Jan 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
45sd123 is an unknown quantity at this point
Can anyone help me to solve this small problem.
I have this CODE below at my webpage.
WMP works perfect, but unfortunately, I have NO visualization at display, only blank black display.
What I need to change, or ADD into paramet. to fix that problem.
PS. I have found page-24, there is some CODE which have visualization, but when I put all what he have, still nothing.
Please, any Help??

<object id="MediaPlayer" width=320 height=286 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="URL">
<param name="AutoStart" value="True">
<param name="Showcontrols" value="True">
<PARAM NAME="BufferingTime" value="5">
<PARAM NAME="ShowStatusBar" value="True">

<embed type="application/x-mplayer2"
src="http://media.pmcmovies.com/SixtiesLove.wmv" name="MediaPlayer" width=320 height=240></embed>

</object>
45sd123 is offline