Search…

X3 Photo Gallery Support Forums

Search…
 
goodgod
Topic Author
Posts: 2
Joined: 23 Apr 2009, 04:02

How to use transparent background

23 Apr 2009, 04:06

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>
 
goodgod
Topic Author
Posts: 2
Joined: 23 Apr 2009, 04:02

24 Apr 2009, 02:00

Nobody have an exemple ?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

25 Apr 2009, 00:50

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 ...
 
Trax
Experienced
Posts: 24
Joined: 30 May 2008, 05:13

29 Apr 2009, 06:58

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.