enum SWFFlagConstants { SWF_Compressed = 0x0001, SWF_Stripped = 0x0010 };
SWFFlagConstants define bit meanings for the Flags field. These flags can also be obtained through the MovieDef::GetSWFFlags method.
Members |
Description |
SWF_Compressed = 0x0001 |
Indicates that SWF/GFx file is compressed internally. |
SWF_Stripped = 0x0010 |
Indicates that the movie came from a stripped GFx file. |
GFx_Loader.h