Tuesday, January 6, 2009

A Funnelweb World

“The illiterate of the 21st century will not be those who cannot read and write but those who cannot learn, unlearn and relearn” Alvin Toffler

154 views

Two steps to valid Flash plug-ins

Posted by sg On February - 24 - 2008


One thing that bugs me about third party plug-ins is that they always seem to need a bit of code cleaning up in order to make them standards-compliant.

I validate my site against XHTML 1.0 Transitional and typically it has been the plug-ins from YouTube, Google and now SpringWidgets that have needed some fixing.

Anyway, a while back I discovered an article on A List Apart, talking about the Flash Satay method of fixing Flash code and explaining the changes needed. It is quite detailed but it really boils down to two things.

Ampersands and embed tags. Get rid of them.

Simply replace “&” symbols with “&” and delete any “embed” tags within object tags.

You might need to do a bit more for certain plug-ins but I’ve found that making those two simple changes fixed the plug-ins for YouTube and SpringWidgets.

Nice and easy!

Add A Comment

Enter this code