Windows Media Player在頁面中調用的常用屬性和方法

來源:互聯網
上載者:User

<object
       classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
       type="application/x-oleobject" id="wmp" width="0" height="0"
       style="width:0px;height:0px;"></object>
       //基本屬性 
       wmp.URL:String; //指定媒體位置,本機或網路地址
       wmp.uiMode:String; //播放器介面模式,可為Full, Mini, None, Invisible
       wmp.playState:integer; //播放狀態,1=停止,2=暫停,3=播放,6=正在緩衝,9=正在串連,10=準備就緒
       wmp.enableContextMenu:Boolean; //啟用/禁用右鍵菜單
       wmp.fullScreen:boolean; //是否全螢幕顯示
       //播放器常用控制
       wmp.controls.play; //播放
       wmp.controls.pause; //暫停
       wmp.controls.stop; //停止
       wmp.controls.currentPosition:double; //當前進度
       wmp.controls.currentPositionString:string; //當前進度,字串格式。如“00:23”
       wmp.controls.fastForward; //快進
       wmp.controls.fastReverse; //快退
       wmp.controls.next; //下一曲
       wmp.controls.previous; //上一曲
       //播放器常用設定
       wmp.settings.volume:integer; //音量,0-100
       wmp.settings.autoStart:Boolean; //是否自動播放
       wmp.settings.mute:Boolean; //是否靜音
       wmp.settings.playCount:integer; //播放次數
       wmp.settings.balance = -100; //(左聲)
       wmp.settings.balance=100; //(右聲)
       wmp.settings.balance=0; //(全聲)
       //常用當前媒體屬性
       wmp.currentMedia.duration:double; //媒體總長度
       wmp.currentMedia.durationString:string; //媒體總長度,字串格式。如“03:24”
       wmp.currentMedia.getItemInfo(const string); //擷取當前媒體資訊
       //"Title"=媒體標題   "Author"=藝術家   "Copyright"=著作權資訊
       //"Description"=媒體內容描述   "Duration"=期間(秒)
       //"FileSize"=檔案大小   "FileType"=檔案類型   "sourceURL"=原始地址
       wmp.currentMedia.setItemInfo(const string); //通過屬性名稱設定媒體資訊
       wmp.currentMedia.name:string; //同currentMedia.getItemInfo("Title")
       wmp.network.bufferingProgress; //緩衝百分比
       wmp.network.downloadProgress; //下載百分比

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.