[flexcoders] Re: Image Control -> BitmapData -> Resize -> JPEG Encoder...changes image coloring?

2009-04-08 Thread xitij2000
I don't know about your color issues... however do give the following a try.. http://clevrlib.riaforge.org/ It is a nice library which has some extensions for Flex Bitmaps, allowing for bilinear and bicubic interpolation, for better quality resizing... --- In flex

[flexcoders] Re: e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread xitij2000
i performed a similar operation by doing: rootXML.group.(name.text().toLowerCase()=="fred"&&name.text().toLowerCase()=="bob") the toLowerCase is just because i needed case insensitivity... --- In flexcoders@yahoogroups.com, "Daniel Freiman" <[EMAIL PROTECTED]> wrote: > > try this: > > rootXML.g