Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
repairman123 #1
Make a color in image transparent on the fly
Hi I am trying to load an image and at runtime pick the white background of the
image as transparent. Can any one point me to the flex/flash libraries that
may help w/ this? basically I have 2 images both of them have white
background. I want to be able to drag and drop them so that the main objects
of the images are side by side. But the problem is each image has thick white
borders. so i figure if i can dynamically choose white color in the image to
be transparent then I can overlap them and the white borders will be
transparent and won't get in the way. Any expert can point me to the right
direction?
repairman123 Guest
-
How do I make a box a transparent or opaque color
I want to create a box to identify a spot on an aerial map, but I want the color box to be somewhat transparent. In photoshop I can control the... -
Color to Transparent Gradient
Hello, can you tell me how can I make a gradient like in Photoshop from a normal 100% opacity color to transparent. Thanx -
How to make an image interactive transparent
I want my image to be interactively transparent. Corel PhotoPaint offers simple tool to give this effect. This means, I want my image to fade from... -
How do I make an image more transparent so I can....
I know this one!! (First make sure you're working on a copy of our image - you don't want ever want to mess up your only original.) Open the... -
How do I get rid of image dither/distortion and make images color mode friendly?
I have a website for which I have designed all the graphics in fireworks, and I've noticed when I view it from other peoples computers(different... -
doug777 #2
Re: Make a color in image transparent on the fly
Perhaps you could create the image with a transparent background and place it
on a separate box with a white background and nothing else. When you start the
drag, remove the white box from the display list. If drag fails put it back.
Doug
doug777 Guest
-
repairman123 #3
Re: Make a color in image transparent on the fly
doug777, thanks for the reply. My issue is that the image I am trying to place
next to each other is some images off the web i.e. I don't have control over
the image transparent color. that's why I want to find a way to on the fly set
which color in the images will be transparent. I was hoping flex has some
library for that
repairman123 Guest
-
VarioPegged #4
Re: Make a color in image transparent on the fly
Flex does have a library for manipulating bitmap data. Look into Bitmap, BitmapData, etc.
TS
VarioPegged Guest



Reply With Quote

