Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Background transparancy   Message List  
Reply | Forward Message #51611 of 149582 |
RE: [flexcoders] Background transparancy

In order to get full transparency (in an html page), you might also have to set windowMode to "transparent" in your code that insert the swf:
<object ...>
    ...
    <param name="wmode" value="transparent" />
    ...
    <embed
        ...
        wmode="transparent"
        ... >
    </embed>
</object>
 
Benoit Hediard
 


De : flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] De la part de sumeet k
Envoyé : vendredi 29 septembre 2006 08:23
À : flexcoders@yahoogroups.com
Objet : Re: [flexcoders] Background transparancy

Hi Patrick,
Ypu can set backgroundAlpha="0" in application tag.

dj <dj@...> wrote:
How do you set the background alpha of an application to 0, possible?

Thanks,
Patrick


Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.

Fri Sep 29, 2006 1:06 pm

ben@...
Send Email Send Email

Forward
Message #51611 of 149582 |
Expand Messages Author Sort by Date

How do you set the background alpha of an application to 0, possible? Thanks, Patrick...
dj
dj@...
Send Email
Sep 29, 2006
2:44 am

Hi Patrick, Ypu can set backgroundAlpha="0" in application tag. dj <dj@...> wrote: How do you set the background alpha of an application to 0,...
sumeet k
sumeetk2111
Offline Send Email
Sep 29, 2006
12:49 pm

In order to get full transparency (in an html page), you might also have to set windowMode to "transparent" in your code that insert the swf: <object ...> ... ...
Benoit Hediard
ben@...
Send Email
Sep 29, 2006
1:16 pm

Much appreciated, I missed that in my first scan of help files. Quick question: how do you make the code editor open the help.as class file - kinda like how...
dj
dj@...
Send Email
Sep 30, 2006
4:52 pm

Hello Benoit ! How you doing ? To all : I'm trying to extend the transparency problem to a more complex problem : How would you, in Flex, make possible to...
Jean-Luc ESSER
flexfrance
Offline Send Email
Mar 7, 2007
7:59 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help