Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

Flash Album Generator background issues

Posted 15 Mar 2006 10:36:02
1
has voted
15 Mar 2006 10:36:02 Darren Taylor posted:
Hi guys, can someone please help.

I can't get my albums to display the background as transparent...
Now before i get flamed for not reading the tutorials of FAQ's i have!! and i understand how it works..

If i create something simple within Flash MX Pro, such as importing an image to the stage and setting the background to transparent i can make that work fine.
But when i apply the same code to my albums, it just does not work....

I have posted a link to a sample album in the hope someone might look at the source code and tell me where i might be going wrong.. because i really can't see it... <img src=../images/dmxzone/forum/icon_smile_sad.gif border=0 align=middle>

This is the link: domain712000.sites.fasthosts.com/jewels/Untitled-1.htm

Any help/suggestions would be much appreciated.

Thanks in advance.
Daz

Replies

Replied 15 Mar 2006 20:04:48
15 Mar 2006 20:04:48 Darren Taylor replied:
hello!

After getting frustrated with trying to alter the html on my page, i took a look at the XML file that is produced and found the problem, so thought i would share with others....

At the start of the XML file is the following: (note HTML can not be displayed so i've shortened the code)

backgroundColor&gt;0x&lt;
foregroundColor"&gt;0x&lt;
layout"&gt;2&lt;
photoScale"&gt;0.7&lt;
thumbnailRows"&gt;2&lt;
thumbnailColumns"&gt;5
thumbnailPadding"&gt;10&lt;
frameColor"&gt;0xFFFFFF&lt;
activeFrameColor"&gt;0xFFFFFF&lt;
frameWidth"&gt;1&lt;
activeFrameWidth"&gt;6&lt;
transition"&gt;mxfade?duration=1000&lt;

Notice this entry: <b>backgroundColor"&gt;0x&lt;</b> at the start.

If you remove the "0x" the white background is removed, despite the extension and all the html on the page suggesting the background should be transparent!

The string should read: <b>backgroundColor"&gt;&lt;</b>

For me at least.... that looks like it's worked..... <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
Cheers!
Daz

Reply to this topic