Hi all
I am having problems with an swf file I have created and embedded into the header. This works fine in FireFox and Chrome, however Internet Explorer will not work. Instead I have a black looking scroll box.
Here is my code in the tpl_header
<div id="logo"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="120" height="120">
<param name="movie" value="snow2.swf">
<param name="quality" value="high">
<param name="LOOP" value="false">
<param name="menu" value="false">
<embed src="/includes/templates/my_template/images/flash/snow2.swf""
width="630" height="110"
loop="false" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" menu="false">
</embed></object></div>
can anybody help me on this?


Reply With Quote
