Hello i know it seem stupid and that this code is a javascript but i have this peace of code and i dont know where to put the parameter wmode="transparent"
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
var flashvars = {};
var params = {};
var attributes = {};
attributes.id = "as3_js";
swfobject.embedSWF("MandalaPlayer.swf", "alt", "244", "245", "9.0.0", false, flashvars, params, attributes);
It actually load the swf in the DIV "alt", but i need the transparence. :-)
The thing is that i know how to embed it with the wmode="transparent" with the publication setting in flash, but then something else does'nt work, it is my comunication javascript to flash ( i use javascript to control my mp3player from the htmlpage ) so i dont know what to do :-)
Pfffff I am silly. ....By the way Hi to you Ned. Happy that is you that answered, quite some years i didn't went to the forum ....
Even this one works :-)
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
var flashvars = {};
var params = {};
var attributes = {};
attributes.id = "as3_js";
params.wmode = "transparent"; ![]()
swfobject.embedSWF("MandalaPlayer.swf", "alt", "244", "245", "9.0.0", false, flashvars, params, attributes);
North America
Europe, Middle East and Africa
Asia Pacific