仅在 Firefox 中通过 swfobject.jsaudio 嵌入 flash youtube 视频,适用于 ie6-ie7

发布于 2024-10-07 03:06:24 字数 141 浏览 1 评论 0原文

我正在尝试使用 swfobject.js 库通过 javascript 播放和控制 youtube 视频。该视频在 IE6 和 IE7 中播放正常,但我只能使用 Firefox 获取音频。我什至没有显示 Flash 对象,并且 innerHTML 属性没有给我任何 .

I am trying to play and control a youtube video via javascript using the swfobject.js library. The video plays fine in IE6 and IE7, but I only get audio using firefox. I don't even get a flash object showing up, and the innerHTML attribute doesn't give me any .

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

本王不退位尔等都是臣 2024-10-14 03:06:24

您是否使用 YouTube API 页面中的代码示例?当您在自己的服务器上重新创建它们时,它们似乎(大多数)都可以工作,但可能有点错误。

我花了一段时间才理解它,但是设置了

var atts = { id: "myytplayer" };并理解它取代了 div 花了一些心思。

演示
http://code.google.com/apis/youtube /youtube_player_demo.html?playerType=embedded&playerVersion=as3

函数参考
http://code.google.com/apis/youtube/js_api_reference.html

Are you using the code examples from the YouTube API page? They seem to work (most) of the time when you recreate them on your own server, but can be a bit buggy.

It took me a while to make sense of it, but setting the

var atts = { id: "myytplayer" }; and understanding that it replaces the div took some head scratching.

Demo
http://code.google.com/apis/youtube/youtube_player_demo.html?playerType=embedded&playerVersion=as3

Function Reference
http://code.google.com/apis/youtube/js_api_reference.html

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