From: KobeForThreeYes on
How do I take a snapshot of my screen?
From: Sean Wilson on
Do you mean your entire desktop, or just the stage of your Director
application (be it a projector or Shockwave)?
From: Sean Wilson on
If you mean just your Director piece, presumably you want to save this
image to disk? In which case you'll need an xtra that can prompt for a
folder and filename, and an xtra capable of exporting an image.
FileIO - displaySave() or Buddy API - baGetFilename() are a couple of
options for filename/folder prompts; while the (free) SharpExport xtra
will export an image.
Buddy API: <http://www.mods.com.au>
Sharp Image Export:
<http://www.sharp-software.com/products/index.htm#sharpexport>
From: wherold on
If you want to do a snapshot of you stage,
eg. to save the image to member 10. This member must
be a bitmapmember

Member(10).image = _movie.stage.image


cheers

Wolfgang
From: ginod on
nice tip... tnks

Ginod