views:

22

answers:

0

I installed a Flash XML image slider on my site and it works perfectly in Firefox but will not display in IE. The demo version displays in IE, but not on my site. I'm completely stumped and would appreciate help!

The URL of my site is http://www.omgblog.com

I've included the code below. Thank you for any help you can provide! Best, Frank


 <script language="javascript">
if (AC_FL_RunContent == 0) {
 alert("This site requires the file \"AC_RunActiveContent.js\".");
} else {
 AC_FL_RunContent(
  'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
  'width', '1000',
  'height', '140',
  'src', 'imagescroller',
  'quality', 'high',
  'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
  'align', 'middle',
  'play', 'true',
  'loop', 'true',
  'scale', 'showall',
  'wmode', 'window',
  'devicefont', 'false',
  'id', 'imagescroller',
  'bgcolor', '#000000',
  'name', 'imagescroller',
  'menu', 'true',
  'allowFullScreen', 'false',
  'allowScriptAccess','sameDomain',
  'movie', 'imagescroller',
  'salign', ''
  ); //end AC code
}