question regarding cacheAsBitmap and pixelSnapping of Display Objects
In my flash file, I essentially have a container movieclip that holds all the content for the site. This container then always positions itself in the center of the stage. I am not exactly keen on the fact that the edges of the content, depending on the stage dimensions, sometimes look blurry because the content is not snapping to the nearest pixel.
Well, I looked into cacheAsBitmap and am still slightly confused. Is the only way to enable pixelsnapping for a display object (such as a movieclip) come from using cacheAsBitmap?
And if it is, should I even consider using it on the container? By no means is there a lot of complex vector artwork, so would I be hurting performance if I used it? Caching a bitmap representation for my entire site just seems pretty memory intensive. Am I way off base? Is there somewhere else I should be looking?