单击网页中的播放按钮在 Flash Player 中播放音乐
我想通过单击网页中的播放按钮(而不是在 Flash 播放器中)来播放 Flash 播放器(显然是嵌入的)中的音乐文件。
如何做到这一点?
I want to play the music file in flash player (which is embedded obviously) by clicking the play button which is in the web page (not in flash player).
How to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看
ExternalInterface.addCallback()
。Look at
ExternalInterface.addCallback()
.如果您不想制作自己的 flas 播放器,您可以查看 yahoo webplayer。它执行您所描述的操作...它在 html 页面上放置一个播放按钮,然后当您单击它时,它会打开播放器并开始播放。还有很多其他功能,例如播放列表和您也可以使用的东西。他们有关于使用的很好的信息,并展示了如何使用它的代码。
If you don't want to make your own flas player you could look into the yahoo webplayer. It does what you are describing... it puts a play button on the html page and then when you click it, it opens the player and begins to play. There are also a lot of other features like playlists and things you can use too. They have good info about using and show the code of exactly how to utilize it.