Archive for 八月, 2010

AnyToSWF

0DoSWF support29th 八 2010DoSWF, , , ,

AnyToSWF是一款flash/flex开发者辅助工具。它可以将任意文件以二进制数据形式打包到swf或swc文件中,并指定一个类名称,以便获取该数据,比如:mypackage.MyFile。然后就可以通过如下方式获取该文件数据:

var myFile:ByteArray = new MyFile() as ByteArray


更多信息AnyToSWF


any to swf



使用帮助

No content, stay tuned..



AnyToSWF命令行调用接口

如果您需要使用命令行接口,请下载安装AnyToSWF的Adobe AIR版本。AnyToSWF接收如下命令行参数:
-toswf|toswc filePath className [...]
打包文件为Adobe SWF或SWC文件。必须指定参数-toswf或-toswc
-output ouputPath
指定输出文件的绝对路径,比如:c:/file/a.swf。如果指定-toswf,则文件名后缀应为.swf;如果指定-toswc,则输出文件名后缀应外.swc。必须指定该参数。
-exit false|true
执行操作后是否关闭程序。可选参数,默认为true,即命令行运行完毕后,自动关关闭程序。

一些示例:

  • -toswf d:/desktop/draw.swf com.doswf.Class1 -output d:/desktop/test.swf
  • -toswc d:/desktop/draw.swf com.doswf.Class1 d:/desktop/test.swf com.doswf.Class2 -output d:/desktop/test.swc
  • -toswc d:/desktop/draw.swf com.doswf.Class1 d:/desktop/test.swf com.doswf.Class2 -output d:/desktop/test.swc -exit false


常见问题解答

No content, stay tuned..


历史版本下载

Version 1.0.0(2010.08.30)  Windows Mac, Linux       BuyNow

  • 完成打包任意文件为Adobe SWF或SWC格式文件。
  • 完成命令参数调用接口。

AnyToSWF

1DoSWF support29th 八 2010DoSWF, , ,

AnyToSWF is a software for flash and flex developers. It packages any files as binary to Adobe SWF or SWC file. You can also specify a class name for every file. Such as: mypackage.MyFile. So you can get the file data as following:

var myFile:ByteArray = new MyFile() as ByteArray

More information of AnyToSWF


any to swf

User Guider

No content, stay tuned..

Command Line Interface Guider

To use the command line interface, please mask sure you had installed the Adobe AIR version of AnyToSWF.
AnyToSWF accept the command line parameters as following:

-toswf|toswc filePath className [...]
package some files to Adobe SWF or SWC file. Must.
-output ouputPath
Specify the output file. Must.
-exit false|true
Whether to exit application after operation.Default is true.

Some Samples:

  • -toswf d:/desktop/draw.swf com.doswf.Class1 -output d:/desktop/test.swf
  • -toswc d:/desktop/draw.swf com.doswf.Class1 d:/desktop/test.swf com.doswf.Class2 -output d:/desktop/test.swc
  • -toswc d:/desktop/draw.swf com.doswf.Class1 d:/desktop/test.swf com.doswf.Class2 -output d:/desktop/test.swc -exit false

FQA

No content, stay tuned..

History Downloads

Version 1.0.0(2010.08.30)  Windows Mac, Linux       BuyNow

  • Added featrues for packaging any file to Adobe SWF or SWC file.
  • Added command line interface.

FlashOptimizer, Optimize SWF & SWC File

0DoSWF support29th 八 2010products, , ,

FlashOptimizer is a tool to optimize Adobe Flash SWF file. FlashOptimizer has a simple AVM2(Actionscript Virtual Machine 2), witch will run the instructions, and than optimize the Actionscript Byte Code data. The key features as following:

  • Constant value optimization.
  • Methods and properties searching optimization.
  • Methods call optimization.
  • Remove debug instructions
  • Remove redundant instructions
  • Delete class, method or property(Pickout Panel)
FlashOptimizer only support Flash SWF based on Actionscript3.0

Download:

Latest Version on Windows  Mac, Linux(Adobe AIR)  Buy Now($39.99/Year)


Commercial License:

FlashOptimizer has two kinds of licenses: Personal and Commercial. Perconal license can only used on just on computer and only operate person non-commercial works, while Commercial license:

  • Can operate more complex applications
  • Has the right to encrypt and obfuscate commercial works.
  • Can used on multiple computers.
  • Has more professional technical and software customization support.


You can buy personal or commercial licence at Online Shop. If you have any questions, please Contact Us.

SWCEncrypt

0DoSWF support29th 八 2010DoSWF, , , ,

SWCEncrypt is a application for encrypting Adobe SWC file. With SWCEncrypt, you do not need to encrypt the whole application, but just the core classes.
You should compile the core or important classes to Adobe SWC file, and than use SWCEncrypt to encrypt and obfuscate it. It is very useful for team code security.

Download:

Latest Version on Windows  Mac, Linux(Adobe AIR)   Buy Now($24.99/Year)

Online Version:

FPE – Flash Project Encryptor

0DoSWF support29th 八 2010DoSWF, , ,

FPE(Flash Project Encryptor) is a tool to encrypt and obfuscate Flash projects. Not the same as other flash encryption tools, FPE can encrypt and obfuscate multiple swf files at one time. And the method calls between swf and swf will still right.

Download: Windows  Mac, Linux(Adobe AIR)  Buy Now($60.99/Year)

More Information Of FPE:

Onine Version Of FPE

Command Line Interface

Please make sure your FPE is the newest version:

Command Parameters Detail
-files file1 file2 … Point the file list you want to operate.
-files d:\myfiles\A.swf d:\myfiles\B.swf
-input directoryPath Point a directory. Operate the all swf files in that directory.
-input d:\myfiles
-strict false|true Whether to use strict mode. In strict mode, the anaylsis will be more accurate.
-strict true
-debug false|true Whether to use debug mode.
-obfuscate [special items] Obfuscate Actionscript.
-obfuscate getName,getURL,A,B
-obfinstruction   Obfuscate instruction
-encryptMainSWF main.swf Encrypt the main swf of project.
-encryptMainSWF mainLoader.swf
-samemethod   Use “Same Method” function
-sameclass   Use “Same Class” function
-output directoryPath Point the directory you want to save the files.

Here is some examples for you:

  • To obfuscate a project has serval files:

    -files d:\myfiles\A.swf d:\myfiles\B.swf -obfuscate -output d:\done
  • To obfuscate a project and encrypt main file:

    -files d:\myfiles\A.swf d:\myfiles\B.swf -obfuscate -encryptMainSWF B.swf -output d:\done
  • To obfuscate a project, and do not obfuscate class “com.doswf.A” and method “getName”:

    -files d:\myproject -obfuscate com.doswf.A,getName -output d:\done
  • To obfucate a project and use debug mode:

    -input d:\myproject -obfuscate -debug true -output d:\done