Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-01-2004, 11:10 PM
Junior Member
 
Join Date: Sep 2004
Posts: 2
Default using Image.captureMovie

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");
it should NOT be in an array
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:06 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.