susaninphoenix
Programmer
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. 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 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=" 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=" />
</object>
Thanks in advance!
Susan
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. 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 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=" 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=" />
</object>
Thanks in advance!
Susan