Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dpak

    (@dpak)

    it doesn’t say anywhere “full size” link?
    i onlu can find it in my thickbox.js

    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>

Viewing 2 replies - 1 through 2 (of 2 total)