Log in

View Full Version : Flash element not starting Note: I do have the AC_RunActiveContent.js uploaded to ser



susaninphoenix
10-28-2009, 02:45 AM
Hello,

I’ve got a flash banner that I am trying to use on a page and it isn’t playing automatically all of the time. (Note: I do have the AC_RunActiveContent.js uploaded to server) I can preview it in browsers from Dreamweaver... but....

Once I put it up on the web, it works on one computer in Firefox only, and not Internet Explorer; on another computer it works on Internet Explorer only after I right click on the area it's in and choose Play; and on a third computer it doesn’t work in either browser without choosing play.

The page can be seen at www.a-d-w.com/RK/Animations (http://www.a-d-w.com/RK/Animations) the banner is right at the top, and you can right click on it and choose Play and it plays just fine.

Here is the code for it from Dreamweaver:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="712" height="226" id="Animations" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="Animations.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="Animations.swf" quality="high" bgcolor="#ffffff" width="712" height="226" name="Animations" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>


Thanks in advance!

Susan