PDA

View Full Version : alternative content in IE6


lelales
12-19-2008, 02:01 PM
Hi, I have the SWFObject2 alternative content working in both PC and Mac platforms and all browssers except IE6 for the PC.

I searched the web but could not find a fix.

Here is my code::<div>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="899" height="294" id="introMiddle2">
<param name="movie" value="intro_middle2.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="intro_middle2.swf" width="899" height="294">
<!--<![endif]-->
<a href="prducts.html"><img src="images/main.jpg" border="0"></a>

<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>

The problem is that the intro anim is shown 2x, one on top the other. One is working, the other is a big blank box.

Here is the site :: site (http://www.alpha-dream.com)

I have surfed the net, but could not find a solution.

Any assistance is appreciated.

thanks

Verndewd
12-21-2008, 01:00 AM
http://blog.deconcept.com/swfobject/#examples

I am needing to imlpement flash as well, so I dug for days and finally found some great reading ; I dont understand how to use it but It seems like a useable gathering of info.