Group:  English: Entertainment ยป microsoft.public.windowsmedia.player.web
Thread: tag doesn't work with wmp ver 10.3

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

<object> tag doesn't work with wmp ver 10.3
chris 09.07.2007 19:14:02
I wrote code to embed a html page a wmp.
It works fine with wmp ver 10.2 but not with ver 10.3.
Here are my code.

<object id="Player"
classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" width="320" height="44">
<param name="url" value="http://207.145.57.163/mlbradio.asx" />
<param name="autostart" value="1" />
<param name="showcontrols" value="1" />
<param name="uimode" value="full" />
</object>

I appreciate anyone can give me some advice to solve this problem.

Regards,

Chris
Re: <object> tag doesn't work with wmp ver 10.3
"Neil Smith [MVP Digital Media]" <neil[ at ]nospam.com> 09.07.2007 20:00:14
On Mon, 9 Jul 2007 12:14:02 -0700, chris
<chris[ at ]discussions.microsoft.com> wrote:

[Quoted Text]
>I wrote code to embed a html page a wmp.
>It works fine with wmp ver 10.2 but not with ver 10.3.


There's no version 10.2 or 10.3, I'm not sure what you mean here.

>Here are my code.
>
><object id="Player"
>classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" width="320" height="44">
><param name="url" value="http://207.145.57.163/mlbradio.asx" />
><param name="autostart" value="1" />
><param name="showcontrols" value="1" />


** There is no showcontrols param for that object ID.
The other parameters seem OK though.

><param name="uimode" value="full" />
></object>
>
>I appreciate anyone can give me some advice to solve this problem.


In media player 11, mms streaming is no longer available - it was
depracated from version 9, and removed in player version 11. The URL
in the ASX playlist above points to an mms stream :
mms://a1503.l1086933677.c10869.g.lm.akamaistream.net

What happens if you change that to an rtsp or http stream ?

Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2007
http://mvp.support.microsoft.com/mvpfaqs

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