This demo is using the the Plugin Framework from Matthias Platzer

Flash Test

<div id="flash">Please install Flash</div>
<script type="text/javascript"><!-- 
Plugin.embed("Flash", {src: "bird.swf", width: "395", height: "395"}, "flash"); 
// -->

Please install Flash

Flash Test: Alternative using document.write

<script type="text/javascript">Plugin.embed("Flash", {src: "bird.swf", width: "395", height: "395"});</script>
<noscript>Enable Javascript and install Flash Player to see Animation</noscript>

Flash from www.millan.net

This demo is using the the Plugin Framework from Matthias Platzer