惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
T
Threatpost
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
月光博客
月光博客
V
Visual Studio Blog
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
Jina AI
Jina AI
J
Java Code Geeks
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
Recorded Future
Recorded Future
C
Check Point Blog
腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
Hacker News: Ask HN
Hacker News: Ask HN
SecWiki News
SecWiki News
博客园 - Franky
Hacker News - Newest:
Hacker News - Newest: "LLM"
N
News | PayPal Newsroom
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Security @ Cisco Blogs
W
WeLiveSecurity
The Last Watchdog
The Last Watchdog
Cloudbric
Cloudbric
F
Full Disclosure
The Cloudflare Blog
Y
Y Combinator Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
S
Schneier on Security
Schneier on Security
Schneier on Security
Spread Privacy
Spread Privacy
L
LINUX DO - 热门话题
AI
AI
N
News and Events Feed by Topic
T
Tor Project blog
P
Palo Alto Networks Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
G
Google Developers Blog

博客园 - JoyBin

使用CSS为图片添加更多趣味的5种方法. IT工作者要保护自己的头发啊.. document.execCommand()用法说明 用三层架构与设计模式思想部署企业级数据库业务系统开发(转) C#代码与javaScript函数的相互调用 IE6 png 透明 (三种解决方法)(转) - JoyBin 程序人生就像一场恶梦。 常用正则表达式 [转载]Meta标签详解 三级联动-完美版 - JoyBin - 博客园 asp.net(C#)服务器绝对路径转换成URL相对路径[修改] (转) flash的菜单与asp.net进行交互(转) 把生成的缩略图存到数据库中 添加html内容(insertAdjacentHTML和insertAdjacentText) 母版页判断登陆 及 母版页与内容页的执行顺序 常用.net代码 常用JS代码 SQLServer存储过程分页 网页播放器 PlayState 的用法
WMPLib.WindowsMediaPlayer 的用法
JoyBin · 2008-03-05 · via 博客园 - JoyBin

属性/方法名: 说明: 

[基本属性]   

URL: (String); 指定媒体位置,本机或网络地址 

uiMode:(String); 播放器界面模式,可为Full, Mini, None, Invisible 

playState:(integer); 播放状态,
1=停止,2=暂停,3=播放,6=正在缓冲,9=正在连接,10=准备就绪 

enableContextMenu:(Boolean); 启用
/禁用右键菜单 

fullScreen:
boolean; (是否全屏显示) 

[controls] wmp.controls 
//播放器基本控制 

controls.play; 播放 

controls.pause; 暂停 

controls.stop; 停止 

controls.currentPosition:
double; 当前进度 

controls.currentPositionString:string; 当前进度,字符串格式。如“
00:23” 

controls.fastForward; 快进 

controls.fastReverse; 快退 

controls.next; 下一曲 

controls.previous; 上一曲 

[settings] wmp.settings 
//播放器基本设置 

settings.volume:integer; 音量,
0-100 

settings.autoStart:Boolean; 是否自动播放 

settings.mute:Boolean; 是否静音 

settings.playCount:integer; 播放次数 

[currentMedia] wmp.currentMedia 
//当前媒体属性 

currentMedia.duration:
double; 媒体总长度 

currentMedia.durationString:string; 媒体总长度,字符串格式。如“
03:24” 

currentMedia.getItemInfo(const string); 获取当前媒体信息
"Title"=媒体标题,"Author"=艺术       家,"Copyright"=版权信息,"Description"=媒体内容描述,"Duration"=持续时间(秒),"FileSize"=文件大小,"FileType"=文件类型,"sourceURL"=原始地址 

currentMedia.setItemInfo(const string); 通过属性名设置媒体信息 

currentMedia.name:string; 同 currentMedia.getItemInfo(
"Title"

[currentPlaylist] wmp.currentPlaylist 
//当前播放列表属性 

currentPlaylist.count:integer; 当前播放列表所包含媒体数 

currentPlaylist.Item[integer]; 获取或设置指定项目媒体信息,其子属性同wmp.currentMedia