婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > 頁面嵌入Windows Media Player播放器代碼需要注意的

頁面嵌入Windows Media Player播放器代碼需要注意的

熱門標簽:靈聲智能電話機器人招聘 天津電銷卡外呼系統線路 企業電話機器人辦理 興化400電話辦理多少錢 株洲外呼營銷系統有哪些 長春銷售外呼系統業務 四平電話機器人哪家好 智能電銷機器人真的好嗎 長春防封卡電銷卡套餐

這里是WMP的版本ClassID,從WMP7后ID就成了clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6,之前的6.4為clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95,但是之前的版本還是可以用的,只不過新功能用不了罷了。

下面這個是具體的版本號,你可以對比一下你現在的是什么版本。

版本號              Windows Media Player (WMP) 的版本
----------------------------------------------------------------
5.1.51.421         WMP 5.2 Beta
5.1.52.701         WMP 5.2
6.02.902           WMP 6.0
6.1.5.130          WMP 6.0 Internet Explorer 5 RC0 Beta
6.1.7.217          WMP 6.0
6.2.5.410          WMP 6.2 Beta
6.4.5.809          WMP 6.4
6.4.6.*             WMP 6.4 for Windows 2000 Beta
6.4.7.1028          WMP 6.4,具有多位速率 (MBR) 更新,用于Internet Explorer
6.4.7.1112         WMP 6.4,具有 MBR 更新(在 6.4.7.1028 的基礎上對錯誤消息進行了較小更新)
6.4.9.*              WMP 6.4,僅用于 Windows 2000
7.0.0.1954         WMP 7
7.0.0.1958         WMP 7 更新
7.0.0.1956         WMP 7,更新了安裝程序
7.0.0.1440         WMP 7,用于 Windows Millennium Edition (Me)
7.01.00.3055       WMP 7.1
8.00.00.4477       WMP for Windows XP
9.00.00.2980      WMP 9 系列,用于 Windows XP、Windows 98 Second Edition、Windows Me 和 Windows 2000
9.00.00.2991        WMP 9 系列,用于 Windows Server 2003
10.00.00.3646     WMP 10

---------------------------------------------------------------------------------------------------------------

官方的插入方式真夠簡單的,我都有點想踹他們兩腳,

OBJECT ID="Player"
  CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
    PARAM name="autoStart" value="True">
/OBJECT>
下面是具體參數在不同瀏覽器的可用性,這個東東真是太有用了,好多參數用了不起作用,我都測試的快瘋了,一看這個列表,原來人家壓根不支持,暈...

PARAM name Internet Explorer Firefox with mime type application/x-ms-wmp Firefox with any other mime type
autoStart yes yes yes
balance yes yes yes
baseURL yes yes yes
captioningID yes yes yes
currentMarker yes yes yes
currentPosition yes yes yes
defaultFrame yes no no
enableContextMenu yes yes yes
enabled yes yes yes
enableErrorDialogs yes yes no
fileName no yes yes
fullScreen yes no no
invokeURLs yes no no
mute yes yes yes
playCount yes yes no
rate yes yes yes
SAMIFileName yes yes yes
SAMILang yes yes yes
SAMIStyle yes yes yes
SRC no yes yes
stretchToFit yes yes no
URL yes yes yes
volume yes yes yes
windowlessVideo yes yes yes

 參數的默認值:

Parameter Default Description
AudioStream true  
AutoSize true  
AutoStart true Sets if the player should start automatically
AnimationAtStart true Sets if an animation should show while the file loads
AllowScan true  
AllowChangeDisplaySize true  
AutoRewind false  
Balance false  
BaseURL    
BufferingTime 5  
CaptioningID    
ClickToPlay true Sets if the player should start when the user clicks in the play area
CursorType false  
CurrentPosition true  
CurrentMarker false  
DefaultFrame    
DisplayBackColor false  
DisplayForeColor 16777215  
DisplayMode false  
DisplaySize false  
Enabled true  
EnableContextMenu true  
EnablePositionControls true  
EnableFullScreenControls false  
EnableTracker true  
Filename URL The URL of the file to play
InvokeURLs true  
Language true  
Mute false  
PlayCount 1  
PreviewMode false  
Rate 1  
SAMILang    
SAMIStyle    
SAMIFileName    
SelectionStart true  
SelectionEnd true  
SendOpenStateChangeEvents true  
SendWarningEvents true  
SendErrorEvents true  
SendKeyboardEvents false  
SendMouseClickEvents false  
SendMouseMoveEvents false  
SendPlayStateChangeEvents true  
ShowCaptioning false  
ShowControls true Sets if the player controls should show
ShowAudioControls true Sets if the audio controls should show
ShowDisplay false Sets if the display should show
ShowGotoBar false Sets if the GotoBar should show
ShowPositionControls true  
ShowStatusBar false  
ShowTracker true  
TransparantAtStart false  
VideoBorderWidth false  
VideoBorderColor false  
VideoBorder3D false  
Volume -200  
WindowlessVideo false  

 可能你最想知道的是怎么用程序(我偏向用JS)來控制WMP的播放、停止、快進吧,看看這里吧,http://msdn.microsoft.com/en-us/library/dd564034%28VS.85%29.aspx,有詳細的說明和例子。(英文的)

您可能感興趣的文章:
  • Android MediaPlayer實現音樂播放器實例代碼
  • 基于jQuery的網頁影音播放器jPlayer的基本使用教程
  • 基于Flowplayer打造一款免費的WEB視頻播放器附源碼
  • flvplayer.swf flv視頻播放器使用方法
  • 超酷的網頁音樂播放器DewPlayer使用方法
  • MediaPlayer 在線播放器代碼
  • 內嵌式RealPlayer播放器的參數含義
  • Window Media Player 播放器
  • 網頁播放器的參數含義 Windows Media Player 網頁播放器 參數含義
  • layer彈出層中H5播放器全屏出錯的解決方法

標簽:黑龍江 巴彥淖爾 青海 運城 石嘴山 漯河 貴港 新疆

巨人網絡通訊聲明:本文標題《頁面嵌入Windows Media Player播放器代碼需要注意的》,本文關鍵詞  頁面,嵌入,Windows,Media,Player,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《頁面嵌入Windows Media Player播放器代碼需要注意的》相關的同類信息!
  • 本頁收集關于頁面嵌入Windows Media Player播放器代碼需要注意的的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 甘南县| 红原县| 汨罗市| 鲁山县| 广饶县| 土默特左旗| 凌云县| 尖扎县| 英吉沙县| 乐山市| 沁水县| 仪征市| 斗六市| 获嘉县| 胶南市| 湘乡市| 射阳县| 阿勒泰市| 都兰县| 秀山| 民县| 正镶白旗| 巫山县| 长宁区| 罗田县| 英吉沙县| 屯门区| 武汉市| 绥江县| 诏安县| 尚志市| 格尔木市| 山阳县| 泾阳县| 康马县| 安溪县| 石台县| 太康县| 弥渡县| 耿马| 江达县|