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, but that doesn't help. I'm not sure why this is happening. Any ideas?