View Full Version : Export an image at runtime
james@ba
11-11-2005, 08:46 AM
Is it possible to export an image created at runtime?
MDM FlashStudio can do it from an .exe, but I haven't been able to find an online solution.
Any ideas appreciated,
Thanks in advance.
ravuri
11-11-2005, 02:37 PM
please find the Help of Flash studio pro below
Platform Availibilty
Windows
FSCommand Usage
(Var)
bmp = "c:\\movie.bmp";
fscommand("flashstudio.savebmp_movie", "bmp");
(Literal)
fscommand("flashstudio.savebmp_movie", "\"c:\\movie.bmp\"");
FSP Script Usage
(Var)
bmp = "c:\\movie.bmp";
flashstudio.savebmp_movie(bmp);
(Literal)
flashstudio.savebmp_movie("c:\\movie.bmp");
Parameters
bmp
Returns
Nothing
Description
Takes a snapshot of just the Projector (SWF) window and saves it to a BMP file at path set in the variable bmp.
Notes
If alpha blending has been enabled, this command will not capture the actual Projector. Please use flashstudio.savebmp_movie_alt instead
Hope looks big comments but it works well..
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.