enum FileAttrFlags { FileAttr_UseNetwork = 0x0001, FileAttr_UseActionScript3 = 0x0008, FileAttr_HasMetadata = 0x0010 };
SWF 8 file attributes, returned by GetFileAttributes. These attributes are configured in Publish Settings and Document Properties dialogs of the Flash studio.
Members |
Description |
FileAttr_UseNetwork = 0x0001 |
Indicates that "Access Network only" was selected for an SWF file in publish settings for local playback security. |
FileAttr_UseActionScript3 = 0x0008 |
Indicates support for AS3. |
FileAttr_HasMetadata = 0x0010 |
Indicates that the file has embedded metadata, available through the GetMetadata method. |
GFx_Player.h