What's new in SWFKit Pro 3.1?
1. A new method "Image.copy" added, which copies an image onto the clipboard. The following ffish script code shows how to use it.
var image = Image.load("myimage.jpg");
image.copy();
2. The ActiveXObject now supports to call methods and properties of an object that does not support the type information interface, and hence the ScriptHost object can now call a RubyScript method from within ffish script.
3. The standalone applications will always use the packed flash player to play the swf movies.
4. The UpdateMaker tool now supports to be called from command line
updatemaker.exe -b [-s] -o:[output directory] filename
-b build the updatemaker project specified by "filename"
-s build the updatemaker project silently
-o: specify the output directory of update files
filename the updatemaker project to build
For example: updatemaker.exe -b -s -o:c:\updates myupdates.umf
5. Bugs fixed:
1) Encrypted resource files may not be loaded by some flash components.
2) The event handlers of an ActiveX component cannot output an IDispatch interface, e.g. when handling the NewWindow2 event of the web browser.
3) The SendMail object has some problems to handle the "cc" and "bcc" properties.
4) The "-s" switch of the swfkit commandline arguments causes exceptions.
5) and other small bugs
|