PlaceObject2
Tag InfoTag Number: 26 Tag Type: Define Tag Flash Version: 3 Tag Structure: struct swf_placeobject2 { /* and swf_placeobject3 */swf_tag f_tag; /* 26 or 70 */ /* NOTE: the following flags can be...
View ArticleSWF Matrix (swf_matrix)
SWF Structure InfoTag Flash Version: 1 SWF Structure: struct swf_matrix { char align; unsigned f_has_scale : 1; if(f_has_scale) { unsigned f_scale_bits : 5; signed fixed f_scale_x : f_scale_bits;...
View ArticleSWF Gradient Record (swf_gradient_record)
SWF Structure InfoTag Flash Version: 3 SWF Structure: struct swf_gradient_record { if(f_tag == DefineMorphShape || f_tag == DefineMorphShape2) { unsigned char f_position;swf_rgba f_rgba; unsigned...
View ArticleSWF Any Filter (swf_any_filter)
SWF Structure InfoTag Flash Version: 8 SWF Structure: /* the filter type */ struct swf_filter_type { unsigned char f_type; }; struct swf_filter_glow { swf_filter_type f_type; /* 0, 2, 3, 4 or 7 */...
View ArticleSWF Button (swf_button)
SWF Structure InfoTag Flash Version: 1 SWF Structure: struct swf_button { char align; unsigned f_button_reserved : 2; if(version >= 8) { unsigned f_button_blend_mode : 1; unsigned...
View ArticleAppendix A — The geometry in SWF — Matrix
The coordinates are often transformed with the use of a matrix. The matrix is similar to a transformation matrix in Postscript. It includes a set of scaling factors, rotation angles and...
View ArticleAppendix A — The geometry in SWF — Edges
Edges are used to define a shape vector based and also coordinates where images need to be drawn. The edges are always coordinates from where ever your last point was to where ever you want the next...
View ArticleAppendix A — The geometry in SWF — Images
When appropriate, images can also be included in SWF files. All the images can be full color and also have an alpha channel.read more
View ArticleAppendix B — History of the SSWF reference
Dec 2, 2009Moved the monolithic documentation to a multi-page hierarchical document that includes everything we had before plus many links, many terms attached to all pages (tags, English words.) And...
View ArticleDefineScalingGrid
Tag InfoTag Number: 78 Tag Type: Define Tag Flash Version: 8 Tag Structure: struct swf_definescalinggrid {swf_tag f_tag; /* 78 */ unsigned short f_button_id_ref;swf_rect f_rect; };This definition...
View Article