Flex - Transparent Background For SWFLoader?

May 20, 2009

I created a "Loading" spinner in a SWF. I display this spinner in my main application SWF using SWFLoader.How do I make the SWFLoader transparent? Currently it uses Flex's default background color even though I've set backgroundAlpha="0".

My spinner SWF's main MXML: (Note the use of backgroundAlpha)

[Code]...

View 2 Replies


Similar Posts:


Flex :: After Importing A PNG With Transparent Background It Shows Up With White Background

Dec 28, 2010

As the title already states i have a (big) problem importing a PNG in a Flex 4 application.Created a PNG file in Photoshop with transparent background. Loaded in Flex application using this code:[code]So when the complete event fires the data has been loaded and it is possible to assign the data loaded to the image component named Thumbnail:[code]Unitls now everything works as expected!But when i try to send the Thumbnail component's data to a WCF service i receive a photo with white background:[code]

View 2 Replies

ActionScript 3.0 :: SWFLoader With A Transparent Swf File?

Jul 19, 2011

I am loading an embeded swf file with SWFLoader using actionscript 3 in Flash Builder 4.5. When I load this swf and set "wmode" to "transparent" in HTML, it works as expected and you can see the background color through the swf object in HTML.
 
However, when I load the swf in Air with the following code:
 
[Embed(source="swf/data.swf")] var data:Class;
swfLoader = new SWFLoader();
swfLoader.percentWidth = 100;

[Code]....

It always has a white background.
 
What can I do to make the background transparent?
 
Note: This is for a mobile android device.

View 1 Replies

Android :: Transparent Background In Flex Air?

Jan 14, 2012

Can a Flex Air Android app have transparent background, like the Android Theme.Transluscent? I've tried adding:

<systemChrome>none</systemChrome>
<transparent>true</transparent>

to the -app file but that just makes the background white.

View 3 Replies

Flex :: Take A Snapshot Of A Movieclip With A Transparent Background?

Sep 13, 2010

I am coding in AS3 and I am using BitmapData to take a snapshot of a movieclip. Is there a way to have the end result BitmapData to support transparency?

How do I take a snapshot of a movieclip without any background?

View 2 Replies

Flex3 :: Set Flex Titlewindow Background To Transparent

May 24, 2011

I have a modal Flex dialog and want to make the background not of the window itself, but the semitransparent modal indicator transparent. (Yes I tried to convince the client they don't want to do this, but apparently they really want to do it). Is this even possible?(prefer a solution using Flex 3's TitleWindow, but Spark/Flex 4 TitleWindow is acceptable)

View 3 Replies

Flex - Possible To Have Transparent Background In Fullscreen Flash?

May 31, 2011

Is there a way to get transparent background when in fullscreen mode in flash? I tried the following:

<!DOCTYPE HTML>
<html><head>
<style type="text/css">
body{background:#666;}
</style>
[Code] .....

View 1 Replies

Professional :: Transparent Background Is Not Working With Vmode Transparent?

Oct 17, 2010

I imported a video into flash and have a transparent photoshop layer to create an iPod skin. The video works fine, but I cannot get the "stage" to be transparent so that you do not see the flash background color behind the iPod skin.
 
I've read in the forums and have followed the instructions here from Adobe. If you look at my code, I have

[Code]...

View 6 Replies

Flex :: Disabling The Transparent Background Overlay On A Popup

Mar 22, 2010

I have a button in my flex app that creates a popup overtop of everything. However, it seems like flex automatically puts this transparent overlay overtop of the stage when this happens. How do I disable this? I have tried contentBackgroundAlpha="0" and backgroundAlpha="0" with no luck. anyone know what the proper syntax is for disabling this transparency? I have been searching through the docs for a 30 minutes now looking for it.

View 1 Replies

Flex :: PopupManager: TitleWindow: How To Make The Background Transparent

May 12, 2010

I'm using PopupManager to display (not modal) popups in Flex.How can I make the background of my TitleWindow popup completely transparent?Now it is semi-transparent.. see picture with semi-transparent background (i.e. I just want the label inside visible):

[URL]

Maybe, instead of making it transparent I could try to reduce the padding, in order to make only the children visible ?

View 2 Replies

Have Transparent Background In Flash Application Built With Flex 4?

Nov 13, 2010

Is there a way to have a transparent background in a flash application built with Flex 4? I need to put it on a webpage where the html background is visible through the flash.

View 1 Replies

Flex :: Transparent Background On Spark DataGrid Headers?

Jul 14, 2011

I almost got it, but the part that's giving me trouble is making the header background transparent. I am making a custom MXML skin based on the default Spark DataGrid skin. I tried setting the contentBackgroundAlpha to 0 on the columnHeaderGroup and the headerRenderer, but that didn't work. I tried setting visible to false for either of those, but that made it so that the text didn't show up either, so that didn't work. There is no setting for backgroundAlpha in either of those two, so I'm not sure what else to try.

View 2 Replies

Flex :: Make The Modal Transparency Background Absolutely Transparent.?

Aug 22, 2011

I am using the below given code to try to make the transparency 0, but I still am unable to make the background become absolutely transparent.

<mx:Style>
global {
modalTransparencyBlur: 0;

[code].....

View 1 Replies

Flex Tile List Transparent Image Showing With A White Background

Dec 29, 2011

I have a tile list that loads images from a folder within the app.

When i load images with a transparent background it gives the image a white background is there any way to get the image to be transparent? [coded]...

View 1 Replies

Javascript :: Video With Transparent Background On Page Above Image Background?

May 2, 2010

I want to embed some video into my HTML page. As background I want to use big picture. And above it I want to insert loop video with (i.e.) walking man.So, can I embed video (without flash and any player controls) in page?Can I decode video with transparent background? Is there any codecs which support transparent background (alpha-channel)?

View 1 Replies

CS3 - Make Background Flash Background Transparent In Dreamweaver?

Apr 10, 2009

I've designed a Flash site in CS3 using Action Script 2.0 that has a main flash movie sorta floating in space over a gradient background. I want the gradient background to re-size with the browser, so I thought that the easiest way to do this would be to delete the gradient background in Flash and instead recreate the background in Dreamweaver using the repeat background option and then make the Flash movie's background transparent. (I hope I'm making some amount of sense here).

I've found a few tutorials on how to do this, but so far I just get a white background instead of transparent. I've tried choosing "Transparent - Windowless" under Window Mode on the HTML tab in Publish Settings. And I've tried selecting the movie from within DW and clicking the parameter button and adding a "wmode" parameter with "transparent" as its value.

View 2 Replies

Flex :: TextArea With Transparent Background And BackgroundAlpha="0" Won't Work?

Apr 18, 2011

I have a custom component that extends mx:TextArea,but when I try and apply backgroundAlpha= "0" it says The style 'backgroundAlpha' is only supported by type 'components.LabelEditor' with the theme(s) 'halo'.I don't see anywhere specifying that it is not using the Halo theme, unless it has decided to extend s:TextArea despite my not importing it.How can I make this component accept the style instructions or achieve a transparent background some other way?

View 1 Replies

Flex :: Transparent White Color To Background Color Of Image?

May 21, 2009

I have an image and i want to remove white color from image.That removing color is same like its background color. If anybody have any idea of this problem please answer?And my application in Flex 3 so please send me action script code of this problem.

View 2 Replies

How To Make A Background Transparent

Jun 9, 2009

A friend and I are working on a Flash game. He is programming it and needs the different character animations in SWF form. The problem is when he places them in-game, they are surrounded by the white block that was behind the character animation.

How do you make the background of the SWF/flash file transparent so they white block will no longer be visible. I know how to do it in HTML for the web, but this must be different.

View 4 Replies

Static Background And Transparent SWF

Feb 3, 2010

What I need to is to alter the html flash generated to have a static background that fills the browser, doesn't tile or scale that my movie can load over. I have messed with all the publish settings and I am sure I am just making all the wrong choices.

View 1 Replies

Saving SWF With Transparent Background?

Oct 12, 2009

I have made a box with a rounded corner and a border in Flash but when I publish the file the outer edge of the corner is still white and I want it transparent so it takes on the color of the website background.

View 5 Replies

ActionScript 3.0 :: Transparent Background?

Aug 11, 2010

i have a button in my first swf file i want to export it without background i want to load it in another flash file how can i do it?

View 2 Replies

ActionScript 2.0 :: Set Background Of Swf To Transparent?

Jul 21, 2011

How can i import a swf to flash? and how can i set the background of swf to transparent?

View 2 Replies

IDE :: Make The Background Transparent?

Feb 24, 2009

In Flash MX, is there a way to make the background transparent? So once I have exported the .swf document into Dreamweaver I can place it on the background, blend in with it and only show the animation parts..

View 1 Replies

IDE :: Transparent Background For Webpage?

Nov 13, 2009

have a gateway button that resizes the browser window to the size of the user's screen. since this would vary, i'd like my flash elements to have a transparent background so they can rest in the middle of the background despite the size of the window, borderless and seamless.

View 3 Replies

IDE :: Transparent An Object Background?

Jan 26, 2010

Is there a way to transparent an object background which is imported into Flash? I have imported an object but it has with blue background color. I want to make its background to transparent.

View 1 Replies

ActionScript 2.0 :: Transparent Background?

Mar 10, 2004

Is there a a.s. so i have a transparance background.?

View 1 Replies

Flash File With Transparent Background

Jul 26, 2009

Is it possible to make flash file with transparent background. I want to make animated buttons on transparent background, so you can see background image in wordpress under the buttons.

View 5 Replies

ActionScript 2.0 :: Give The Swf A Transparent Background ?

Sep 1, 2009

I'm builiding a swf that will play on an html web page. It's a "build" where the page starts as blank and the animation "wipes" on in sections. The web page has a gradient background, and the swf will have a soft drop shadow.Is there a way to give the swf a transparent background so we don't have to try to "match" the gradient it will appear on top of.If this isn't clear I can post the swf or fla file.Also, on this subject, what are the "Window" settings in the html publish settings? The options are Window, Transparent Windowless or Opaque Windowless.I've tried these in the past and they don't seem to have any affect at all.

View 1 Replies

Tutorial On SWF Object With Transparent Background

Oct 12, 2009

[URL] Comes in handy with jpg and gif elements in html.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved