Packagecom.degrafa.utilities.swf
Classpublic class SWFTag



Public Properties
 PropertyDefined by
  bytes : ByteArray
SWFTag
  length : int
SWFTag
  start : int
SWFTag
  type : int
SWFTag
Public Methods
 MethodDefined by
  
readString():String
SWFTag
  
toString():String
SWFTag
Public Constants
 ConstantDefined by
  CSM_TEXT_SETTINGS : String = "CSMTextSettings"
[static]
SWFTag
  DEFINE_BINARY_DATA : String = "DefineBinaryData"
[static]
SWFTag
  DEFINE_BITS : String = "DefineBits"
[static]
SWFTag
  DEFINE_BITS_JPEG_2 : String = "DefineBitsJPEG2"
[static]
SWFTag
  DEFINE_BITS_JPEG_3 : String = "DefineBitsJPEG3"
[static]
SWFTag
  DEFINE_BITS_LOSSLESS : String = "DefineBitsLossless"
[static]
SWFTag
  DEFINE_BITS_LOSSLESS_2 : String = "DefineBitsLossless2"
[static]
SWFTag
  DEFINE_BUTTON : String = "DefineButton"
[static]
SWFTag
  DEFINE_BUTTON_2 : String = "DefineButton2"
[static]
SWFTag
  DEFINE_BUTTON_CX_FORM : String = "DefineButtonCxForm"
[static]
SWFTag
  DEFINE_BUTTON_SOUND : String = "DefineButtonSound"
[static]
SWFTag
  DEFINE_EDIT_TEXT : String = "DefineEditText"
[static]
SWFTag
  DEFINE_FONT : String = "DefineFont"
[static]
SWFTag
  DEFINE_FONT_2 : String = "DefineFont2"
[static]
SWFTag
  DEFINE_FONT_3 : String = "DefineFont3"
[static]
SWFTag
  DEFINE_FONT_ALIGN_ZONES : String = "DefineFontAlignZones"
[static]
SWFTag
  DEFINE_FONT_INFO : String = "DefineFontInfo"
[static]
SWFTag
  DEFINE_FONT_INFO_2 : String = "DefineFontInfo2"
[static]
SWFTag
  DEFINE_FONT_NAME : String = "DefineFontName"
[static]
SWFTag
  DEFINE_MORPH_SHAPE : String = "DefineMorphShape"
[static]
SWFTag
  DEFINE_MORPH_SHAPE_2 : String = "DefineMorphShape2"
[static]
SWFTag
  DEFINE_SCALING_GRID : String = "DefineScalingGrid"
[static]
SWFTag
  DEFINE_SCENE_AND_FRAME_LABEL_DATA : String = "DefineSceneAndFrameLabelData"
[static]
SWFTag
  DEFINE_SHAPE : String = "DefineShape"
[static]
SWFTag
  DEFINE_SHAPE_2 : String = "DefineShape2"
[static]
SWFTag
  DEFINE_SHAPE_3 : String = "DefineShape3"
[static]
SWFTag
  DEFINE_SHAPE_4 : String = "DefineShape4"
[static]
SWFTag
  DEFINE_SOUND : String = "DefineSound"
[static]
SWFTag
  DEFINE_SPRITE : String = "DefineSprite"
[static]
SWFTag
  DEFINE_TEXT : String = "DefineText"
[static]
SWFTag
  DEFINE_TEXT_2 : String = "DefineText2"
[static]
SWFTag
  DEFINE_VIDEO_STREAM : String = "DefineVideoStream"
[static]
SWFTag
  DO_ABC : String = "DoABC"
[static]
SWFTag
  DO_ACTION : String = "DoAction"
[static]
SWFTag
  DO_INIT_ACTION : String = "DoInitAction"
[static]
SWFTag
  ENABLE_DEBUGGER : String = "EnableDebugger"
[static]
SWFTag
  ENABLE_DEBUGGER_2 : String = "EnableDebugger2"
[static]
SWFTag
  END : String = "End"
[static]
SWFTag
  EXPORT_ASSETS : String = "ExportAssets"
[static]
SWFTag
  FILE_ATTRIBUTES : String = "FileAttributes"
[static]
SWFTag
  FRAME_LABEL : String = "FrameLabel"
[static]
SWFTag
  IMPORT_ASSETS : String = "ImportAssets"
[static]
SWFTag
  IMPORT_ASSETS_2 : String = "ImportAssets2"
[static]
SWFTag
  JPEG_TABLES : String = "JPEGTables"
[static]
SWFTag
  METADATA : String = "Metadata"
[static]
SWFTag
  PLACE_OBJECT : String = "PlaceObject"
[static]
SWFTag
  PLACE_OBJECT_2 : String = "PlaceObject2"
[static]
SWFTag
  PLACE_OBJECT_3 : String = "PlaceObject3"
[static]
SWFTag
  PROTECT : String = "Protect"
[static]
SWFTag
  REMOVE_OBJECT : String = "RemoveObject"
[static]
SWFTag
  REMOVE_OBJECT_2 : String = "RemoveObject2"
[static]
SWFTag
  SCRIPT_LIMITS : String = "ScriptLimits"
[static]
SWFTag
  SET_BACKGROUND_COLOR : String = "SetBackgroundColor"
[static]
SWFTag
  SET_TAB_INDEX : String = "SetTabIndex"
[static]
SWFTag
  SHOW_FRAME : String = "ShowFrame"
[static]
SWFTag
  SOUND_STREAM_BLOCK : String = "SoundStreamBlock"
[static]
SWFTag
  SOUND_STREAM_HEAD : String = "SoundStreamHead"
[static]
SWFTag
  SOUND_STREAM_HEAD_2 : String = "SoundStreamHead2"
[static]
SWFTag
  START_SOUND : String = "StartSound"
[static]
SWFTag
  START_SOUND_2 : String = "StartSound2"
[static]
SWFTag
  SYMBOL_CLASS : String = "SymbolClass"
[static]
SWFTag
  TAG_NAMES_BY_VALUE : Array
[static]
SWFTag
  UNKNOWN : String = "Unknown"
[static]
SWFTag
  VIDEO_FRAME : String = "VideoFrame"
[static]
SWFTag
Property detail
bytesproperty
public var bytes:ByteArray
lengthproperty 
public var length:int
startproperty 
public var start:int
typeproperty 
public var type:int
Method detail
readString()method
public function readString():String

Returns
String
toString()method 
public function toString():String

Returns
String
Constant detail
CSM_TEXT_SETTINGSconstant
public static const CSM_TEXT_SETTINGS:String = "CSMTextSettings"
DEFINE_BINARY_DATAconstant 
public static const DEFINE_BINARY_DATA:String = "DefineBinaryData"
DEFINE_BITSconstant 
public static const DEFINE_BITS:String = "DefineBits"
DEFINE_BITS_JPEG_2constant 
public static const DEFINE_BITS_JPEG_2:String = "DefineBitsJPEG2"
DEFINE_BITS_JPEG_3constant 
public static const DEFINE_BITS_JPEG_3:String = "DefineBitsJPEG3"
DEFINE_BITS_LOSSLESSconstant 
public static const DEFINE_BITS_LOSSLESS:String = "DefineBitsLossless"
DEFINE_BITS_LOSSLESS_2constant 
public static const DEFINE_BITS_LOSSLESS_2:String = "DefineBitsLossless2"
DEFINE_BUTTONconstant 
public static const DEFINE_BUTTON:String = "DefineButton"
DEFINE_BUTTON_2constant 
public static const DEFINE_BUTTON_2:String = "DefineButton2"
DEFINE_BUTTON_CX_FORMconstant 
public static const DEFINE_BUTTON_CX_FORM:String = "DefineButtonCxForm"
DEFINE_BUTTON_SOUNDconstant 
public static const DEFINE_BUTTON_SOUND:String = "DefineButtonSound"
DEFINE_EDIT_TEXTconstant 
public static const DEFINE_EDIT_TEXT:String = "DefineEditText"
DEFINE_FONTconstant 
public static const DEFINE_FONT:String = "DefineFont"
DEFINE_FONT_2constant 
public static const DEFINE_FONT_2:String = "DefineFont2"
DEFINE_FONT_3constant 
public static const DEFINE_FONT_3:String = "DefineFont3"
DEFINE_FONT_ALIGN_ZONESconstant 
public static const DEFINE_FONT_ALIGN_ZONES:String = "DefineFontAlignZones"
DEFINE_FONT_INFOconstant 
public static const DEFINE_FONT_INFO:String = "DefineFontInfo"
DEFINE_FONT_INFO_2constant 
public static const DEFINE_FONT_INFO_2:String = "DefineFontInfo2"
DEFINE_FONT_NAMEconstant 
public static const DEFINE_FONT_NAME:String = "DefineFontName"
DEFINE_MORPH_SHAPEconstant 
public static const DEFINE_MORPH_SHAPE:String = "DefineMorphShape"
DEFINE_MORPH_SHAPE_2constant 
public static const DEFINE_MORPH_SHAPE_2:String = "DefineMorphShape2"
DEFINE_SCALING_GRIDconstant 
public static const DEFINE_SCALING_GRID:String = "DefineScalingGrid"
DEFINE_SCENE_AND_FRAME_LABEL_DATAconstant 
public static const DEFINE_SCENE_AND_FRAME_LABEL_DATA:String = "DefineSceneAndFrameLabelData"
DEFINE_SHAPEconstant 
public static const DEFINE_SHAPE:String = "DefineShape"
DEFINE_SHAPE_2constant 
public static const DEFINE_SHAPE_2:String = "DefineShape2"
DEFINE_SHAPE_3constant 
public static const DEFINE_SHAPE_3:String = "DefineShape3"
DEFINE_SHAPE_4constant 
public static const DEFINE_SHAPE_4:String = "DefineShape4"
DEFINE_SOUNDconstant 
public static const DEFINE_SOUND:String = "DefineSound"
DEFINE_SPRITEconstant 
public static const DEFINE_SPRITE:String = "DefineSprite"
DEFINE_TEXTconstant 
public static const DEFINE_TEXT:String = "DefineText"
DEFINE_TEXT_2constant 
public static const DEFINE_TEXT_2:String = "DefineText2"
DEFINE_VIDEO_STREAMconstant 
public static const DEFINE_VIDEO_STREAM:String = "DefineVideoStream"
DO_ABCconstant 
public static const DO_ABC:String = "DoABC"
DO_ACTIONconstant 
public static const DO_ACTION:String = "DoAction"
DO_INIT_ACTIONconstant 
public static const DO_INIT_ACTION:String = "DoInitAction"
ENABLE_DEBUGGERconstant 
public static const ENABLE_DEBUGGER:String = "EnableDebugger"
ENABLE_DEBUGGER_2constant 
public static const ENABLE_DEBUGGER_2:String = "EnableDebugger2"
ENDconstant 
public static const END:String = "End"
EXPORT_ASSETSconstant 
public static const EXPORT_ASSETS:String = "ExportAssets"
FILE_ATTRIBUTESconstant 
public static const FILE_ATTRIBUTES:String = "FileAttributes"
FRAME_LABELconstant 
public static const FRAME_LABEL:String = "FrameLabel"
IMPORT_ASSETSconstant 
public static const IMPORT_ASSETS:String = "ImportAssets"
IMPORT_ASSETS_2constant 
public static const IMPORT_ASSETS_2:String = "ImportAssets2"
JPEG_TABLESconstant 
public static const JPEG_TABLES:String = "JPEGTables"
METADATAconstant 
public static const METADATA:String = "Metadata"
PLACE_OBJECTconstant 
public static const PLACE_OBJECT:String = "PlaceObject"
PLACE_OBJECT_2constant 
public static const PLACE_OBJECT_2:String = "PlaceObject2"
PLACE_OBJECT_3constant 
public static const PLACE_OBJECT_3:String = "PlaceObject3"
PROTECTconstant 
public static const PROTECT:String = "Protect"
REMOVE_OBJECTconstant 
public static const REMOVE_OBJECT:String = "RemoveObject"
REMOVE_OBJECT_2constant 
public static const REMOVE_OBJECT_2:String = "RemoveObject2"
SCRIPT_LIMITSconstant 
public static const SCRIPT_LIMITS:String = "ScriptLimits"
SET_BACKGROUND_COLORconstant 
public static const SET_BACKGROUND_COLOR:String = "SetBackgroundColor"
SET_TAB_INDEXconstant 
public static const SET_TAB_INDEX:String = "SetTabIndex"
SHOW_FRAMEconstant 
public static const SHOW_FRAME:String = "ShowFrame"
SOUND_STREAM_BLOCKconstant 
public static const SOUND_STREAM_BLOCK:String = "SoundStreamBlock"
SOUND_STREAM_HEADconstant 
public static const SOUND_STREAM_HEAD:String = "SoundStreamHead"
SOUND_STREAM_HEAD_2constant 
public static const SOUND_STREAM_HEAD_2:String = "SoundStreamHead2"
START_SOUNDconstant 
public static const START_SOUND:String = "StartSound"
START_SOUND_2constant 
public static const START_SOUND_2:String = "StartSound2"
SYMBOL_CLASSconstant 
public static const SYMBOL_CLASS:String = "SymbolClass"
TAG_NAMES_BY_VALUEconstant 
public static const TAG_NAMES_BY_VALUE:Array
UNKNOWNconstant 
public static const UNKNOWN:String = "Unknown"
VIDEO_FRAMEconstant 
public static const VIDEO_FRAME:String = "VideoFrame"