如何在由 Flash 组件控制的 WindowMediaPlayer activeX 中播放 WMV?
如何在由 Flash 组件控制的 WindowMediaPlayer activeX 中播放 WMV?
我在这里看到了它的完成:http://sport5.co.il/ 有人知道怎么做吗?
How to play WMV in a WindowMediaPlayer activeX controlled by a flash component?
I've seen it done here: http://sport5.co.il/
Does anyone know how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我看到两者交互的唯一方法是将 WMP 和 Flash 组件都放置在网页上,然后使用 JavaScript 来操作这两者。 例如,您可以有用于播放/停止等的 Flash 按钮,当单击这些按钮时,javascript 会处理单击事件并告诉 WMP 控件开始/停止播放。
这有帮助吗?
The only way I see the two interacting would be to place both a WMP and a Flash component on a web page, then have JavaScript to manipulate the two. For example, you could have Flash buttons for play/stop/etc, and when those are clicked, javascript handles the click event and tells the WMP control to start/stop playing.
Does this help?