קודים לנגן עם כל הערכים הרצויים + הסבר הערכים (למטה)
1. למולטי פלייר - כל קובץ (סאונד או וידאו כו')
<SELECT name=selecta size=1 id=musica onchange=document.all.playera.Filename=document.all.musica.value;>
<OPTION selected>::::::::: Choose Your Media Sample Here :::::::::</OPTION>
<OPTION value="Stream URL or Full File Path Goes Here">My Video File </OPTION>
<OPTION value="Stream URL or Full File Path Goes Here">My Audio File</OPTION>
<OPTION value="Stream URL or Full File Path Goes Here">My Live Stream</OPTION>
</select>
<BR>
<OBJECT id=playera height=230 width=230 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95>
<PARAM NAME="AutoStart" VALUE="True">
<PARAM NAME="Balance" VALUE="False">
<PARAM NAME="DisplaySize" VALUE="True">
<PARAM NAME="Filename" VALUE="">
<PARAM NAME="Mute" VALUE="False">
<PARAM NAME="SelectionStart" VALUE="False">
<PARAM NAME="SelectionEnd" VALUE="False">
<PARAM NAME="ShowControls" VALUE="True">
<PARAM NAME="ShowAudioControls" VALUE="True">
<PARAM NAME="ShowDisplay" VALUE="False">
<PARAM NAME="ShowPositionControls" VALUE="False">
<PARAM NAME="Volume" VALUE="1">
<PARAM NAME="AudioStream" VALUE="False">
<PARAM NAME="AutoSize" VALUE="False">
<PARAM NAME="AnimationAtStart" VALUE="False">
<PARAM NAME="AllowScan" VALUE="False">
<PARAM NAME="AllowChangeDisplaySize" VALUE="False">
<PARAM NAME="AutoRewind" VALUE="True">
<PARAM NAME="BaseURL" VALUE="">
<PARAM NAME="BufferingTime" VALUE="5">
<PARAM NAME="CaptioningID" VALUE="">
<PARAM NAME="ClickToPlay" VALUE="True">
<PARAM NAME="CursorType" VALUE="0">
<PARAM NAME="CurrentPosition" VALUE="True">
<PARAM NAME="CurrentMarker" VALUE="True">
<PARAM NAME="DefaultFrame" VALUE="mainframe">
<PARAM NAME="DisplayBackColor" VALUE="True">
<PARAM NAME="DisplayForeColor" VALUE="16777215">
<PARAM NAME="DisplayMode" VALUE="1">
<PARAM NAME="Enabled" VALUE="-1">
<PARAM NAME="EnableContextMenu" VALUE="False">
<PARAM NAME="EnablePositionControls" VALUE="False">
<PARAM NAME="EnableFullScreenControls" VALUE="False">
<PARAM NAME="EnableTracker" VALUE="False">
<PARAM NAME="InvokeURLs" VALUE="False">
<PARAM NAME="Language" VALUE="False">
<PARAM NAME="PlayCount" VALUE="1">
<PARAM NAME="PreviewMode" VALUE="False">
<PARAM NAME="ShowStatusBar" VALUE="True">
<PARAM NAME="TransparentAtStart" VALUE="False">
</OBJECT>
* id="MediaPlayer1" 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" align="middle" height="50" width="180">
*-- BEGIN PLUG-IN HTML FOR FIREFOX*
If you have trouble copying the code below directly from this page then please
- Click Here -
---- HERE'S THE CODE ----
<object id="MediaPlayer1" width=180 height=50
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" align="middle">
<param name="FileName" value="Stream URL or Full File Path Goes Here">
<param name="AutoStart" value="True">
<param name="ShowStatusBar" value="True">
<param name="DefaultFrame" value="mainFrame">
<!-- BEGIN PLUG-IN HTML FOR FIREFOX-->
<embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
src="Stream URL or Full File Path Goes Here" align="middle"
width=176
height=144
defaultframe="rightFrame"
showstatusbar=true>
</embed>
<!-- END PLUG-IN HTML FOR FIREFOX-->
</object>
<!-- END GENERIC ALL BROWSER FRIENDLY HTML FOR WINDOWS MEDIA PLAYER -->
<br>
<a href="Stream URL or Full File Path Goes Here">Click here for standalone player</a>
שולחן ערכים :
| Parameter |
Default |
Deion |
| autoStart |
true |
Specifies or retrieves a value indicating whether the current media item begins playing automatically. |
| balance |
0 |
Specifies the current stereo balance. Values range from –100 to 100. |
| baseURL |
|
Specifies the base URL used for relative path resolution with URL commands that are embedded in media items. |
| captioningID |
0 |
Specifies the name of the element displaying the captioning. |
| currentMarker |
0 |
Specifies the current marker number. |
| currentPosition |
0 |
Specifies the current position in the media item in seconds. |
| defaultFrame |
- |
Specifies the name of the frame used to display a URL. |
| enableContextMenu |
true |
Specifies a value indicating whether to enable the context menu, which appears when the right mouse button is clicked. |
| enabled |
false |
Specifies whether the Windows Media Player control is enabled. |
| fullScreen |
false |
Specifies whether video content is played back in full-screen mode. |
| InvokeURLs |
true |
Specifies a value indicating whether URL events should launch a Web browser. |
| Mute |
false |
Specifies if audio is muted. |
| PlayCount |
1 |
Specifies the number of times a media item will play. Minimum value of one. |
| Rate |
1.0 |
Specifies the playback rate. 0.5 equates to half the normal playback speed, 2 equates to twice. |
| stretchToFit |
false |
Specifies
whether video displayed by the control automatically sizes to fit the
video window, when the video window is larger than the dimensions of
the video image. |
| uiMode |
full |
Specifies which controls are shown in the user interface. Possible values: invisible, none, mini, full. |
| URL |
- |
Specifies the name of the media item to play. You can specify a local filename or a URL. |
| Volume |
Last setting |
Zero specifies no volume and 100 specifies full volume. |
| windowlessVideo |
false |
Specifies or retrieves a value indicating whether the Windows Media Player control renders video in windowless mode. When
windowlessVideo is set to true, the Player control renders video
directly in the client area, so you can apply special effects or layer
the video with text. Supported by Windows Media Player for Windows XP or later. |
 |
|
|