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
Similar Posts:
Jan 10, 2010
Now: I am creating a custom component, based on Canvas. In the canvas is an Accordion, and a button. I want the background of the canvas to be invisible, so you can see through it.Here is my canvas open tag:
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
dropShadowEnabled="false"
backgroundColor="0xffffff"
[code]....
View 2 Replies
Jun 24, 2010
now my requirement is that i need to make the background of textarea semi-transparent so that text could be read easily.the only problem is that setting the alpha property makes text transparent too
View 1 Replies
Apr 8, 2010
I'm having trouble making a textarea with a transparent background, with a visible vertical scroll bar? I've only found ways to make btoh the scroll bar and the textarea background transparent, is it possible to just do this to the background?
View 3 Replies
Feb 1, 2007
Is there any way for Making transparent the textarea component's background ?
View 14 Replies
Jul 22, 2009
I have set wmode to transparent and it works fine in IE and FF but not in safari. Safari just gives me a white background.
View 3 Replies
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
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
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
Feb 21, 2011
I want to make the background appear as if a modal window was opened but, instead of a window, I want to use Spark TextArea.. Is this possible?
View 1 Replies
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
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
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
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
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
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
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
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
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
Sep 1, 2011
I have a TextArea that shows the conversation from selected chat room. For valueCommit event I use: verticalScrollPosition = maxVerticalScrollPosition; And it works fine scrolling text to the bottom. However in one case it doesn't work as expected. There's verylittle text, so TextArea has no scrollbar and then I put a lot of text and a scrollbar is necessary. The text is scrolled almost to the bottom (still a few lines need to be scrolled down). I am pretty sure it gets maxVerticalScrollPosition as if there was no scrollbar. So the question is how can I wait with updating verticalScrollPosition with respect to TextArea's new size (that is now with a scrollbar). I tried calling validateSize and other methods that start with 'validate' but unfortunately with no luck. I also tried the old trick of putting caret at the end of text. So the TextArea's scrollbar makes a difference when getting maxVerticalScrollPosition and I need to update verticalScrollPosition once all measurements are done. I forgot to mention. I use htmlText.
View 2 Replies
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
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
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
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
Jan 31, 2011
I am using SWFObject to embed a Flex (4.1 SDK) made application in an HTML page like in the code sample below:
var swfVersionStr="10.0.0";
var xiSwfUrlStr="playerProductInstall.swf";
var flashvars={};
[Code].....
Why isn't the transparency of the Flash background occuring?
View 3 Replies
Mar 10, 2012
I want to create a small chatbox for my site. But I can't use text background in a textarea. I don't know if I should use textarea or something else. Some users can use background color on their own text. I tried the .background command with textarea but I think it does not support it.
View 1 Replies
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
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
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
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