Page 1 of 1

How to use transparent background

Posted: 23 Apr 2009, 04:06
by goodgod
Hi All,
I tried to use no bgcolor, no background image in order to have a transparent background, but no way. I always have a solid background color. I searched everywhere in forums but can't found a working solution. Could you help me ?

My code :
Code
<script type="text/javascript">
				var flashVars = {
					globalpath : '[(site_url)]assets/images/portfolio/',
					wmode: 'transparent'
				};						
				swfobject.embedSWF("assets/images/portfolio/imagevue/imagevue2.swf", "imagevue", "773px", "700px", "8.0.0", "assets/portfolio/imagevue/expressInstall.swf", flashVars, {allowScriptAccess: 'always', allowFullScreen: true, wmode : 'transparent' }, {id: 'imagevue', name: 'imagevue'});
			</script>

Posted: 24 Apr 2009, 02:00
by goodgod
Nobody have an exemple ?

Posted: 25 Apr 2009, 00:50
by mjau-mjau
I don't think you can currently do that ... Imagevue always applies a solid background color. What is it you are trying to display in the background anyway? Perhaps you have a link?

You are aware that setting wmode=true(transparency) will make the flash go slower ...

Posted: 29 Apr 2009, 06:58
by Trax
I would also like to do that! For example, I have a nice website and I want to throw over the imagevue slideshow in a div. Somewhat like a lightbox. So you can still see what's underneeth.