How move Stage content to a MC?
Is there anyway that I can save what I'm seeing on the screen to a MC in order to manipulate it?
I thought that
var holderThumb:MovieClip = new MovieClip()
holderThumb.addChild(stage.stage)
will work but hung's...
What I need is take a Big Landscape picture and handle (already done) (Scale/Move/etc) but then I need to keep just the portion of image showed in screen. Any ideas?
Thak you
