March 19, 2000 - JukeBox Principles
March 26, 2000 JukeBox Principles Tips: March 2000
Yehuda Shiran, Ph.D.
|
The HTML tag that embeds the Media Player's Plugin is the <EMBED>
tag. Here is how we use this tag in our jukebox:
<EMBED TYPE="application/x-mplayer2"
PLUGINSPAGE="https://microsoft.com/windows/mediaplayer/en/download/"
ID=mediaPlayer
Name="mediaPlayer"
DISPLAYSIZE="4"
AUTOSIZE="-1"
BGCOLOR="darkblue"
SHOWCONTROLS="-1"
SHOWTRACKER="-1"
SHOWDISPLAY="0"
SHOWSTATUSBAR="-1"
VIDEOBORDER3D="-1"
WIDTH=320
HEIGHT=313
SRC="https://msdn.microsoft.com/downloads/samples/
Internet/imedia/netshow/smedia/NS3/JavaScript/Buttons/control.asx"
AUTOSTART="-1" ');
DESIGNTIMESP="5311">
</EMBED>
Learn more about our Netscape streaming media jukebox in Column 52, A Streaming Media JukeBox, Part II: Netscape Version.