|
|||
|
Sorry for my english ...;
I want to capture a image from my swf .... I read this forum and i do : 1/ I put this action to a button in my swf with flashMX2004 : on (release) { capture =Image.captureScreen([500, 500, 100, 100]); capture.save("c:\\test.jpg"); } 2/I import my swf into swfkit and create an .exe But when i run the exe and click on the button, nothing is created in c:\\ ?? Help me please ! ![]() |
|
|||
|
you cannot write the swfkit scripts directly in flash
you should write them in swfkit. Then in Flash you should insert a call to the script in SWFkit ex.: on (release){ FSCommand("FFish_Run", "CaptureImage"); } |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|