|
|||
|
i have the code (or something like it)
Code:
//save1
var left = 0, top = 0;
var width = 343, height = 406;
capture = Image.captureMovie([left, top, width, height]);
capture.save("c:\\Custom Contest Sheet.jpg");
but this is capturing the entire movie, and not just a portion. what can i do? EDIT: ok i got it, it should be Code:
//save1
var left = 0, top = 0;
var width = 343, height = 406;
capture = Image.captureMovie(left, top, width, height);
capture.save("c:\\Custom Contest Sheet.jpg");
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|