2009年4月13日

js控制media player参数

摘要: 常用的方法和属性: //基本属性URL:String; 指定媒体位置,本机或网络地址uiMode:String; 播放器界面模式,可为Full, Mini, None, InvisibleplayState:integer; 播放状态,1=停止,2=暂停,3=播放,6=正在缓冲,9=正在连接,10=准备就绪enableContextMenu:Boolean; 启用/禁用右键菜单(也是简单的防盗链... 阅读全文

posted @ 2009-04-13 15:42 kantlee 阅读(731) 评论(0) 推荐(0) 编辑

MediaPlay的PlayStateChange事件

摘要: Value State Description 0 Undefined Windows Media Player is in an undefined state. 1 Stopped Playback of the current media item is stopped. 2 Paused Playback of the current media item is paused. ... 阅读全文

posted @ 2009-04-13 15:41 kantlee 阅读(3052) 评论(0) 推荐(0) 编辑

导航