| rasp916 2006-11-05, 10:33 pm |
| Would someone be so kind in helping me set the 'Photoshop Flash web glallery 3'
to transparent?
I have added the following line to the html code but with no luck on IE6 or
any other browsers.
" myFlashObject.addParam("wmode", "transparent"); "
Do I need to add something to the javascript file as well?
Any help would be most appreciated.
<div id="flashcontent">
<script type="text/javascript">
// <![CDATA[
var myFlashObject = new FlashObject("gallery.swf", "gallery", "100%",
"100%", 6, "#ffffff");
myFlashObject.addParam("scale", "noscale");
myFlashObject.addParam("wmode", "transparent");
myFlashObject.addVariable("request",
getQueryParamValue("image"));
myFlashObject.addVariable("photosXmlFile", "photos.xml");
myFlashObject.addVariable("configXmlFile", "galleryconfig.xml");
myFlashObject.write();
// ]]>
</script>
<noscript>
You must enable Javascript to view this content.
</noscript>
</div>
|