This discussion started over here but I thought it would be nice to have a definitive answer...
So let's say you have MovieClip on the Stage (or a UIComponent for the Flex audience) - what do you have to do to not make it so that the user can't see the object but also so that the AVM2 doesn't even factor it in when rendering the stage for the user?
I always thought the answer was to set visible = false
but there is an argument out there that the object has to placed outside the boundaries of the Stage (like x = 2000
which seems like a hack IMO). Does anyone know the real answer?
EDIT: I imagine the need for having flash not render the item would be to help performance.