PDA

Zobacz pełną wersję : slideshow flash - problem



michas140
02-03-2011, 01:32
Witam, pobrałem sobie dodatek do joomli Simple Flash Image Gallery(SFIG) i mam problem z przeźroczystością tła dodaje linie "transparent" i nic

kod


<!-- Script that embeds gallery. -->
<script language="javascript" type="text/javascript">
var so = new SWFObject("flashgallery.swf", "gallery", "800", "600", "8"); // You can change gallery width and height here or by styling div that contains gallery (use pixels or percents).
so.addParam("wmode", "transparent");
so.addParam("quality", "high");
so.addParam("allowFullScreen", "true");
so.addVariable("content_path","img"); // Location of a folder with JPG and PNG files (relative to php script) or a link to Flickr photostream (for example "http://www.flickr.com/photos/username/" or "http://www.flickr.com/photos/username/sets/setid/").
so.addVariable("color_path","default.xml"); // Location of xml file with settings.
so.addVariable("script_path","flashgallery.php"); // Location of php script (not requred if you work with Flickr).
so.write("gallery");
</script>


pomocy