Hi,

I am using Ely Greenfield's Fish Eye Component. I am using that in an
AIR application. I have made the application window transparent and
had set the background color and background image as empty.

However it is taking the default color as black and the entire window
comes in black color.

Also the BitmapData for each image is  given as 

var bdata:BitmapData = new BitmapData(_imageWidth, _imageHeight,
false, 0X00000000);

in BitMapTile file where 0X00000000 is the fill color. How do I
specify the fill color as transparent so that only image is visible. I
am using transparent jpg images in the fisheye component.

Reply via email to