Valid Flash Embedding

In the past I have tried many different solutions for embedding flash into my pages, and still passing validation. (the <embed> tag is no longer W3C valid). Today I came across a very simple solution that I thought I would share. The original page can be found here. http://www.joostdevalk.nl/code/valid-flash-embedding.html.

Here is the code:
<object type="application/x-shockwave-flash" data="music/lemon-sound.swf" width="0" height="0"><param name="movie" value="music/lemon-sound.swf"></param><param name="quality" value="high"></param></object>

Leave a Reply