Flash Album Generator 2 Support Product Page

This topic is locked
This topic was archived

Active Slide Show to background

Asked 24 Sep 2005 17:24:59
1
has this question
24 Sep 2005 17:24:59 Greg Kane posted:
How do I force the Active SLide Show to the background - ie "wmode", "transparent" in properties?

Thanks

Replies

Replied 26 Sep 2005 12:03:20
26 Sep 2005 12:03:20 Patrick Woldberg replied:
I don't know what you want to do. The transparent property is not of much use because the slideshow will fill the whole flash.

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Administrator at DMXzone.com, FLzone.net, FWzone.net and DNzone.com
--------------------------------------------------
Replied 26 Sep 2005 17:02:01
26 Sep 2005 17:02:01 Greg Kane replied:
Patrick:

If I create Flash text from within Dreamweaver, I can go into the Parameters option in the Properties window and set a Parameter of "wmode" and a value of "transparent". For example, :
<param name="wmode" value="transparent">

This parameter will force it to a lower layer so that other objects, like a flyout menu will be above the slide show and not below it.

Thanks
Greg
Replied 02 Oct 2005 22:26:55
02 Oct 2005 22:26:55 George Petrov replied:
Hi Greg,

Check also the following FAQ: www.dmxzone.com/go?11004

Greetings,
George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 02 Oct 2005 23:38:02
02 Oct 2005 23:38:02 Greg Kane replied:
George:

Your suggestions didn't work. My email explained that your app does not provide an option in "Properties" for inserting parameters (ie wmode). Since your app only provides the swf file and not an fla, the other option that Macromedia suggests will not work either.

Fortunately there is an answer. I found it on pvii support (www.projectseven.com/support/answers.asp?id=127).
They suggest to use "opaque" as a value for wmode instead of “transparent” due to resource issues. The key is a manual insertion of code in 2 places (I was only doing in one place).

Add the "wmode" parameter on both the "object" and the "embed" tag:

A) Inside the "object tag", add this line:
param name="wmode" value="opaque"

B) On the "embed" tag, add this attribute:
wmode="opaque"

Worked like a charm. You may want to add the parameters option in future releases.

Ciao
Greg

Replied 04 Oct 2005 00:21:39
04 Oct 2005 00:21:39 George Petrov replied:
Hi Greg,

yes I was refering to the manual code insertion in the MM solution doc.

So Opaque is better? never really knew the difference.

We will definately add this as option in future updates.

Greetings,
George

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

Reply to this topic