[SWFObject] Getting Html to sit over flash inserted with SwfObject vs FlashObject

Micky Hulse micky at ambiguism.com
Tue Dec 12 16:02:50 PST 2006


Maak Bow wrote:
> I can do this if i use FLASHobject but not SWFobject. What changed in 
> swfobject so this is not possible?????

Use wmode opaque, see below:

<script type="text/javascript">
    var so = new SWFObject("movie.swf", "mymovie", "200", "100%", "7", 
"#336699");
    so.addParam("wmode", "opaque");
    so.write("flashcontent");
</script>

Hth's. :)

-- 
  Wishlist: <http://snipurl.com/vrs9>
    Switch: <http://browsehappy.com/>
      BCC?: <http://snipurl.com/w6f8>
        My: <http://del.icio.us/mhulse>



More information about the Swfobject mailing list