SwfObject 和 Google Chrome
我在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题出在站点中的其他代码位置。现在一切都好了。
Problem was with other code places in the site. Now everything is ok.