Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-04-2004, 01:53 PM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default screencapture allready implemented in v1.1?

Is it allready possible to export part of the projector as a jpg in v1.1?
Does that function also work when a webcam is viewed in the movie?
(making a snapshot).
Will this be possible with v2.0.
Reply With Quote
  #2 (permalink)  
Old 03-05-2004, 08:43 AM
Junior Member
 
Join Date: Feb 2004
Posts: 14
Default Re:screencapture allready implemented in v1.1?

The Image object has not been compiled into SWFKit 1.1

However, you can test it with the following code with SWFKit 1.1

Application.clipboard.copyBitmap_Screen(0, 0, 800, 600);
or Application.clipboard.copyBitmap_Movie();

The methods will capture a part of the screen or movie onto the clipboard, you can then paste the image to mspaint.
Reply With Quote
  #3 (permalink)  
Old 03-05-2004, 01:37 PM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default Re:screencapture allready implemented in v1.1?

works great, thank you
Reply With Quote
  #4 (permalink)  
Old 04-02-2004, 08:38 AM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default Re:screencapture allready implemented in v1.1?

Is there a way to make this work with drag and drop

example
when dragging it to another application.
it is pasted in the other application (word, paint, ...)
Reply With Quote
  #5 (permalink)  
Old 04-02-2004, 03:43 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:screencapture allready implemented in v1.1?

Hi,

You can only drop texts or files into swfkit apps.

Code:
Application.dragdrop.enable = true;
Application.dragDrop.onDropText = function (text)
{
trace(text);
}
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 05:53 AM.


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.