Answered
Save screen to an image file using AS3 CS5.5, is it possible?
Hello,
I'm needing to save my screen content to a image in the camera roll, anybody knows if it is possible?
Thank you
Hello,
I'm needing to save my screen content to a image in the camera roll, anybody knows if it is possible?
Thank you
so here is the code
var cameraRoll:CameraRoll = new CameraRoll();
var bitmapData:BitmapData = new BitmapData(stage.stageWidth, stage.stageHeight);
bitmapData.draw(stage);
cameraRoll.addBitmapData(bitmapData);
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.