SwfObject 和 Google Chrome

发布于 2024-08-24 06:36:34 字数 669 浏览 2 评论 0原文

我在使用 SwfObject 和 Google Chrome 浏览器时遇到一个奇怪的问题。我的网页中是 用户可以在其中输入 Youtube 视频链接的表单。表单提交后,视频必须出现在同一页面的 div 中靠近表单的位置。在其他浏览器中效果很好,但在 Chrome 中,如果我想观看视频,我必须手动刷新页面。我不明白有什么问题...

我的 SwfObject:

<object width="330" height="267"><param name="movie" value="someUrlVar" value="true"></param><param name="allowscriptaccess" value="always"></param>
<embed src="someUrlVar" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="330" height="267"></embed>
</object>

我把它放在 div 上:

<div>objectVar</div>

有什么提示吗?

I have a strange problem with SwfObject and Google Chrome browser. In my webpage is
form where user can input link of the Youtube video. After form submit video must appear on the same page in div, near the form. In other browsers it works good, but in Chrome I have to refresh page manually if I want to see video. I do not understand what's the problem...

My SwfObject:

<object width="330" height="267"><param name="movie" value="someUrlVar" value="true"></param><param name="allowscriptaccess" value="always"></param>
<embed src="someUrlVar" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="330" height="267"></embed>
</object>

I put it on a div:

<div>objectVar</div>

Any hints about that ?

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

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

发布评论

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

评论(1

哥,最终变帅啦 2024-08-31 06:36:34

问题出在站点中的其他代码位置。现在一切都好了。

Problem was with other code places in the site. Now everything is ok.

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