如何通过 javascript 从 silverlight 媒体播放器 (player.xap) 获取播放状态?
我有一个带有嵌入式 silverlight 媒体播放器(player.xap)的 html 页面。我想通过事件或通过 JavaScript 轮询来获取其播放状态。这可能吗?
干杯, -K
I have a html page with embedded silverlight media player (player.xap). I want to get its playback status either thru events or by polling in javascript. Is that possible at all?
Cheers,
-K
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个链接将帮助您了解如何从Silverlight调用JS方法,这对于您想要实现的目标很有用。 摘录来自链接:
This link will help you on how to call JS method from Silverlight, this can be useful in the things you want to achive. Excerpt from the link: