lib.haxe.org

format 1.20 Documentation

Back | Index
enum format.swf.SWFTag
import format.swf.Data
TUnknown(id : Int,data : haxe.io.Bytes)
TSymbolClass(symbols : Array<{ className : String, cid : Int}>)
TSound(data : Sound)
TShowFrame
TShape(id : Int,version : Int,data : haxe.io.Bytes)
TSandBox(v : Int)
TRemoveObject2(depth : Int)
TPlaceObject3(po : PlaceObject)
TPlaceObject2(po : PlaceObject)
TMorphShape(id : Int,version : Int,data : haxe.io.Bytes)
TFrameLabel(label : String,anchor : Bool)
TExport(el : Array<{ name : String, cid : Int}>)
TDoInitActions(id : Int,data : haxe.io.Bytes)
TDoActions(data : haxe.io.Bytes)
TClip(id : Int,frames : Int,tags : Array<SWFTag>)
TBitsLossless2(data : Lossless)
TBitsLossless(data : Lossless)
TBitsJPEG3(id : Int,data : haxe.io.Bytes,mask : haxe.io.Bytes)
TBitsJPEG2(id : Int,data : haxe.io.Bytes)
TBinaryData(id : Int,data : haxe.io.Bytes)
TBackgroundColor(color : Int)
TActionScript3(data : haxe.io.Bytes,?context : AS3Context)
Back | Index