Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Transparent Glow Around Image?



on the website " http://www.taigkhris.com/ " when you enter the site and go to media, Taig comes flying in upside down with a glow around him. how do they do this?



FlashKit > Flash Help > Flash MX
Posted on: 09-29-2003, 02:13 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

How To Add A Glow To An Image..?
Hi All,

how do i add a glow (or can you do it in flash) to an image in flash????

Outline Of Image Glow
nevermind, I figured it out.

Image Glow Effects
how do you create an image effect, where after the image is loaded, the pic lights up( some kind of glow appears) and fades out, like for example on http://www.schmidtfoto.de

friendly greets

Glow/Bloom Effect Image Transition?
Hey all,

I'm trying to figure out if anyone knows how to create the glow/bloom effect used on a lot of images as a transition in flash galleries. The whites/lighter colors get amplified and "bloom" out cover the whole image in white and the next image fades in from the white...

Anyhow, does anyone know of an example available of this transition or how one might apply it to a dynamic image gallery? Thanks in advance for any help you can throw my way

Transparent Image Not Recognized As Transparent
I am loading a PNG with transparency into a UILoader. This part works correctly, transparency and all.

Now I need to find out the rectangle that is transparent. I found the getColorBoundsRect() function, and copied the UILoader.content into a bitmapData, but when I run the getColorBoundsRect it comes back with a Rectangle that has no width or height - IE, it finds no transparent pixels.

To test, I tried using getPixel32 on an area of the image I know is transparent, and it comes back to tell me that the pixel alpha is 255?

Applicable code is attached.







Attach Code

function rightImageLoaded(evt:Event):void {
var clBD:BitmapData = new BitmapData(735,600,true);
clBD.draw((evt.target as UILoader).content);
var transparentRect:Rectangle = clBD.getColorBoundsRect(0xFF000000,0x00000000,true);

trace(transparentRect);
}

How To Mask An Image Exlcuding The Transparent Area Of The Image.
Hi,

I am creating my first motion tween and I am sending a box through an image that I am importing, however the box of light is passing through my whole image that I have imported. I do not want this, I want the transparent area to be excluded, I read somewhere that this should be done with a lasso tool, but the area I want deleted is alreadt transparent, what more is there to delete, I really dont feel like cutting the image out again, can somebody help me?
here is my file so you know what I mean.
http://www.ctremblay.com/TremblayShine2.fla

How Do I Make An Image From Macromedia Fireworks MX Glow In Macromedia Flash MX?
How do I make an image from Macromedia Fireworks MX glow from side to side in Macromedia Flash MX? For example, http://www.flashmove.com/'s intro which has something just as I would like to have. It would really help me. Thanks

Glow In, Glow Out Button
I would like to create a button with text that glows red when moused over and fades back to it's normal color when moused off, and stays the glow color on click. Can someone help illustrate the best way to do this or post a sample file for me to look at? THANKS!

Transparent Image
is there any way to make a image have a transparent background that has been imported into flash mx

Transparent Image
Hello
How Can I make the background of an image transparent in flash a mean if I took a picture and I modified in PS and now there is only an object and a white background in the image is it posible to make transparent the white part? could you tell me how could I do that?
Thanks in advance

Transparent Image ?
Hi,

I imported into my Library a gif with some transparent pixels.
basically this gif represents a frozen frame and i would like to see
thru like if user was watching thru frozen window.

however, when i convert it to symbol, the transparent pixels are turned
to non-transparent.

how can i do to use transparent pizel under CS3/AS3 ?

thanks a lot,

RAF

Image Transparent
I want to make background of image transparent.
Image is called from dynamically from the visitor’s computer.
and I want to remove background color of image.
Can anybody provide me solution for make pixel transparent of image uploaded by visitor?
So please anybody have solution of these criteria?

For an Example: I am attaching image here and I want to remove gray color so I can see through transparent area of Picture.



thanks

My Image Is Transparent.
Im very new to flash and have been self taught so I do not know the fine details, but here is the issue I am having.

I have a button which when rolled over causes an image to fade up.

When the button is rolled off a movie plays called a "parked clip"

Im using this tutorial HERE

Well the problem im having is when the button is rolled over the image is fading up and stoping at about 60% fade up. Its playing all the way till the end but the image never becomes fully visable. So once it hits the stop command it should be 100% but is around 60%.

A few details... I have a mask covering a few of the different areas, but have deleted them and tested but had the same issue. I am not very good at actionscripting but I am using the stuff from the tutorial above.

If anyone can help it would be so very appricated. Thank you.

Tyler

Image Transparent
I want to make background of image transparent.
Image is called from dynamically from the visitor’s computer.
and I want to remove background color of image.
Can anybody provide me solution for make pixel transparent of image uploaded by visitor?
So please anybody have solution of these criteria?

For an Example: I am attaching image here and I want to remove gray color so I can see through transparent area of Picture.



thanks

How Do You Make An Image Transparent?
I have been using Paint Shop pro 7 and can easily make an image transparent but when I import it into Flash it becomes a big block of caca, I just need to know if there is way to make what you want transparent? And how to properly use the Lasso?

Here go to my site for a good laugh - http://www.angelfire.com/games2/frigidwolf

U can also catch me on AIM my s/n is Cybermedown it would be coo if anyone could help me with my probs...thank ya

Transparent Image Import
Ok, I *kind* of was able to do this in Flash 5, but I either forgot, never properly learned, or it is different with MX. BUT....I am trying to import some images into my flash movie. They are items such as a snowboard, backpack, etc. I need the background on these images to be transparent.
I saved them as both a transparent .gif and .png using PhotoShop. But when I bring them into Flash, they are transparent, but have a pixelized white border around the product. That looks pretty bad against a black background.
I broke the image apart, and tried to erase the whiteness from the image, but it looks pretty crappy.
Can anyone please tell me if I am missing something, or please let me know an easier, better way to get it done? Thanks.

Image Background Transparent
anybody know how to make the image background tranparent in flash5 ?

Transparent Image Importing
First Question:<br>
I'm currently modifying an existing .FLA file and I'm replacing an image with one of mine. I have created it within PhotoShop and saved it to a transparent Gif, but when I import it into FlashMX workspace it shows some of the background of the image and it looks like crap because you can see this white background around the shadow area I created on the image. How do I import an image into FlashMX without getting a background or partial diffusion of a background. Should I be using a differnet file format when saving my original file within Photoshop, i.e; .PNG or something else.<br><br>

Second Question:<br>
How can I use another music background from one Flash file when all I have is the .SWF file and not the .FLA file. Is there some audio recorder that I can use or audio extractor that i can download?<br>

Thanks in advance all.

Transparent Image Quality
I have created some text effects within photoshop and i would like to use them in Flash. I save them as a gif and use the transparency option, although it works the quality is not the best (i.e. white bits around the edges.) What is the best way to get good quality?

Image Fade To Transparent
Hi. I am trying to make a still image (1 frame) where the right side of Image1 fades to transparent, so that it blends into whatever bg (Image2) I put behind it. I use FlashMX.

Please explain how to do this. thx

PLZ HELP Still Image Fade To Transparent
Hi. I am trying to make a still image (1 frame) where the right side of Image1 fades to transparent, so that it blends into whatever bg (Image2) I put behind it. I use FlashMX.

Note that there is no animation, no onEnterFrame, no motion, nothing moves over time. This is a still movie. It has 1 frame and 2 pics.
The topmost pic fades to transparent towards its right side, thereby blending in with the background.

Please explain how to do this. thx (It may not even be possible)

I've been looking for the answer to this problem for a few days now, please, if you can do this, please help.

Let me emphasize again, cuz some ppl aren't understanding:
There is no animation of any kind in my movie.

thx,
miguel3d

Transparent Layer Over An Image
hi all,

i have a square picture in my intro page and i want to create a flash transparent layer that will keep moving back and forth over the picture. i've seen this before but can't remember where...

does anyone know how to do it?

thanks a lot

How Do I Make An Image Transparent?
I need to make a simple animation of a boat moving from Russia to Cuba on a political map. But the boat must be transparent. I've tried making it transparent in Photoshop, but it seems no matter what I do, the white background is still there. Can someone help me out? Thanks in advance.

Background In Bmp-image Set To Transparent
Hi!
I have a bmp-image which I have imported into a flash movie. I have converted the image to a movieclip. The image has a white background. I want the background to be transparent, can this be done in Flash??

Transparent Image On Flash
Hi everyone. I have a bmp photo of a car in the street and i want to cut/make transparent the street and keep only the car so i can animate it on a different backround in the flash 8. I know how to make transparent certain parts of the image in photoshop but i cannot figure how to do this with flash. Any help appreciated. Thanks.

Image Background Not Transparent
Hi, I edited an image in Photoshop and set the backgound of the image to "transparent." However, when I import the image into Flash, the background is white. Please advise what I am doing wrong and how can i fix this issue.

Thank you!

Leon

Transparent Bg Raster Image Help
my first post

everyone knows there are two ways to do this

1. Gif
2. png

i'm wondering if anyone knows better ways to do it? As you can see, images in 2advanced doesnt looks like they are GIF or PNG at all, i believe there is a better way to do this

help anyone?

Make An Image Transparent
In Flash5, Is there a way to make an image that has a gradient transparent? When I select the image and try to make it transparent it makes the whole image one color. Also I tried importing a jpg image and making it transparent but that doesn't work either.

Make Transparent Image In Flash 5
How can I make an image transparent in flash.?
lets say I copy this image from Word and paste it into flash how do I make it transparent.

Importing A Blurred Transparent Image
Hi all - just upgraded to MX and wanted to see if this was at all possible? A designer has created a menu comprised of about 6 shapes stacked up together, offset along the Y axis by about 20 or 30 pixels or so. Underneath each shape is a small gaussian blur to represent a shadow beneath one item on the other. This menu was designed in Photoshop, so this is easily done. But I want import each shape and it's shadow into Flash seperately to create a dropdown menu that starts with one shape on screen, and when you m/o or click, the items drop into place beneath the first item.

I've having problems with the shadow. The shapes are easily redone in illustrator so that they can be saved as a vector format/swf, but how do I handle the shadow? Can a gaussian blurred shape be saved/exported as an .swf?

cheers

frank

Adding An Image And Making It Transparent
Whenever I add an image, whether it is defined to have a transparent background or not, it always seems to come in with one. Then, typically I can edit it with the default editor (photoed) and define the transparent color. However, today I do not have the edit with PhotoEd option - have I imported it incorrectly or something?

?makeing The Background Of Image Transparent?
i cant figure out how to make the background of my image transparent.
i have a picture of a lime, it is over a white background... how do
i make it have a transparent background? i just want the lime to
*float*...

jason

NEW USER / Image Transparent Background.
How do I for example place iamges over iamges in flash. My problem is when using other graphical developement programs such as photoshop and photo impact even when image is constructed with tranparent background turns white when imported into flash. This maybe basic flash but how do I avoid this problem.

Transparent Backgrounds? Image Adding Help
I am attempting to make a small flash game. Ive figured most of it out thanks to some tutorials here but,
I need to get a vehicle image into my game. Ive got the image made in photoshop. I copied it and hit paste, which gets it into a layer, but it has white surrounding it. I need it to go on top of some road, and right now the white edges show up and hide the road. The lasso / cut out tool doesnt seem to work on the image, either. Help me!

Image Text With Transparent Background
hello flashkit friends,

i have a question in reference to using raster text in flash. I would like to use some stylized text (shadows, bevels, etc) on my site, but it needs to have a transparent background as it will be used on button faces and throughout the flash movie where the background needs to be shown through... now I know that using .gif will hold transparency, but it looks aweful whenever i import it to flash... i see this done everywhere so i know its possible and i was just wondering if anyone had any tips or suggestions for me...

here is a link to an example of what im looking for:
http://www.webfeatsdesign.com/pconf/

after the page loads zoom into the navigation menu and youll see the text is raster overlayed on the vector

any help would be great.. thanks again

wheatleyweb

Make Image Background Transparent
Hi again

I have a new problem....

I want to insert an image into my scene. The image has a white background, but my scene has a gradient background. I want to make the image background transparent. In photoshop/illustrator, I would have done a clipping mask, but I don't understand how to do it in flash?

Bitmap Image With Transparent Background
what is the best way to use a bitmap image with a transparent bg?
i want to bring in small photos withthe background edited out to enable the lower layers to be seen

Printing Transparent Image Backgrounds
Using: Flash MX 2004 and Photoshop CS2 (but also have Fireworks 8)

What I am trying to do is use GIF images with a transparent background in my animations and they work fine when viewing on a PC. However, when I try to print from the .exe or .swf they show a white background, and when printing from the HTML file, they show a black background.

Is there anyway to print a flash document without a background on transparencies? The only way I have gotten this to work is to use a mask on the image, but it's a pain in the arse and it seems there should be an easier solution. I'm even willing to upgrade (or downgrade) to another version of Flash if neccessary.

Thank you!

Image Desaturation With Transparent Background
I have my flash movie set up with a transparent background. When I import images and publish, they desaturate and sometimes distort. I have tried importing png-24's, transparent gif's... everything I can think of. Anyone else experience this problem and know of a workaround? Thanks! -mike

How Do I Export A Transparent Image From Flash So I Can Use It As A GIF
Hi

I am very new to flash.

I have recently purchased a website template which has already got an animation created.

There is an image of a bee i want to use as a logo known in flash as a symbol. This image is GIF and can be moved around with any background moving with it.

However I cannot work out how to save this as a GIF as when i try to and open it in photoshop there is a black background appearing.

Can anyone help as i really want to use this as a logo.

Thanks

Matt

Image With Transparent Background Problem
Did u guys know Y I can see white line in my image if I put image with transparent background ?

FYI, I use photoshop to edit the image.
It looks perfect with transparent.

Transparent Flash Over Background Image?
Hi All

Can a flash file be transparent? I want to use a flash animation in an html page where I have a background image defined by CSS, but I want the background image to show through the flash animation. Is this possible?

Thanks

Making The Background To An Image Transparent
Hi all,

Hopefully someone can help.

I'm using Flash MX.

Is there any way a plain flat coloured background to an image can be made transparent in Flash?

If it can, can you tell me how?

Thank you so much!!!

Make Background Transparent But Keep Image
Hi,

this is my first time using fireworks so forgive me if this is ridiculously simple. I have an image with a background. I need to set the background to nothing, but still keep the image.

Thanks

Place Transparent Image In Dreamweaver
I've created a png file from photoshop. Its an image with a transparent background with a 50% transparent image. The problem is when i attach or insert the .png image to dreamweaver it shows a white background over the red background color of the dreamweaver. I need to create a watermark image.

pls help

Copy An Image With A Transparent Background
So i'm trying to get this image of an abacus...

Apparentl yi can't show the URL..but if you google "abacus" its on the second page for me top row with a white background and a blueish colour..

and i'm trying to remove the background to a transparent state and then move this abacus into flash. So i downloaded one of the imaging tools, Gimp. I used gimp to select the white background, converted it to "Alpha" or transparency or whatever it's called.. and with that I then tried 1) saving the new image and opening it in flash, and 2) cutting and pasting the current image from Gimp into Flash, in both cases I end up with a BLACK background in flash and don't know what to do.

I am a flash novice so your advice would be most helpful in lamens terms, IE step by step. Thanks in advance.

Lasso Probs And How Do I Make My Image Transparent?
yup it's me again I guess some probs were up in my last POST?

anyway I really need to know how to make an image transparent in FLash, since I can make it transparent in Paint Shop Pro 7 when I imort it in it becomes a big frame over the pic and the background isn't transparent? I have tried Biutmaps and Jpgs so far.......

Help me...plz, thank U much

Export Image (w/ Transparent Bg) From Flash To Photoshop
I'm trying to export a transparent .png from flash to photoshop but the bg (which is supposed to be an alpha channel) is showing up as the stage color. I've done it before, but it seems that the settings are wrong in either flash or photoshop (don't know which). Does anybody have the right settings to use?

How Do I Make A Background Color Of An Image Transparent?
I have a jpg that has a sneaker with a white background.

Now i want to overlay the sneaker over a background, but i have the white background. how do i get rid of the white or how can i export it so that the white becomes transpaernt?

THANX FOR ANY SOLUTIONS TO MY PROBLEM

Copyright © 2005-08 www.BigResource.com, All rights reserved