Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Flash 组件控制的 WindowMediaPlayer activeX 中播放 WMV?
我在这里看到过:http : //sport5.co.il/ 有人知道怎么做吗?
我看到两者交互的唯一方法是将 WMP 和 Flash 组件放在网页上,然后让 JavaScript 来操作这两者。例如,您可以有用于播放/停止/等的 Flash 按钮,当单击这些按钮时,javascript 会处理单击事件并告诉 WMP 控件开始/停止播放。
这有帮助吗?