On Wed, 20 Jun 2007 01:53:01 -0700, jacky <jacky[ at ]discussions.microsoft.com> wrote:
[Quoted Text] >hello >I want to open wmp11 in standalone mode (not in a web page) from a web page >with: ><a href="streamings/radio_musics.asx" target="_blank" >open</a> >How to give instructions to >- open wmp11 with my dimensions, width, height ? >- open wmp11 with the display of play list 'on' ?
You can't specify dimensions, the player will open in the last size the user closed it. Therefore you should use a popup web page sized to your requirements, with an embedded media player set to width="100%" height="100%" to fill the screen area.
Similarly, playlist is not under your control. You'd have to load the media plus layout as a SKIN, which can be referenced through the ASX file. The SKIN reference is on MSDN website at http://msdn2.microsoft.com/en-us/library/bb262928.aspx
Perhaps it would help to explain what you're actually trying to achieve, as there may be alternate ways to do what you want.
HTH Cheers - Neil ------------------------------------------------ Digital Media MVP : 2004-2007 http://mvp.support.microsoft.com/mvpfaqs
|