Title: Application Background

Great thanks guys. Works great.

 

Agha Mehdi
IDT - eBusiness Program Manager


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith Unnikrishnan
Sent: Wednesday, February 08, 2006 12:53 PM
To: [email protected]
Subject: Re: [flexcoders] Application Background

 

It does work on Firefox and IE.

 

<mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" backgroundColor="#FFFFFF" backgroundAlpha="0">

.....

 

Then in the generated HTML, you have to set

Add the following parameter to the OBJECT tag:

<param name="wmode" value="transparent">
Add the following parameter to the EMBED tag: 

wmode="transparent"
And ofcourse the body css in the HTML has to be changed.

----- Original Message -----

From: JesterXL

Sent: Thursday, February 09, 2006 1:41 AM

Subject: Re: [flexcoders] Application Background

 

setStyle("backgroundColor", 0xFFFFFF);

setStyle("backgroundAlpha", 0);

 

And then set the wmode attribute in HTML object/embed to "transparent".  Doesn't work on all browsers.

 

----- Original Message -----

From: Mehdi, Agha

Sent: Wednesday, February 08, 2006 2:57 PM

Subject: [flexcoders] Application Background

 

Hi all,

Is there any way to make the application background transparent so that it always gets the background of whatever html container it sits on?

Thanks

Agha Mehdi

IDT - eBusiness Program Manager

Work: 408.284.8239

Cell  : 209.275.0482

Fax  :  408.284.2766




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to