Flex :: Image Object White Background Showing?

Aug 3, 2011

I have an Image object that gets resized to the containers size when the image loads.The images that it will load are dynamic in size so after resize I end up with a sliver of the image object's white background showing.How can I make the Image object not have a white background and be transparent.Parts of the PNG's have transparent parts but show up as white due to the white background of the object is it loaded into.

<mx:Panel xmlns:mx="http://www.adobe.com/2006/mxml" headerHeight="20" >
<mx:Script>
<![CDATA[

[code].....

View 1 Replies


Similar Posts:


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

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

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 1/2 :: Change The Background Color To White And Should Also Display The Text ''white'' In The Dynamic Text Box

May 20, 2009

I'd like to be able to click on each of the buttons and have the background color change and also have its color name loaded in the dynamic text field. E.g. Clicking the white square would change the background color to white and should also display the text ''white'' in the dynamic text box. I've sorted out the colour changing part with the following code:

[Code]...

View 4 Replies

ActionScript 3.0 :: Printing A MC With White Background, Not Stage Background?

Dec 10, 2008

trying to print a movieclip with a white backgroundwhile keeping the stage background black.The movieclip,printResults_mc has a white rectangle in the bottom layer, 850pixels x 1100 pixels. The following function scales printResults_mcto the printers printable area but because isimpossible to predict the aspect ratio of the printable area someblack background always leaks out. I tried making the whitebackground 20 pixels larger than I need (870 x 1120) and thensetting a crop rectangle in addPage of (10,10,850,1100), no luck,the black stage background just fills in the area outside the crop.A simple solution would be to temporarily set the stage backgroundcolor property to white, print, then set it back to black, but I

View 1 Replies

ActionScript 3.0 :: Swf Files Showing White In Dreamweaver

Oct 5, 2009

I am having an issue with my swf files just showing up as a white background when embedded into dreamweaver. I am embedding them into a tabbed panel. The .swf files display fine when opened directly and viewed in web browser or flash player.[code]...

View 2 Replies

IDE :: Flash Banners Showing As A White Box In All About Us Pages?

Feb 5, 2009

We are building a website and for some reason in the about us section every flash banner shows as a white box.

[URL]

View 1 Replies

Actionscript 3 :: Avoid Image To Get Stretched When Used As Background Image, In Flex

Dec 12, 2009

I am developing a website in flex. And in that, i am trying to set the background image of my application. like this: parentApplication.setStyle("backgroundImage", data.image_src);

From a different location.

My issue is that, the images that i have are small and hence they are being stretched when used as background images. I want to avoid that from happening. How can i do it?

View 1 Replies

Horizontal Banner Repeat Without White Stage Showing Inbetween Motions?

Dec 9, 2009

Using Flash CS4 trial I am trying to make a banner on one time line.I have 6 photos on one time line with a right to left motion tween, and I would like it to repeat it  without the white space of the stage appearing inbetween instances.I have tried it with two time lines also, but to no avail.Basically I would like it to repeat picture 1 again from the right side of the stage directly after picture 6 has left the left hand side of the stage without white space.
 
Also have problems selecting the bez curve, to drag a motion, so far I find if I create a key frame at the end of the timeline and click a couple of times on the mouse (not consistant) then hold the left mouse button down for a few seconds it some times turns the white circle green, then I can move it? but as I said not very consistant.

View 7 Replies

Person Against A White Background?

Sep 14, 2009

if you go to [URL] they've got this animation on the home page where some guy in tie walks into frame surrounded by nothing by empty white.. how do you do that? Film against a white background?

View 1 Replies

Professional :: Background Behind Swf Shows White?

May 21, 2010

When the page for thsi site [URL] loads the background behind the flash document is white.  Is there a way to change this so that it matches the page background?

View 5 Replies

Get Rid Of The White Background Which Is Usually Transparent When Importing Custom Png?

Aug 1, 2009

have made graphics in paint, and i saved them under png.Now when i import them into flash CS4 the white backgrounds are solid? here is a photo of the problem: [URL]

View 4 Replies

Video Page - Removing White Background

Nov 17, 2009

When this video page loads, it displays a white stage background, even though I've tried every method I know to make the bg color black. What am I missing?

[Code]...

View 4 Replies

ActionScript 2.0 :: One Side To Have Black Background / Other To Have A White Bg

Jan 9, 2009

i have and opening sequence to an HTML site, that has two sides to it. basically you have two boxes that are buttons when you click on one of the boxs they load a flash sequence that goes into one or the other side of the site, but i need one side to have a black background and the other to have a white bg. I have looked into flash sending a variable to the HTML but have no real clue as to the correct syntax.[code]

View 1 Replies

Create Text Field With A White Background?

Nov 21, 2009

I don't know why but if I create a text field on the stage ( no as ), flash creates a white background in it... I have changed all parameters but the bg field remains the same...

Anyone knows how can I set the default transparent bg for the text?

View 1 Replies

ActionScript 3.0 :: Put In A Background Image And A Table It Automatically Creates 2 Pages Instead Of Just Layering The Object

Feb 20, 2012

Has anybody messed with PurePDF. I'm trying to set up a SWC library for it and I've gotten stuck on the layering part. If you just put in a background image and a table it automatically creates 2 pages instead of just layering the object. They have a function for layering object but the only tutorial out there is showing how to layer rectangle graphics. Here's my code.

if(layerContent[i] == PdfContentByte)
{
trace('Is PdfContentByte');

XTC_cb.add( layerContent[i] );
}

if works up untill that point but it doesn't recognize a table or an embedded image as a PdfContentByte and that's all it will let you add to the layering list.

View 6 Replies

Flex :: Adobe Title Window Showing Mirror Image Of Itself?

Jan 6, 2011

I have a flex 3 application with 2 titlewindows. When I compile it with the flex 4.1 sdk in flash builder, the titlewindows show up as mirror images of themselves with all text invisible (i.e alpha = 0).

View 1 Replies

ActionScript 3.0 :: Preloader - Loading Bar (white Line) A Background Bar

Jun 10, 2009

I tried to create this preloader and test it but it seems not to work. I saw this tutorial, i tried to do it but unfortunately it doesn't work for me. I want to do it the easiest way possible. just : a loading bar ( white line) a background bar ( a blu background bigger line ) a AS ( which i am not able) i sent the file in attachments please look at the AS inside the symbol, an tell me where i'm wrong

View 4 Replies

Professional :: All Of A Sudden The Flash Item Has A White Background?

Sep 18, 2007

I've changed nothing that I know of in making flash slideshows using swish and exporting to .swf format for inclusion in Dreamweaver except that now all of a sudden the flash item has a white background -- but only on my computer it seems when testing online; locally, it doesn't do that when testing and when using a different computer it doesn't do that. Any idea why a flash item would have a white background in some cases and not in others like that?

Like I said, I've changed nothing and have never had to put any parameters in place or do anything else of the kind; the swish program itself specifies the background as red, not transparent (not that the page the flash item is on has a white page anyway). I don't know if this is a swish, flash, dreamweaver problem or some bug on my particular computer that I can't figure out.

View 3 Replies

Flash :: Movie Opens In Browser With A White Background

Oct 21, 2010

I have created a simple movie and placed it in an 'Under Construction' page. The whole page is meant to be black. When I open the browser a white box shows, where the movie will appear, while it is loading. I want the whole page to appear black.[url]...

View 2 Replies

ActionScript 3.0 :: Hide White Background In CellRenderer Cells?

Sep 22, 2011

I am developing an application and making use of a list component. I have set the List to use a custom cellrenderer.I need the list to have rounded corners but the problem is that where my custom cell corners are transparent I can see a default white cell underneath instead of the background.I found this discussion seemed to be relevant http:[url]......But when I add this function to my cellrenderer class I get  compiler error
 
override public function set data(data:Object):void{
super.data = data;

Set the default skin to be invisible. This is a bit easier than creating a new skin, if your goal is to hide the white background.
   
    this.skin.visible = false;
}
 
1119: Access of possibly undefined property skin through a reference with static type MarksCellRenderer.
 
how to hide the defualt white cell background?

View 2 Replies

Can't Get Rid Of White Background When Flash Site First Loads Into Browser

Jan 25, 2010

I have tried changing background colour to Black #000 in all fields but the white background is still there before Flash shows up on the page.

I am embedding the Flash in a html page using CSS to have it align center middle. I think that's where the problem is.

Here is my html page code:

Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

[Code]....

View 4 Replies

Make A 10 Minute Countdown With White Numbers And Black Background

Nov 26, 2010

Im trying to make a 10 minute countdown with white numbers and black background. just need minutes, seconds and milliseconds. sending a fla file or in telling me the easiest way to do this. I dont need a start button or anything else, just the countdown and when time is over just the numbers as 00:00:000

View 8 Replies

ActionScript 3.0 :: Flash CLICK On White Area / Background/stage?

Sep 5, 2010

is there a way to click on the stage in order to trigger some function?

View 2 Replies

ActionScript 1/2 :: Masking - Load A Colour Image And Then It Is Changed To Black And White Image

Oct 14, 2009

I am trying to load a colour image and then it is changed to black and white image. Here I am using a mask. But it is not getting worked. The code that i am using for this purpose is attached following: import

[Code]...

View 7 Replies

Flex :: How To Set Background Image For App

Jul 9, 2010

I'm using Flash Builder 4 to create an application. I need to set an background image for the app. I've pulled through the data from XML. I am using an <mx:Image> for the background-image. But I need elements to then be added inside it. How do I achieve this? I considered using Layers, but dont know how you achieve this.

View 3 Replies

Flex :: Set Background Image In 4.5?

Jul 10, 2011

I have written a custom skin in Flex 4.5, which shows a custom image. I want this to my background image, so how can I set this skin to the application container?

View 3 Replies

Professional :: Separated Symbol From White Background But Now It Has Bits Left - How To Clean Up

Feb 21, 2012

I have a photo turned symbol on a white background. I'm not sure how I did it but I separated the symbol from the white background. but now I have all these bits around the edges left over that are white and I don't know how to clean it up. I tried the eraser, I tried painting over it, I tried selecting it to cut or delete. not one of these things worked.

View 3 Replies

Actionscript 3 :: Flash Flickers On IE Page And Mozilla Displays White Background?

Oct 9, 2011

I have a flash swf file which is published as adobe air file because im using the FileStream libraries. It seems that when i remove the FileStream code the flash swf file works on the HTML page but when i revert back to add the FileStream libraries and code the flash flickers in IE 8 and Mozilla displays a Blank screen. Why is this?Here is the code:

import flash.filesystem.*;
var url:String = "C:/New Folder/image.mp3";
var file:File = new File(url);
var fs:FileStream = new FileStream();
fs.openAsync(file, FileMode.APPEND);

View 1 Replies







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