Topic: WMODE on SIMPLEVIEWER
i had buy simpleviewer pro v.2, its working fine, but i have to put WMODE to tranparent, on .swf's is like:
<object>
...
<param name="wmode" value="transparent" />
...
</object>
how can i set this option on simpleviewer ?
bellow is my script call:
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "destaques.xml";
var params = {};
params.allowfullscreen = true;
params.allowscriptaccess = "always";
params.bgcolor = "111111";
swfobject.embedSWF("simpleviewer.swf", "flashContent", "100%", "100%", "9.0.124", false, flashvars, params);
</SCRIPT>