开发者

Flash rotating banner won't start playing in Firefox

This issue has been boggling me a few days, I would appreciate any input.

On this site, the rotating flash banner at the top works fine in IE and Chrome, but when opened in Firefox, it doesn't load the picture or advance automatically. If you click on one of the other buttons to advance to another item, it works fine, but on page load, it will not work.

<script type="text/javascript">
AC_FL_RunContent(
'type', 'application/x-shockwave-flash',
'FlashVars', 'xmlUrl=/Images/SpecEx/banner.xml',
'width', '940px',
'height', '300px',
'movie', '/Shared/Flash/banner',
'wmode', 'transparent',
); </script>

I tried to put the 'play', 'true' option开发者_如何学Go, but that doesn't help. I'm not sure why this is happening. Any ideas?


Did you try using SWFobject instead of AC_FL_RunContent() ?

In my experience, SWFobject runs better and it seems like more people use it. Maybe you should try it.

As for your code with AC_FL_RunContent(), it looks ok to me except that I would add the play option. But you say that it doesn't work so no use to try it again I guess. If you decide to try SWFobject, let me know if it works.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜