Click to See Complete Forum and Search --> : Flash Stage Transparent
WhiteDragon
09-10-2008, 11:14 PM
I have a flash project in which I would like the stage color to be transparent, but if you know flash you'll know that there is a icon in which has a diagonal line though it to make the color transparent, this option is not available to me only solid colors. How can I get the stage background to be transparent, I have tried rendering it out (SWF,HTML) with the transparent option on but when I preview the HTML it does not show it as transparent rather still the solid color.
Eye for Video
09-11-2008, 01:54 AM
icon in which has a diagonal line though it
I think that icon you’re talking about really means “none”, not transparent. So clicked on, it could be a rectangle with a stroke and “none” fill or it could be a rectangle with “none” stroke and only a fill.
To get a transparent background just set the “Document” “Background color” to white when you create a new document. Don’t draw anything on the stage except the objects you want.
Then when you place the .swf <object on the page, use this as one of the param:
<param name="wmode" value="transparent"/>
and use this in the <embed…………….> section
wmode="transparent"
Not every version of every browser will always render this correctly but that's the best you can do.
Still working on your gallery, sorry for the delay, just very, very busy.
Eye for Video
www.cidigitalmedia.com
WhiteDragon
09-11-2008, 11:47 AM
I'm sure I tried this, but I will try it again and get back !!
As for the gallery, just contact me when you have time!
bigdeveloper
04-12-2009, 01:49 PM
worked like a charm