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
|