Search…

X3 Photo Gallery Support Forums

Search…
 
fenderstr
Topic Author
Posts: 2
Joined: 24 Mar 2010, 13:36

transparent background

24 Mar 2010, 13:38

transparent background is possible?
(no background)

excuse my english, but i'm a italian boy
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

29 Mar 2010, 08:28

What exactly are you looking to achieve with this? You want to display some HTML behind the flash?
 
om_nica
Posts: 3
Joined: 15 Apr 2010, 06:17

guess I need the same thing...

15 Apr 2010, 06:39

I am trying to set my gallery to no background or transparent backgound so that the html (via css) can be seen. I split the page in three using "DIV" tags.
Here is were I am at:
http://www.ottomejia.com/ws/portafolio.html

This is an example of the background that I would like be viewable:
http://www.ottomejia.com/test/index1.html

Is it possible to set a transparent background for the entire "stage" of the imagevue gallery?

Many thanks for any help that can be provided.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

18 Apr 2010, 00:17

Unfortunately, you cant simply set transparent for imagevue ... Why dont you cut your background and simply add that graphic to the theme?
 
Trax
Experienced
Posts: 24
Joined: 30 May 2008, 05:13

Re:

11 Mar 2011, 05:14

mjau-mjau wrote:Unfortunately, you cant simply set transparent for imagevue ... Why dont you cut your background and simply add that graphic to the theme?
I want this also. I put the imagevuex slideshow on top of a flash site. So the background is moving a little and I want to keep this movement.

I located the themeConfig.xml file that holds the value for the background color, but I cannot change this. Or if I use "transparent" it just takes the default color. How can I prevent this please!? This must be possible.

I'm using the latest version.

Many thanks in advance!

Code
<?xml version="1.0" encoding="UTF-8"?>
<config>
	<imagevue>
		<style>
			<background_color>transparent</background_color>
			<background_image>
				<enabled>false</enabled>
				<url>background2.gif</url>
			</background_image>
		</style>
		<thumbnails>
			<thumbnails>
				<frame>
					<width>4</width>
					<space>4</space>
					<color>FFFFFF</color>
				</frame>
			</thumbnails>
		</thumbnails>
	</imagevue>
</config>
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: transparent background

13 Mar 2011, 01:39

A feature exists in Imagevue so that it always sets a solid background. Why? Because we need to do this to make sure the background color is set for people using custom html documents, probably like yourself. If we didn't do this, custom html documents would not include theme backgrounds, unless set manually from the html file.

In the next release Imagevue X2.7, coming later this month, we have added a workaround so you can use transparency for your gallery. However, we highly recommend to not use this option as it greatly reduces performance, especially if you have another SWF running in the background. Why don't you just add your animation as a SWF background directly in Imagevue?

From our new version working notes:
imagevue wrote:Added support for Flash transparency. You can use this feature to display Html behind the Imagevue gallery, although we do not recommend this because of performance issues and obvious placement issues. To apply this feature, you need to add wmode: 'transparent' and flashvar: transparent: true into your document. Normally this is achieved by editing iv-includes/templates/index.gallery.phtml unless you have a custom html document.
Related:
viewtopic.php?f=28&t=6768&p=25269#p25269
 
Trax
Experienced
Posts: 24
Joined: 30 May 2008, 05:13

Re: transparent background

14 Mar 2011, 05:05

Thanks, but how do I insert that code? Tried a few variations, but nothing seems to work... :(
Code
swfobject.embedSWF("<?php echo IV_PATH; ?>imagevue2.swf", "imagevue", "100%", "100%", "8.0.0", "<?php echo IV_PATH; ?>expressInstall.swf", flashVars, {wmode: 'transparent', allowScriptAccess: 'always', allowFullScreen: true, flashvar: transparent: true, bgcolor: ' '}, {id: 'imagevue', name: 'imagevue'});
I guess this is were it goes wrong: flashvar: transparent: true

Any help is really appreciated!

Thanks in advance!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: transparent background

14 Mar 2011, 08:20

Sorry, like I mentioned in my previous post:
mjau-mjau wrote:In the next release Imagevue X2.7, coming later this month ...
And also click the link I posted ...
 
Trax
Experienced
Posts: 24
Joined: 30 May 2008, 05:13

Re: transparent background

06 Apr 2011, 04:01

mjau-mjau wrote:Sorry, like I mentioned in my previous post:
mjau-mjau wrote:In the next release Imagevue X2.7, coming later this month ...
And also click the link I posted ...
I really don't want to be disrespectfull, I'm just curious about this.

Some time went by... it's a new month :D

Any news on the new release?


Many thanks in advance.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: transparent background

06 Apr 2011, 06:18

Yes, X2.7 beta is imminent for release. There has been a few delays related to the shopping cart feature, but a beta will be released this week.

Sorry for any inconvenience -
 
Trax
Experienced
Posts: 24
Joined: 30 May 2008, 05:13

Re: transparent background

06 Apr 2011, 06:44

That's just super!

Thank you very much!
 
Trax
Experienced
Posts: 24
Joined: 30 May 2008, 05:13

Re: transparent background

19 Apr 2011, 05:27

Hi me again. Still just curious about a new release :)