i have the same problem,please can somebody help me.
i have a javascript mp3 player on my site and when i active my nextgen gallery the pictures are showing behind the mp3 player.
when i take a look of the javascriptcode i dont see the code wmode.
this is my mp3 javascriptcode:
<script type=”text/javascript” src=”swfobject.js”></script>
<div id=”flashPlayer”>
This text will be replaced by the flash music player.
</div>
<script type=”text/javascript”>
var so = new SWFObject(“playerMultipleList.swf”, “mymovie”, “320”, “250”, “7”, “#ffffff”);
so.addVariable(“autoPlay”,”no”)
so.addVariable(“playlistPath”,”playlist.xml”)
so.addVariable(“overColor”,”#fb05c4″)
so.write(“flashPlayer”);
</script>