Group:  English: Entertainment ยป microsoft.public.windowsmedia.player.web
Thread: wmp in web page

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

wmp in web page
jacky 18.06.2007 13:01:00
hello
object: wmp in a web page
<OBJECT ID="MediaPlayer1" WIDTH=332 HEIGHT=308
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" TYPE="type=application/x-mplayer2">
<PARAM NAME="AnimationatStart" value="true">
<PARAM NAME="AutoStart" value="true">
<PARAM NAME="ShowControls" value="true">
< PARAM NAME ="uiMode" value="full"/>
< PARAM NAME ="url" value=" pas_oubliee.wmv">

<param name="ShowStatusBar" value="true" />
<param name="TransparentAtStart" value="true" />
</OBJECT>
the 2 parameters:
<param name="ShowStatusBar" value="true" />
<param name="TransparentAtStart" value="true" />
don't work, what I have to write ?
Anticipate thanks
Jacky

Re: wmp in web page
"Neil Smith [MVP Digital Media]" <neil[ at ]nospam.com> 18.06.2007 21:38:36
On Mon, 18 Jun 2007 06:01:00 -0700, jacky
<jacky[ at ]discussions.microsoft.com> wrote:

[Quoted Text]
>hello
>object: wmp in a web page
><OBJECT ID="MediaPlayer1" WIDTH=332 HEIGHT=308
>CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
>codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" TYPE="type=application/x-mplayer2">
><PARAM NAME="AnimationatStart" value="true">
><PARAM NAME="AutoStart" value="true">
><PARAM NAME="ShowControls" value="true">
>< PARAM NAME ="uiMode" value="full"/>
>< PARAM NAME ="url" value=" pas_oubliee.wmv">
>
><param name="ShowStatusBar" value="true" />
><param name="TransparentAtStart" value="true" />
></OBJECT>
>the 2 parameters:
><param name="ShowStatusBar" value="true" />
><param name="TransparentAtStart" value="true" />
>don't work, what I have to write ?

They cannot work, because those properties are for media player 6.4
(from about 2001-2002). There's no equivalent setting for media player
7-11. Similarly, AnimationAtStart is no longer available.

Since you have uimode="full", you should be able to see the Status bar
there. Note that your object tag is defective - there's no
type="application/x-mplayer2", that should read type="video/x-ms-wmv"
instead.

Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2007
http://mvp.support.microsoft.com/mvpfaqs
Re: wmp in web page
jacky 19.06.2007 09:45:00
hello Neil
Thanks a lot for answering
With
<PARAM NAME ="uiMode" value="full"/> and
type="video/x-ms-wmv"
I cannot see the statusbar !
Cordially
Jacky


Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net