Property | Defined By | ||
---|---|---|---|
fileVersion : uint | SWFHeader | ||
frameCount : uint | SWFHeader | ||
frameRate : Number | SWFHeader | ||
frameSize : RectangleRecord | SWFHeader | ||
signature : String | SWFHeader | ||
uncompressedSize : uint | SWFHeader |
Method | Defined By | ||
---|---|---|---|
SWFHeader(signature:String = null, fileVersion:uint = 0, uncompressedSize:uint = 0, frameSize:RectangleRecord = null, frameRate:Number, frameCount:uint = 0) | SWFHeader |
Constant | Defined By | ||
---|---|---|---|
COMPRESSED_SIGNATURE : String = CWS [static] | SWFHeader | ||
UNCOMPRESSED_SIGNATURE : String = FWS [static] | SWFHeader |
fileVersion | property |
public var fileVersion:uint
frameCount | property |
public var frameCount:uint
frameRate | property |
public var frameRate:Number
frameSize | property |
public var frameSize:RectangleRecord
signature | property |
public var signature:String
uncompressedSize | property |
public var uncompressedSize:uint
SWFHeader | () | Constructor |
public function SWFHeader(signature:String = null, fileVersion:uint = 0, uncompressedSize:uint = 0, frameSize:RectangleRecord = null, frameRate:Number, frameCount:uint = 0)
signature:String (default = null )
| |
fileVersion:uint (default = 0 )
| |
uncompressedSize:uint (default = 0 )
| |
frameSize:RectangleRecord (default = null )
| |
frameRate:Number (default = NaN )
| |
frameCount:uint (default = 0 )
|
COMPRESSED_SIGNATURE | Constant |
public static const COMPRESSED_SIGNATURE:String = CWS
UNCOMPRESSED_SIGNATURE | Constant |
public static const UNCOMPRESSED_SIGNATURE:String = FWS