Page 1 of 1

Transparency issue (background of the image)

Posted: 16 Jan 2009, 08:08
by borsato
Hello,

First of all I'm impressed with the new V2 Version, compliments!!!!!

I open the gallery with a series of pictures. The first file is a swf file because I would like to mantain transparancy. PNG was not working (transparent part becomes white).

Now all was ok, but the transparancy part of the picture is filled with the so called "custom_color" #501500. See picture. How can I have this color be transparent?

Image

Posted: 17 Jan 2009, 01:30
by mjau-mjau
The color you see behind the SWF is actually the FRAME. Because of your transparency, you see more of the frame ... Unfortunately, the frame is part of the gallery that you have set. You can't disable it for some files, and enable it for others ...

I would suggest that you perhaps load that SWF as a filemod. That means you need to create a new folder, "use as filemod" and point to that SWF file. This will not put the file in a "gallery" with many other files, but it will allow you to use it in the main menu.

https://www.photo.gallery/v2docs/articles/filemod/

Posted: 17 Jan 2009, 08:13
by borsato
Thankz Karl,

I keep you informed!

Posted: 19 Jan 2009, 10:24
by borsato
Id did this but the transparancy of the swf files gets the color mentioned and see in the picture in my previous post!

Is this I can set somewhare in the fla file?

Please can someone be of help?

Kind regards!

Posted: 19 Jan 2009, 21:47
by mjau-mjau
tranquilo ... I didn't mention this if it didn't work.

This happens with your filemod because it is currently inheriting the frame from images. To NOT use the frame, go to manage this item in admin, and in the "parameters" field on the right side, add the text:
Code
frame=false

Posted: 20 Jan 2009, 07:38
by borsato
Karl it works! Thankz for your quick response!