The 8191px limit has been confirmed. The 2880 limit is on instantiating BitmapData objects, but the player allows for the existence of BitmapData objects larger than 2880. So if you can get the player to create a BitmapData object for you that is larger than 2880 then you're in the clear.
I'm keeping a running list of known limitations here: http://nondocs.blogspot.com/2007/05/faqlimitations.html - Dan Freiman On 11/2/07, Jon Bradley <[EMAIL PROTECTED]> wrote: > > > On Nov 2, 2007, at 3:11 AM, greggiacovelli wrote: > > Hi, > I have been trying to figure out a way around this for a few weeks. It > seems there is an undocumented limit of around 8192 px wide images > that can be rendered inside of the flash player. Is this an > undocumented limitation or is there a way to get around it? > > > I believe that is correct. I think the maximum addressable space in Flex > is around that number. Someone from Adobe may be able to confirm/debunk that > ... > > I assume you're loading a bitmap smaller than that then scaling it up? > Didn't think you could load a bitmap larger than 2880. > > cheers, > > jon > > > >

