<div>Hey friends</div>
<div> </div>
<div>Some posts ago I talked about some tests what I did combining SWFObject and FlashSatay, and worked very fine :). </div>
<div> </div>
<div>Now, when Javascript is disabled but the client has Flash Plugin installed, the page shows correctly the swf movie.</div>
<div> </div>
<div>I have tested in </div>
<div> </div>
<div>Internet Explorer 7</div>
<div>Firefox <a href="http://1.5.0.7">1.5.0.7</a></div>
<div>Firefox 2.0.b1</div>
<div>Opera 9</div>
<div>W3C Markup Validator</div>
<div> </div>
<div>Here is the holy markup:</div>
<div><div id="divFlashContent"><br><object type="application/x-shockwave-flash" data="test.swf" width="100" height="100"><br><param name="movie" value="
test.swf" /><br>Your Alternative Text Here<br></object><br></div><br><script type="text/javascript"><br>var so = new SWFObject("test.swf", "divFlashContent", 100, 100, "7"); 
<br>so.write("divFlashContent");<br></script></div>
<div> </div>
<div>If you can test in another browsers, or has some feedback, please, tell me, ok?</div>
<div> </div>
<div>Regards</div>