SWFLite加载器,用于加载zip压缩格式的SWF资源

Constructor

@:value({ isZip : true, rootPath : null })new (path:String, ?rootPath:String, isZip:Bool = true)

从OpenFL9开始,永远使用zip加载

Parameters:

path
rootPath
null

isZip

Methods

load (call:AssetLibrary ‑> Void, errorCall:String ‑> Void):Void

加载,并返回AssetLibrary实例

Parameters:

null

call