adobecompiler

1.0.0 • Public • Published

NODEJS编译AS3文件

希望老ASer喜欢 。 mailto:kyomic@163.com

配置环境

1.本环境依赖 NODEJS 8.0+  参考:https://nodejs.org/en/download/

2.JAVAC 1.8+ 32bit 必须是32位的JDK, Adobe MXMLC目前只支持32bit java编译

3.如果下载flex_sdk_4.1.zip缓慢,可手动下载文件,并解压至 src/sdks目录

配置说明

1. npm install adobecompiler
2. cd adobecompiler
3. npm install
4. npm test

简要文档

let adobecompiler = require("adobecompiler");
adobecompiler.compile({
	config:"./test/build.xml",
	src:"./test/src/index.as",
	output:"./test/src/index.swf"
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i adobecompiler

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

20.9 kB

Total Files

13

Last publish

Collaborators

  • kyomic