ActionScript 2.0 Screen Capture
问题 I made a flash scene, and I want to make a button that, when pressed, saves the scene, or a part of it as JPG. I found a nice tutorial (http://www.screentime.com/software/flash-projector/docs/AS3-mApp-captureScreenToJP.htm), but when I insert the code: mApplication.captureScreenToJPG(fileName:screen.jpg[, x:100][, y:540][, width:100][, height:400]) : Void ...it doesn't do anything. 回答1: To start, I have two remarks : The code mentioned in your question is not a standard ActionScript code, you