How to insert Flash without JavaScript in the most compatible but valid way?
Posted
by Andreas Gohr
on Stack Overflow
See other posts from Stack Overflow
or by Andreas Gohr
Published on 2010-04-28T09:30:30Z
Indexed on
2010/04/28
9:33 UTC
Read the original article
Hit count: 279
I'm looking for a way to embed Flash into a XHTML Transitional page that does not rely on enabled JavaScript, which validates and that works across all major Browsers including IE6.
So far I'm using this solution which seems to work just fine:
http://latrine.dgx.cz/how-to-correctly-insert-a-flash-into-xhtml#toc-final-solution
However, when this method is used in an RSS Feed it seems that Feedburner and Google Reader at least (maybe other feed readers, too) strip the whole object tags and only leave the alternative content.
Any suggestions how to improve this?
© Stack Overflow or respective owner