I'm used to J2ME where you actually set the view size of the window and you can render just that view size (so anything off the screen doesn't get rendered).
After a google/stakcoverflow search I came up with nothing (maybe bad terms) but anyways how would I go about setting a render area in my flash AS3 game? I dont want anything off the stage to be rendered which uses up a lot of resources.