SWF-layer

Detail information about the SWF-tags please see "SWF file format specification" at the official site Adobe.com.

SWF

<SWF [XMin YMin] XMax YMax FPS Version SystemCoord [Compressed]>
Root node for SWF-layer
Item Type Required Default value Description, remark
XMin int   0  
YMin int   0  
XMax int +    
YMax int +    
FPS float +    
Version int +    
SystemCoord string +   Twips|Pix
Compressed bool   true  

Basic Data Types

Matrix

<Matrix [X] [Y] [ScaleX ScaleY] [SkewX SkewY] />
Parent node: PlaceObject, PlaceObject2, LinearGradient, RadialGradient, FocalGradient, TileBitmap, ClipBitmap, NonSmoothTileBitmap, NonSmoothClipBitma, DefineText, DefineText2, DefineButtonCxform, ButtonRecord
Item Type Required Default value Description, remark
X int   0  
Y int   0  
ScaleX float      
ScaleY float      
SkewX float      
SkewY float      

ColorTransform

<ColorTransform [Alpha] [[AddR] [AddG] [AddB] [AddA]] [[MultR] [MultG] [MultB] [MultA]]>
Parent node: PlaceObject, PlaceObject2, ButtonRecord
Item Type Required Default value Description, remark
Alpha bool   false  
AddR int   0  
AddG int   0  
AddB int   0  
AddA int   0  
MultR int   256  
MultG int   256  
MultB int   256  
MultA int   256