Embedding Flash to W3C Standards
Been trying to figure out how to embed Flash the “perfect way” for a while. The conventional way, using both object and embed tags, is not actually compliant or “legal” so to speak. If you validate your site (validator.w3.org), you will run into many errors.
So for a while, everything on my site except the Flash embedding was W3C-compliant. I honestly don’t know why I care, but it just bugged me that one problem was keeping my site from being fully XHTML.
Out of all my searches, I have to say this one is most useful: In Search of… the Perfect Plugin Technique. Not only does it list all the ways to embed Flash and stay within the standards, it lists all the pros and cons of each method.
From what…[More]