From: armagh13 on
Please Help.

I created a slideshow in dreamweaver, and it previews in both Firefox and IE,
but when I post it, the show does not show up on the website.

Here is the non-working page: http://juliehamiltonart.com/index.htm

<script language="JavaScript" type="text/javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=6,0,0,0','width','480','height','480','id','slideshow_as2','align','midd
le','src','slideshow_as2','quality','high','bgcolor','#ffffff','name','slideshow
_as2','allowscriptaccess','sameDomain','allowfullscreen','false','pluginspage','
http://www.macromedia.com/go/getflashplayer','movie','slideshow_as2' ); //end
AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,0,0" width="480" height="480" id="slideshow_as2" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="slideshow_as2.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="slideshow_as2.swf" quality="high" bgcolor="#ffffff"
width="480" height="480" name="slideshow_as2" align="middle"
allowscriptaccess="sameDomain" allowfullscreen="false"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>

From: clbeech on
is the swf file in the same directory on the server as the html file?
From: armagh13 on
Yes. They are both in the same directory.
From: mangomann on
Have you uploaded the AC_FL_RunContent file to the webserver?
Also make sure the script tag is in place to reference it properly.