Just to follow up on this briefly: On Mar 11, 2009, at 9:58 AM, Vincent Polite wrote:
> At its heart, does swfobject.js use document.write in its code? I > believe it does, but without some specifics as to why that's a bad > thing, I'm not sure how to help you in terms of providing guidance > or an alternative. Based on my reading of the code, swfobject.js does use document.write in one place, but for a very specific purpose (to "Avoid a possible Operation Aborted error"), not to generate markup. Using document.write() to generate markup violates XHTML. See http://www.w3.org/MarkUp/2004/xhtml-faq#docwrite . - Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
