|
Prev: change stage background color
Next: cool flash movie
From: armagh13 on 4 May 2008 13:44 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 4 May 2008 15:18 is the swf file in the same directory on the server as the html file?
From: armagh13 on 4 May 2008 18:13 Yes. They are both in the same directory.
From: mangomann on 5 May 2008 16:52 Have you uploaded the AC_FL_RunContent file to the webserver? Also make sure the script tag is in place to reference it properly.
|
Pages: 1 Prev: change stage background color Next: cool flash movie |