[SWFObject] More On SWFObject and Satay

Fabio clicklist at gmail.com
Thu Sep 28 10:22:24 PDT 2006


Hey friends

Some posts ago I talked about some tests what I did combining SWFObject and
FlashSatay, and worked very fine :).

Now, when Javascript is disabled but the client has Flash Plugin installed,
the page shows correctly the swf movie.

I have tested in

Internet Explorer 7
Firefox 1.5.0.7
Firefox 2.0.b1
Opera 9
W3C Markup Validator

Here is the holy markup:
<div id="divFlashContent">
<object type="application/x-shockwave-flash" data="test.swf" width="100"
height="100">
<param name="movie" value="test.swf" />
Your Alternative Text Here
</object>
</div>
<script type="text/javascript">
var so = new SWFObject("test.swf", "divFlashContent", 100, 100, "7");
so.write("divFlashContent");
</script>

If you can test in another browsers, or has some feedback, please, tell me,
ok?

Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deconcept.com/pipermail/swfobject-deconcept.com/attachments/20060928/cfeecb03/attachment-0004.htm>


More information about the Swfobject mailing list