Flash Album Generator 2 Support Product Page

This topic was archived

transparent

Reported 23 Feb 2006 01:45:59
1
has this problem
23 Feb 2006 01:45:59 martin4711 mar posted:
I get no transparent background for the flashfile this the code
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="450" height="375" id="cursus" align="middle">
<param name="FlashVars" value="Gallery=cursus.xml" />
<param name="movie" value="dmxFlashGallery2.swf" />
<param name="quality" value="best" />
<param name="scale" value="noscale" />
<param name="bgcolor" value="#5A791B" />
<param name="wmode" value="transparent" />
<embed src="dmxFlashGallery2.swf" id="cursus" wmode="transparent" quality="best" flashvars="Gallery=cursus.xml" scale="noscale" bgcolor="#5A791B" type="application/x-shockwave-flash" width="450" height="375" pluginspage="www.macromedia.com/go/getflashplayer" />
</object>
and this the link to the page www.betuwshoogstamfruit.nl/cursussen.html

Replies

Replied 23 Feb 2006 11:50:40
23 Feb 2006 11:50:40 George Petrov replied:
Hi Martin,

You really must clear the bgcolor as well - just make it empty in the property inspector.

Greetings,
George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 23 Feb 2006 12:49:15
23 Feb 2006 12:49:15 martin4711 mar replied:
oke its working now thx
Greetings,
Martin
Replied 24 Feb 2006 20:58:23
24 Feb 2006 20:58:23 Girish Cruden replied:
Hello,

I am completely new to the Flash Album Generator 2.0. I'm having trouble getting a transparent background. I'm not sure what you mean by "clear the background color" in the Properties Inspector. Can you help?

Thanks,
Glenn

Glenn Cruden
Replied 24 Feb 2006 23:32:41
24 Feb 2006 23:32:41 George Petrov replied:
Hi Glenn,

Please read this faq: www.dmxzone.com/go?11588

Greetings,
George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 26 Feb 2006 14:43:12
26 Feb 2006 14:43:12 G. Laan replied:
I've tried as mentioned in this topic to get a transparent background but I just get every time a white background.

Thanks for your help.


<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="600" height="600" id="fb4" align="middle">
<param name="FlashVars" value="Gallery=fb4.xml" />
<param name="movie" value="dmxFlashGallery2.swf" />
<param name="quality" value="best" />
<param name="scale" value="noscale" />
<param name="bgcolor" value="#" />
<param name="wmode" value="transparent" />
<embed src="dmxFlashGallery2.swf" id="fb4" wmode="transparent" quality="best" flashvars="Gallery=fb4.xml" scale="noscale" bgcolor="#" type="application/x-shockwave-flash" width="600" height="600" pluginspage="www.macromedia.com/go/getflashplayer" />
</object>



Replied 27 Feb 2006 11:52:38
27 Feb 2006 11:52:38 G. Laan replied:
I solved it. I only looked in the preview of the propertiespanel. In the browserpreview everything looks fine. Thanks.
Replied 27 Feb 2006 13:06:40
27 Feb 2006 13:06:40 George Petrov replied:
yes indeed - DW itself do not support transparency - so you won't see it in the preview

George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 02 Mar 2006 15:08:24
02 Mar 2006 15:08:24 Jackie D replied:
It's a great plug-in...and I've almost got everything in place except that I can't get the background to be transparent.

I've set W/mode to Trans and Bg colour to 0px in d/weaver but I still get a white b/ground even when previewing in Explorer.

Here is the .xml file..I'm not sure why I don't have <param name etc> as others here have? Am I supposed to be able to edit a Flash file????

<?xml version="1.0" encoding="UTF-8"?>
<flashgallery version="1">
<gallery id="test">
<title>test</title>
<meta>
<entry name="backgroundColor">0x
</entry>
<entry name="foregroundColor">0x33FF66
</entry>
<entry name="layout">0
</entry>
<entry name="photoScale">0.7
</entry>
<entry name="thumbnailRows">1
</entry>
<entry name="thumbnailColumns">5
</entry>
<entry name="thumbnailPadding">0
</entry>
<entry name="frameColor">0x
</entry>
<entry name="activeFrameColor">0x
</entry>
<entry name="activeFrameWidth">6
</entry>
<entry name="noShadow">true
</entry>
<entry name="thumbnailShadow">5
</entry>
<entry name="shadowAlpha">10
</entry>
<entry name="roundFrame">22
</entry>
Replied 02 Mar 2006 15:12:25
02 Mar 2006 15:12:25 Jackie D replied:
....realised it's d/w code..it's late..been on 'puter too long...!

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="900" height="600" id="test" align="middle">
<param name="FlashVars" value="Gallery=test.xml" />
<param name="movie" value="dmxFlashGallery2.swf" />
<param name="quality" value="best" />
<param name="scale" value="noscale" />
<param name="bgcolor" value="#" />
<param name="wmode" value="transparent" />
<embed src="dmxFlashGallery2.swf" id="test" wmode="transparent" quality="best" flashvars="Gallery=test.xml" scale="noscale" bgcolor="#" type="application/x-shockwave-flash" width="900" height="600" pluginspage="www.macromedia.com/go/getflashplayer" />
Replied 02 Mar 2006 16:17:01
02 Mar 2006 16:17:01 Jackie D replied:
Ok...figured this one out...clicking Bg color creates an '0x' in the box. Deleting the '0x' creates a transp. background. Not that obvious...but overall I'm v.pleased with the software. Just wish a few things were more automated...such as benig able to add lines of text automatically, and an option to generate images in a specific order, plus automatic text sizing.
Replied 02 Mar 2006 21:37:48
02 Mar 2006 21:37:48 George Petrov replied:
Hi Jackie,

Yes we need to improve the transparency option indeed.

How do you see the addin text lines automatically option?

george


--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 03 Mar 2006 01:32:40
03 Mar 2006 01:32:40 Jackie D replied:
Hi George,
>How do you see the addin text lines automatically option?<

....an option to replace the "title" with lines of wrapped text.

The best improvements would the above and also the having control over the sequence the thumbs appear...and being able to automatically add more photos after the album has been created. Although these options are can be done via the .xml coding...even for someone with no experience of changing code it's easy - speaking personally here :=)...it would be nice if it was all fully automated.

Apart from being able to achieve an attractive, professional design in next to no time, it was the .xml feed which attracted me to the Active Slideshow Pro and FAG2...no l o n g waits for pics to download.

Jackie

Replied 03 Mar 2006 17:08:55
03 Mar 2006 17:08:55 George Petrov replied:
Hi Jackie,

Maybe something to check out for this: www.dmxzone.com/forum/topic.asp?topic_id=34225&NewsId=10647

george

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------

Reply to this topic