Page 1 of 1

Re: Imagevue Embed Mode + Transparent Background

Posted: 19 Oct 2011, 03:41
by mjau-mjau
yb.ybema wrote:The difference I see is that Imagevue doesn't show the thumbnails at startup while the standalone has no problems with it.
Besides the startup everything else works how it should be.
Yes there is a difference, and I assumed this was purposely done in your custom document. How exactly do you want them to start? Do you want the embed version to go directly to the thumbnails unlike the way it is now?
yb.ybema wrote:I also would like to know how to give imagevue a transparent background.
Imagevue X2.7: 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
Code
wmode: 'transparent'
and flashvar:
Code
transparent: true
into your document. Normally this is achieved by editing iv-includes/templates/index.gallery.phtml unless you have a custom html document. –