|
|||
|
Hi,
We are starting a large new flash project today and will need swfKit for saving xml files frequently. 1. When can we expect SWFKit Pro 3 to be available? 2. We already have SWFKit Pro 2. Is it worth waiting for v3? 3. Can we start using v2 and upgrade later? I suppose not as all swfkit code is now available within the Flash IDE? This new feature looks very promissing to me - Can't wait to see how you guys did the trick! ![]() thanks, Gert |
|
|||
|
Thank you for being interested in our software.
V3 needs more testing and will be available in about three to five weeks. We recommend you to start using v2 now, if you have v2 and v2 can do what you want. First, you can finish your project ealier. Second, it is not complex to upgrade your project to v3, and v2 purchased in 2006 can be upgraded to v3 for free. There are mainly two important improvements of v3, one is the ability to encrpyt resources such as swf, mp3, jpg, xml, etc, and you can get this feature in v3 without changing any code in the project produced by v2. The other is to call swfkit ffish script methods from within action script directly in flash 8. In v2, ffish scripts are called by fscommand asynchronously. However, it is very easy to modify your code to support this new feature in v3. V3 will provide a method called "_skcall" in action script, and you only need to change "fscommand" to "_skcall" to run the ffish scripts synchronously. E.g. Code:
in v2
fscommand("run", "saveXML");
in v3
_skcall("run", "saveXML");
|
|
|||
|
If u provide preview release or beta release of SWFKIT,
baseed on ur previous description, programming style of V3 is quite different from V2, I've play with V3 pretty well, and thought it's much easier and straightforward than ur competitor's product, i'd like to test V3 before i choose it, any suggestion! |
|
|||
|
Hi,
Not to be a cynic, but the last version of SWFKit took a further six months or so from when originally intended to be released. I do hope that version 3 doesn't have the same issues. Incidentally, is there a functionality list / change log for this version? I would be very interested to see it's feature set. Cheers, G. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|