Hi there, I've created a Animation class which extends Image. When loaded a Timer is created and on each timer event i draw the next state of my source image. Therefore i'm using CopyPixels of BitmapData. This works fine with small images. But i've noticed that i can't use files which height are greater then 2880 pixels.
Why does the BitmapData has this strange limit of 2880 pixels? And is there another way to manipulate data of a bitmap? Thanx, Richard -- 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/

