ActionScript 3.0 :: PNG Imported To Flash 5 Stage Is Transparent, Prints Out With A White Box?

Sep 20, 2011

I've got an application which gives the viewer the capability to create a design then further customize it with their own art, i.e. a logo, which can be a .jpg, .gif or .png. I may narrow the file options down, but right now I'm finding when one prints this design (I have a "print" button as well) any transparent .png file that's in this design prints out with a white "box" that is obviously the canvas on which said .png was designed.

View 2 Replies


Similar Posts:


ActionScript 3.0 :: White Input Text Field Prints Grey

Sep 15, 2008

I have a problem about input text fields. I have an application that uses input text field and users can write and print. The problem is sometimes the input text fields backgrounds prints grey instead of white. In my actionscript code I have the properties to config background and stuff and even so the grey boxes always appear.

View 5 Replies

Remove White Outline On Clipping Paths Imported Into Flash?

Sep 9, 2009

I have been trying to import clipping paths into Flash, but the images look fine, except for the white outline around the imported clipping paths. what I could do to remove this. The clipping path looks fine when I drop it on the same color background in Illustrator. I'm using CS2 and Flash 8.

View 1 Replies

Flash :: Get Stage.stageHeight Or Stage.stageWidth From Imported Class?

Jul 1, 2010

can you tell me a simple and clean way to pass the dimension of the stage to another class, imported in my documentclass?

View 2 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

Professional :: White Box Around Image In Transparent .swf File?

Feb 3, 2010

I created a .swf file for a header of a website using a logo that tweens in.  I tested the .swf with the transparent properties and it works but the logo I imported from photoshop has a white box around it, how can I remove this?  Do I need to import a transparent .png file instead of a .jpg?

View 3 Replies

ActionScript 3.0 ::make All White Pixels In Bitmap Transparent?

Jul 29, 2008

i want to make all white pixels in my Bitmap transparent. i found the treshold-method and try to use it:

Code:
var pt:Point = new Point(0, 0);
var rect:Rectangle = new Rectangle(0, 0, 2000, 2000);
var threshold:uint = 0x00FFFFFF; // all white Pixels

[Code]....

View 3 Replies

Creating Tween - Imported JPG Fade To Transparent?

Sep 15, 2009

I am trying to create a tween in which an imported jpg will fade away to completely transparent. After importing the jpg image and converting to a movie clip symbol, I am able to create a motion tween where it grows and moves, but using the alpha setting, I cannot get it to become transparent. Is this not possible with an imported image?

View 6 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

Actionscript 3 :: Bitmapdata.hittest Collisions With Opaque/transparent Png Files Imported With Loaders

Aug 27, 2010

I have two png files. I import them using loaders. The images in the png files each have opaque (solid) and transparent parts. I want to use the bitmapdata.hittest method to detect when their opaque parts have collided.

[Code]...

I've been working on this for a couple of days now and nobody seems to know how to do this. Please don't post the examples on google, I've looked through at least the first five pages of results on google and haven't gotten any of them to work. The problem is that none of them provide an example of using this method with loaders, so I'm guessing the reason I can't get it to work is some gimmick associated with them.

View 1 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

Flash 9 :: Imported Image Size Incorrect On Stage?

Nov 7, 2008

I've had this annoying problem since CS1 and persists through CS3. If i import an image (either to stage or to library then placed on stage) the pixel size reported in the properties box is smaller by a very small amount. For example, I just dropped a 1005x650 PNG on the stage. The properties box shows this as w[1004.8] h[649.9]. The file is 72ppi in photoshop. Zooming in confirms that the image is shrunk slightly. In this case, the image was same size as the stage and I could see the white background showing through on the right edge of the graphic. It means that everytime i put a bitmap graphic on the stage, I have to correct the w and h in the properties box.

Does anyone else have this problem? Is there a solution? Does it occur in CS4?

View 3 Replies

Professional :: Transparent Stage - Flash CS5?

Nov 17, 2010

there is only one or two threads that come up post 2006 regarding this.I have a flash banner that I am using for a website, and I'd like the stage and background to be transparent so it shows the background (webpage background) gradient.

I know about the WMODE transparency, however, I'm not actually using an HTML file, rather and going to embed this SWF at the top of a wordpress site in the header, so I don't think that the WMODE really matters anyway.I can't believe that even in 2010 (ok almost 2011!) that Flash doesn't support transparency yet, but I've been proven wrong beforeThis is a super simple SWF.....not even any real navigation in it.

View 2 Replies

Import - Flash Export Won't Include Images Imported Into Stage Or Library

Oct 11, 2010

I have a flash file (banner ad) that uses some jpgs that I imported onto the stage. When I publish the file... It won't include the images. If the images are in the same folder as the swf.. it will work. However, just the SWF on its own will not display the images. Any ideas?

View 1 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

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 :: Flash Printing Only Prints What Is Visible On A Canvas

Jul 18, 2011

I am building a very basic report writer for an AIR application that I am developing. I am using the Flash PrintJob class to output the contents of my report (in which pages are stored as Canvas objects in a ViewStack object).The problem is, only the content that I see in the report preview screen gets printed.Is there a way that I can print what the Canvas object contains not just what is visible? Here is a code snippet that I am using:

protected function doPrintReport(event:Event):void
{
var pj:PrintJob = new PrintJob();

[code]......

View 1 Replies

ActionScript 2.0 :: MySQL Data Into Flash Via PHP (Prints False)

Jan 5, 2007

I've been making flash based websites recently with a simple PHP and MySQL backed CMS. The only problem I'm getting is when the text is loading from the database into the dynamic textfield in the flash movie, it prints either 'false' or '_level0...' The text does eventually load correctly, any way I can get it to print LOADING instead of these two or something similar?

View 2 Replies

ActionScript 3.0 :: White Stage Color To Black?

Dec 12, 2010

I uploaded several intro slide shows onto a black background. They work fine, but take awhile to load (once viewed and go back-they load much quicker). While waiting to load, the stage area is white. However when I created them, I made sure the stage area was black.what I might do to correct this? I just think it would look much better if everything was black until the show appearsThe shows were created in Flash CS 4(ActionScript 3.0), & the site was created in Dreamweaver CS 4.

View 1 Replies

ActionScript 3.0 :: White Stage To Black On Slideshow Startup?

Dec 12, 2010

I uploaded several intro slide shows onto a black background. They work fine, but take awhile to load (once viewed and go back-they load much quicker). While waiting to load, the stage area is white.

However when I created them, I did make sure the stage area was black.

what I might do to correct this? I just think it would look much better if everything was black until the show appears. The shows were created in Flash CS 4 (ActionScript 3.0), & the site was created in Dreamweaver CS 4.

Here is a link : [URL]

View 1 Replies

ActionScript 3.0 :: Stage Flashes White Just Before Images Load

Mar 23, 2010

I have developed a Flash slideshow that loads 6 images from the web server using an xml loader (the image names are in anxml file), then loads these images into an array.  I have an xmlloader to read the xml file, and a Loader that loads the images from the array,and then changes the images every 4 secs or so.
 
My problem is that when the web page is opened from a client, the space where the flash object is located (in a table)flashes white until the images are loaded.  I thought I could fix the problem by making the stage the same color as the background on the web page. No dice, I still see a white box (800x320 px) that is the size of the stage, and the size of the images.When I compile it on my computer, if I look fast I can see a quick flash of white just before the images load!I did not develop the page, but put the Flash code in the index.html page.There is quite a lot of javascript on this page, maybe developed in Dreamweaver.I can attach the action script code if desired, for more clarification.  Let me know on this.Basically, the images reside in a folder on the web server, the xml file has the image names, the xml loader reads the xml file,and when it is complete, goes to a routine that takes the name of the image from an xml list I create, and then loads an array.I load the image into the loader, etc.  This is clearer with the code.  I am using CS4 and a document class, slides.as.

View 2 Replies

ActionScript 3.0 :: PrintJob Adds A White Rectangle To Stage

Oct 23, 2009

I currently have a button that triggers an event merging the movieclips on stage into one sprite, and passing it to a printer class. The printer class looks as follows:

ActionScript Code:
public class Printer {
private static var printJob:PrintJob = new PrintJob();
private static var printJobOptions:PrintJobOptions = new PrintJobOptions();

[Code]....

The problem is that when clicking the button, the stage gets a white rectangle in the upper left corner that can't be removed!

View 1 Replies

ActionScript 3.0 :: White Stage Area On Upload Of Slideshow?

Dec 12, 2010

I am completing a basic web design class, and have one question for this community.I uploaded several intro slide shows onto a black background. They work fine, but take awhile to load (once viewed and go back-they load much quicker). While waiting to load, the stage area is white. However when I created them, I made sure the stage area was black. Any suggestions as to what I might do to correct this? I just think it would look much better if everything was black until the show appears.The shows were created in Flash CS 4 (ActionScript 3.0), & the site was created in Dreamweaver CS 4.

View 1 Replies

Professional :: Can't View Jpg N Png Files Imported To Stage

Sep 21, 2010

Why can I see only the above images in the library after importing them to the stage?

View 15 Replies

Professional :: Can't Get Imported Library Items To Appear On Stage?

Oct 7, 2010

I am using the CS4 version and when I click on the library item and drag it to the stage, there is nothing there. It is just a blank canvas and it's like the image(s) are hidden behind the stage or something. When I do a Publish Preview, I can see the .swf file with all the images, but in the .fla, there is nothing showing but the text files, and then that is even hidden in a newly created file. I am not sure if I accidently turned something on/off that is preventing my images from not showing on the stage or what. I really need to find a solution to this problem because I need to create a Flash file for a project I am working on in one of my classes. Does anyone know what could be causing this? I have done Google searches and Forum searches to no avail unless I'm not using the right keywords in my search.

View 2 Replies

ActionScript 3.0 :: Resize Stage Of Dynamically Imported Swf?

Nov 16, 2011

I have a htmlText field that is displaying xml content. One of the features I've written imports a swf and displays it in the htmlText field via an <img src> tag. The swf displays some text that is stripped out of the htmlText field when my as3 code finds [Boxed Text]Strip out this content [End Boxed Text]. The result would display 'Strip out this content" in the swf within the <img src> tag. This works great, as the swf has the dimensions of w.300 x h. 250, but I have received a request to resize the swf based off the length/height of the 'Strip out this content" text. I can resize the textbox in the swf via [boxedText.autoSize = TextFieldAutoSize.LEFT;], however, when I do that, the stage size of the swf within the <img src> remains at a fixed  250 height, and as much as I try, I can not find a way to resize the stage. I am under the impression that there is only one main stage, and trying to change the size of a secondary stage within an imported swf is not possible, but then again, I'm also under the impression that anything is possible in flash.

View 2 Replies

Transparent Stage In CS4?

Aug 9, 2009

Id like to create a transparent stage for my site hosted here... [URL]so i can change the background in html to a pattern and it will look like the flash bit is sitting on top of it.

View 2 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

Actionscript 3.0 :: Get The Stage To Color Change Colors From White To Black At A Certain Frame On?

Sep 11, 2011

I have an animation and I need the stage to color change colors from white to black at a certain frame on How do I do it?

View 2 Replies

ActionScript 3.0 :: Assistance Unloading Flv's From Swf's Imported To Main Stage?

May 11, 2009

I have my main.fla which imports external swfs that contain flv's. I have three buttons that navigate the main timeline to frames 2-4. At frames 2-4 an external swf gets loaded into an empty movie clip via this code. Each loaded swf acts like a menu with some nice vidoes loading in the background.The problem i found is the flvs continue to play as i navigate between menus, which makes the main swf/fla slow down becuase the pc is working harder to deliver all the stuff running in the background. I've added this code to frame 1 of my empty movie clip that is in my library that has the instance name 'menu1'I keep getting the error "Access of undefines property mc1"I have the source files for my site here if you can take a look and see what I'm doing wrong. I have removed this code so i don't get the error and have tried other things to no avial.

///////////////////////
var loader:Loader = new Loader(); addChild(loader); loader.load(new URLRequest(MovieClip(this.parent).src));

[code].....

View 2 Replies







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