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


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

Professional :: White Box Flashing Before The Swf File Loads?

Jun 1, 2011

I am embedding my swf file using SWFobject but I get a white box flashing before the swf file loads. I had tried all suggestions but I still have the problem.
The Flash file and the browser background color is the same. Any new ideas on how to fix this.  I am a casual AS3 programmer, I just learned to be able to do my own website.
 
[URL]

View 4 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 :: Mask / Masking Using An Image With Transparent Bg?

May 30, 2010

Flash CS4 AS2 Okay -I have a flash movie, and I want to apply a mask to it.  The mask I want to apply, or rather, the "shape" of the mask I want to apply is an external image that was made in photoshop.  The shape is an irregular one with a bunch of jagged edges.  the shape itself is solid, with a transparent background.  I've tried saving it as a PNG with transparent b/g, and I've tried importing the PSD file directly into Flash - however  - when I go to use this shape for a mask, the mask that is applied is an entire rectangle bounding the imported image - rather than along the edges.Hopefully you can see what I'm trying to do here, and perhaps offer some insight on how I can get this image into flash (let's stick with the idea that the jagged edged manner of the image is too difficult to recreate inside of flash).

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

Professional :: Fade Transparent Images To Background Image?

Sep 14, 2011

This is probably an easy task for most of you, but how do i get a transparent image to fade to a background image in Flash? I have several transparent product images (.png or .gif) and a patterend background. I import my .png or .gif image and convert it to a symbol. I drag the symbol on my layer but as soon as i add a keyframe, the product image background turns white and loses it's transparency!

View 1 Replies

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

Professional :: Transparent Background In A A Swf File?

Mar 12, 2010

I've read a Flash tutorial which states in order for your published swf. to have no background you have to:

File - Publish Settings - HTML tab - Windows Mode: Transparent Windowless - Publish

I have then exported the file as a swf. and mounted it in a HTML container expecting the Flash movie to have no background.This did not happen, there was a plain white background in the container instead.

View 11 Replies

Professional :: Create An Swf File With A Transparent Background?

May 7, 2007

Is it possible to create an swf file with a transparent background? If so, how? If not, why not?

View 2 Replies

Professional :: Make A Transparent Square Box Swf File In Flash Cs4?

Jun 4, 2010

I have one picture imported into flash cs4 and would like to make a rectangle box which should be transparent. Finally I will save it as .swf file for later use. But the box should be transparent (without any background). How can I do that?

View 1 Replies

Professional :: Make The Stage Transparent For SWF File Being Used In Dreamweaver?

Feb 23, 2011

I have a SWF file in my Dreamweaver site, that plays correctly. The problem is that the stage is white and we would like it to be transparent. Searching the archives the following advice was given:
 
in your html embedding code you need to set the wmode parameter to be "transparent" I'm wondering if this is the code in Dreamweaver or is this done in Flash. I'm working with CS5. Below is the code that matches the SWF file in Dreamweaver. I did change the wmode value from "opaque" to "transparent" and it didn't work.

[Code]...

View 2 Replies

Professional :: Save Stock Footage As Flash File With Transparent Background?

Mar 8, 2010

I have some stock footage of smoke on a black background (.mov format) that I would like to convert to a flash file with a transparent background, which I will be overlaying over a PNG image on a webpage.
 
I have managed to remove the black background in After Effects using a plugin called UnMult, but when I try to render as a FLV file in AE, even though I check the option to preserve the alpha channel and encode using the On2 VP6 codec, I still get a black background.
 
So I am wondering what else to try, whether it be with AE or Flash CS4.  Is there a way of achieving this effect by directly importing the MOV file into Flash CS4 and removing the black background there, or do I have to use AE, and if so, how to achieve the effect I am looking for?

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

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

Professional :: Make The Stage Transparent So Can Have An Image "magically" Appear On The Page

Jan 6, 2010

I'm trying to make a Flash swf. appear (fade in) over top another/background image in Dreamweaver. How do you select a transparent background for the stage to accomplish this?

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

IDE :: Make The Transparent Area From An Png Image Not To Register When I Add With A Mouse Event To That Image?

Apr 11, 2009

Is there a way to make the transparent area from an png image not to register when I add with a mouse event to that image? What is happening is the rectangle around the symbol is effected by the mouse event.

View 2 Replies

ActionScript 1/2 :: Image Slideshow - Getting White Screen?

Apr 8, 2009

I found a tutorial online to do a Image Slideshow. [URL]. But, I can not get anything to work. I am new to this and unfortunately do not have time to do any formal training right now. Probably when this project is done. When I "test movie" I just get a white screen w/ nothing on it. I should be getting a box 500x500 w/ a box that is 400x400 for my frame. I just finished step 3, and I do not get my frame box like a should.

Here is what my .xml document says:
<slideshow width="400" height="400" speed="5">
<image url="images/1.jpg" />
<image url="images/2.jpg" />
<image url="images/3.jpg" /> .....

And here is the action script.
var myShowXML = new XML();
myShowXML.ingoreWhite = true;
myShowXML.load("slideshow.xml");
myShowXML.onLoad = function() {
[Code] .....

View 15 Replies

ActionScript 1/2 :: Change Color Image To Black And White?

Oct 7, 2009

I have a color image. I want to change half portion of image to black and white. Can anybody gice me the idea for doing it.

View 1 Replies

Flash :: Convert An Image Into 2 Colors Black/white?

Dec 22, 2010

I am looking for a script, (modes ?), pixel bender ? that allows me to convert an movieclip/image into 2 colors (black and white). I don't want grey scales, but really 2 colors only picture.

View 1 Replies

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

ActionScript 3.0 :: Change Colored Image To Black And White Using It?

Oct 12, 2009

How can i change colored image to black and white using actionscript?

i found a tutorial a while back but i cant find it now

i load the image and then draw it as bitmap.

View 2 Replies

Swf File Shows White Box

Aug 15, 2009

I loaded a page on the server and is not showing up the flash object. You can hover the screen and you know the object is there but is showing a white box. Locally in my computer I can see it. The test page is [URL]

View 2 Replies

Professional :: White Space On Right Of A Swf

Feb 21, 2010

URL...The problem is with the flash banner at the top. It was created with a utility for creating banners and displays in firefox without any problems. In IE 8 there is white space to the right and I cannot get rid of it anyhow.

View 5 Replies

Professional :: Can't Get Transparent Background In Adobe Flash Professional CS4

Jul 29, 2010

I'm wanting to create a moving object that will be exported into a tv commercial. Object has already been created in Adobe Illustrator, and now will be dropped into flash for adding movement. The destination commercial will be created in Sony Vegas, with the settings of (Australian) PAL television (25 fps, 576x720 pixels, lower field first).Thus keeping it simple, I want to set Adobe flash with the same output format, meaning that the canvas will have to be 576x720 pixels at 25 fps.  So far this seems to have worked okay.Now I'm wanting to get rid of the canvas colour, just like I have here in this photoshop screen shot.
 
Judging by the colour palette in Flash Professional, it looks like it can't be done.  I've checked "transparent palette" through yahoo and google, and had no results.  The adobe documentation only details how to remove a background in Photoshop.

View 1 Replies

Why Is There Extra White Space At The Top Of Swf File

Jul 22, 2009

I can't figure out how to get rid of extra white space in the browser at the top of a swf file. It looks fine when I preview the file, but when I do publish preview in flash/ try to incorporate in HTML, there's an extra 1/4" at top of window.

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

Professional :: Any Way To Change SWF Into Image File?

Oct 4, 2010

Is it possible to change the swf file to an image file? I didn't create the site and don't have the Flash file to edit. [URL]

<td class="mainwindow" align="left" valign="top" width="519"></td>
<td align="center" bgcolor="#5a6c94" valign="middle" width="291">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL]" height="180" width="285">
<param name="movie" value="window.swf" />
<param name="quality" value="high" />
<embed src="window.swf" quality="high" pluginspage="[URL]" type="application/x-shockwave-flash" height="180" width="285">
</embed></object></td>

This is the image/text that shows up right of the people image.

View 6 Replies







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