Active Slideshow Pro Support Product Page
This topic was archived
IE 8 Error Message using ASP
Reported 27 Aug 2009 16:16:08
1
has this problem
27 Aug 2009 16:16:08 Bobby Edgar posted:
I am re-designing an old site and now it see that IE8 says there is an error in the following code at the AC_FL_RunContent point.<script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','147','height','120','align','middle','class','spotlight_photo_border','id','Designer_Spotlight','src','slideshowpro','wmode','window','quality','best','flashvars','xmlFile=designer_spotlight_xml.php&preloaderBackColor=0xDADADA&preloaderBorderColor=0xDADADA','scale','noscale','bgcolor','#DADADA','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','slideshowpro' ); //end AC code </script>
Any suggestions? The same exact code is being used here with no errors:
stagepros.com
The error page is:
stagepros.com/new_pros/tooltip_error.php
Replies
Replied 28 Aug 2009 13:33:10
28 Aug 2009 13:33:10 Teodor Kuduschiev replied:
Hello Bobby,
Please make sure you've uploaded all the files from local to your testing server, because the following files are not found on your page:
stagepros.com/new_pros/ScriptLibrary/dmxTooltips.js
stagepros.com/new_pros/ScriptLibrary/jquery-latest.pack.js
Also remove these two lines from your source code, because they already exist:
Please make sure you've uploaded all the files from local to your testing server, because the following files are not found on your page:
stagepros.com/new_pros/ScriptLibrary/dmxTooltips.js
stagepros.com/new_pros/ScriptLibrary/jquery-latest.pack.js
Also remove these two lines from your source code, because they already exist:
<script language="javascript" type="text/javascript" src="scriptLibrary/jquery-latest.pack.js"></script> <script language="javascript" type="text/javascript" src="scriptLibrary/dmxTooltips.js"></script>

