mój kod wygląda tak:
<article class="grid_8"> <div class="box maxheight"> <div class="padding-box2"> <div id="player" style="z-index: -1;"> <script language="javascript" type="text/javascript"> var so = new SWFObject("swf/flashmp3player.swf", "player", "290", "247", "9"); // Location of swf file. You can change player width and height here (using pixels or percents). so.addParam("quality", "high"); so.addVariable("content_path","mp3"); // Location of a folder with mp3 files (relative to php script). so.addVariable("color_path","xml/default.xml"); // Location of xml file with color settings. so.addVariable("script_path","include/flashmp3player.php"); // Location of php script. so.write("player").zIndex = 100; </script> </div> </div> </div> </article>
rezultat:

demo:
Okienko można wywołać klikając na napis "Ostatnie zdjęcia" obok Witajcie
Demo
Temat można zamknąć. Rozwiązanie znalazłem na angielskim forum. Wystarczyło dodać parametr
so.addParam("wmode", "opaque");
Temat do zamknięcia.