|
|||
|
here am i with another question.
i use this code: Code:
//screencapture image = Image.captureScreen(); trace(image.width); trace(image.height); // crop the image to the wanted coordinates image.crop(10, 50, 100, 100) // save file var f = "jpg files(*.jpg)|*.jpg|"; var path = Dialogs.fileSave(f,"",""); trace(path); image.save(path); is there a script which let me capture a region within my flash movie??? |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|