| W3bbo 2004-08-26, 12:18 pm |
| Depends on what code you use
Just use <object> tag as such:
<OBJECT ID="mediaPlayer" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/
nsmp2inf.cab#Version=5,1,52,701" STANDBY="Loading Microsoft Windows Media
Player components..." TYPE="application/x-oleobject">
<PARAM NAME="fileName"
VALUE="http://msdn.microsoft.com/downloads/samples/Internet/imedia/netshow/smedi
a/NS3/JavaScript/Buttons/control.asx">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true">
</OBJECT>
Note that this is an ActiveX control, so it wont appear in non-ActiveX enabled
browsers, such as Netscape, Mozilla, and Firefox, there is alternative code
available, but I can't remember it, sorry
|