AnyToSWF
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
![]() |
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
- Added featrues for packaging any file to Adobe SWF or SWC file.
- Added command line interface.


softepic (10/20/2010, 上午 6:12).
DownloadAnyToSWF 1.0.0 Free at softepic.com