Closed GoogleCodeExporter closed 9 years ago
Unfortunately, this is beyond SWFObject's control, as Internet Explorer formats
the <object> a bit differently than other browsers, removing the data attribute
and requiring the classid attribute.
You may be able to pass validation using the simplified static publishing
format:
<!--[if IE]>
<object id='mySWF' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
width='550' height='400'>
<param name='movie' value='myfile.swf'/>
<![endif]-->
<!--[if !IE]>-->
<object id='mySWF' type='application/x-shockwave-flash' data='myfile.swf'
width='550' height='400'>
<!--<![endif]-->
<p>This page requires Adobe Flash Player, which you can download free at <a
href="http://get.adobe.com/flashplayer/">http://get.adobe.com/flashplayer/</a></
p>
</object>
Original comment by platelu...@gmail.com
on 16 May 2011 at 4:04
Original issue reported on code.google.com by
neil.san...@techdept.co.uk
on 1 Mar 2011 at 8:45