Re: [flexcoders] CacheAsBitmap stops working.

2007-05-02 Thread Troy Gilbert
Yeah, you're hitting the 2880 pixel limit with bitmaps. No bitmap, including cached bitmaps, can be bigger than 2880 px in either dimension. In the case of cacheAsBitmap, it stops caching when that's the case. Fortunately, you can control it a bit... I'd imagine that even when zooming in you're o

Re: [flexcoders] CacheAsBitmap stops working.

2007-05-02 Thread Troy Gilbert
Oh, and another issue you may run into... coordinates inside a container can't be outside of the range +/- 8191 or the object vanishes. So, that too could be an issue when you get into larger maps depending on how you're scrolling them around. I've run into both of these issues in my current work

[flexcoders] CacheAsBitmap stops working.

2007-05-02 Thread helix206
Hello all, I have this strange ans stupid problem and the deathline is comming in a fiew days, so i hope someone will be able to help me. First of, I am trying to drag a vector map inside another container fluidly. So, I have a vector map, exported to .SWF. This map is loaded with SWFLoader i