Kyle. The type="application/x-shockwave-flash" fix seems to be in the static publishing auto-generated code from the generator, but ONLY on the non-IE object block.
In regards to what seems to get written out of dynamic publishing when actually written to the page, the IE generated code does NOT include a type definition (as viewed in IE debug bar): <OBJECT id=flash style="VISIBILITY: visible" height=600 width=800 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000> In FF, it does get defined (as viewed in Firebug): <object id="flash" height="600" width="800" type="application/x-shockwave-flash" data="some.swf" style="visibility: visible;"> Bobby / Geoff - Is this something which can be easily added to the 2.2 alpha? (I am unsure if it is valid to have the type definition in the top level <object> node or not) Cheers, Aran -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Shade Sent: Tuesday, 20 January 2009 7:44 AM To: SWFObject Subject: possible addition for swfobject 2.2 Just wondering if this issue would affect SWFObject or not... http://bugs.adobe.com/jira/browse/FP-529 Seems a simple fix to include the type attribute if we're not already (don't know, too lazy to have ever looked at our auto-generated code!) But if not, this simple fix might help some people. Just a thought. --Kyle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
