Topic: Background transparency with UMG 6
I have installed Tiltviewer Pro with the UMG 6 gallery . the problem I have is that I cannot get a "transparent" background.
I followed the instruction :
=======================================================================================
div id='UMGContainer<%=ModuleId%>'>
<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'
codebase='<%=Protocal%>://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0'
id='UMG<%=ModuleId%>' style="width: 555px; height: 160px" >
<param name='wmode' value='transparent' />
<param name='flashvars' value='<%=MyFlashVars%>' />
<param name='allowFullScreen' value='false' />
<param name='bkgndTransparent' value='true' />
<param name='movie' value='<%=ModulePath%><%=PresentationName%>.swf' />
<embed wmode='transparent' flashvars='<%=MyFlashVars%>' src='<%=ModulePath%><%=PresentationName%>.swf' width='<%=GalleryWidthEx%>' height='<%=GalleryHeightEx%>' name='UPG' type='application/x-shockwave-flash' pluginspage='<%=Protocal%>://www.macromedia.com/go/getflashplayer' />
</>
</object>
<p class="Normal verticalMiddle">
<a href="<%=Protocal%>://www.adobe.com/go/getflashplayer" target="_blank"><img src="<%=Protocal%>://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" border="0" /></a>
Install latest flash player if you can't see this gallery, or click <a href="<%=GetHtmlVersion() %>">here</a> to see the html version.
</p>
</div></td></tr><tr><td>
<script type='text/javascript'>
var fObj = new FlashObject('<%=ModulePath%><%=PresentationName%>.swf', 'UMG<%=ModuleId%>', '<%=GalleryWidthEx%>', '<%=GalleryHeightEx%>', '10');
fObj.flashvars = '<%=MyFlashVars%>';
fObj.addParam('allowFullScreen','false');
fObj.addParam('bkgndTransparent','true');
fObj.addParam('wmode','transparent');
fObj.write('UMGContainer<%=ModuleId%>');
var UMG<%=ModuleId%>;
UMG<%=ModuleId%> = document.getElementById('UMG<%=ModuleId%>');
</script>
=======================================================================================
But the background is still there ( The option allowFullScreen =false works fine !). I tried the UMG 6 Forum without success so far . What am I doing wrong ?
Thanks ...
Francois