Define raw data for scenes and frames.
struct swf_definesceneandframedata { swf_tag f_tag; /* 86 */ unsigned char f_data[tag size]; };
This tag is used to define some raw data for a scene and frame. It is often used to include XML files in Flash animations.
f_data is an array of bytes.
Comments
Post new comment