简体   繁体   English

JScript Windows Media Player API

[英]JScript Windows Media Player API

in Internet Explorer 8 & 9 I am using this API to control embedded videos in HTML with JavaScript (JScript) (eg play, stop, jump to position, ...): 在Internet Explorer 8和9中,我正在使用此API通过JavaScript(JScript)控制HTML中的嵌入式视频(例如,播放,停止,跳转到位置等):

http://msdn.microsoft.com/en-us/library/windows/desktop/dd564034%28v=vs.85%29.aspx http://msdn.microsoft.com/en-us/library/windows/desktop/dd564034%28v=vs.85%29.aspx

Now I want to make sure the browser compatibility of this API. 现在,我要确保此API的浏览器兼容性。 It seems that it is a Internet Explorer (JScript) API especially for Windows Media Player 7.0 or higher. 似乎它是Internet Explorer(JScript)API,特别是对于Windows Media Player 7.0或更高版本。 Unfortunately I didn't found out the name of the API. 不幸的是我没有找到API的名称。

Does anybody know something more about it? 有人知道更多吗?

You probably mean Windows Media Player ActiveX object. 您可能是指Windows Media Player ActiveX对象。 Here's its reference: 这是它的参考:

Object Model Reference for Scripting 脚本的对象模型参考

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM