Never mind. I figured it out <hand print on forehead>. If anyone's interested in the solution to my ill-explained conundrum, search the docs for "explicit conversions".
Happy Flexing! Tim On 4/18/06, Tim Scollick <[EMAIL PROTECTED]> wrote: > Can anyone help me get a bitmapData object out of an Image control? > I've dynamically loaded an image using .url and load(). I know it's > loaded (because I can see it) and am trying to get the bitmapData from > it. I know it's there because when I get image.content.toString() > it's a bitmap. > > Obviously, the problem is that the content property returns a > DisplayObject and Bitmap is a subclass of DisplayObject. How do I > coerce the DisplayObject into a bitmap? > > Thanks for your help and sorry for such a newb question. Searching > the archives was fruitless. > > Thanks, > > > Tim > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

