单击网页中的播放按钮在 Flash Player 中播放音乐

发布于 2025-01-05 21:02:42 字数 83 浏览 3 评论 0原文

我想通过单击网页中的播放按钮(而不是在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

起风了 2025-01-12 21:02:42

查看 ExternalInterface.addCallback()

将 ActionScript 方法注册为可从容器调用。成功调用addCallback()后,可以通过容器中的JavaScript或ActiveX代码调用播放器中注册的函数。

Look at ExternalInterface.addCallback().

Registers an ActionScript method as callable from the container. After a successful invocation of addCallback(), the registered function in the player can be called by JavaScript or ActiveX code in the container.

浮生面具三千个 2025-01-12 21:02:42

如果您不想制作自己的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文