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
|