Media Player Embedding
code:<div align="center">
<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" >
<embed src="http://94.25.53.133/nashe-192.m3u" autostart="0" ShowPositionControls="0" showstatusbar="0" showcontrols="1" type="video/x-ms-asf" width="150" height="29">
</object>
</div>
Список параметров (Показать)AutoStart="1"
Balance="0"
DisplaySize="1"
Filename=""
Mute="0"
SelectionStart="0"
SelectionEnd="0"
ShowControls="1"
ShowAudioControls="1"
ShowDisplay="0"
ShowPositionControls="0"
Volume="1">
AudioStream="0"
AutoSize="0"
AnimationAtStart="0"
AllowScan="0"
AllowChangeDisplaySize="0"
AutoRewind="1">
BaseURL=""
BufferingTime="5"
CaptioningID=""
ClickToPlay="1"
CursorType="0"
CurrentPosition="1"
CurrentMarker="1"
DefaultFrame="mainframe"
DisplayBackColor="1"
DisplayForeColor="16777215"
DisplayMode="1"
Enabled="-1"
EnableContextMenu="0"
EnablePositionControls="0"
EnableFullScreenControls="0"
EnableTracker="0"
InvokeURLs="0"
Language="0"
PlayCount="1"
PreviewMode="0"
ShowStatusBar="1"
TransparentAtStart="0"
Описание параметров (Показать)autoStart true
Разрешает или запрещает автоматический запуск трансляции.
balance 0
Определяет текущий стерео баланс.
Принимаемые значения от –100 до 100.
baseURL -
Specifies the base URL used for relative path resolution with URL script commands that are embedded in media items.
captioningID 0
Specifies the name of the element displaying the captioning.
currentMarker 0
Определяет номер текущего маркера.
currentPosition 0
Определяет текущую позицию проигрываемого файла в секундах.
defaultFrame -
Определяет имя фрейма, используемого для отображения URL.
enableContextMenu true
Использовать или нет контекстное меню.
enabled false
Включает или выключает возможность управления Media Player.
fullScreen false
Использовать или нет полноэкранный режим.
InvokeURLs true
Specifies a value indicating whether URL events should launch a Web browser.
Mute false
Отображает элемент выключения звука.
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. |