ProgressHandler::TagInfo

ProgressHandler::TagInfo
struct TagInfo {
  String FileUrl;
  int TagType;
  int TagOffset;
  int TagLength;
  int TagDataOffset;
};
Description

TagInfo describes the SWF tag being loaded.

Data Members
Data Member 
Description 
Name of file which the information is related to. 
Length of SWF tag in a file. 
Offset to the SWF tag in the file. 
Type id of the SWF tag in the file. 
Offset to the data portion of a SWF tag in the file. 
Methods
Method 
Description 
Constructs the tag information of SWF tag being loaded. 
File

GFx_Loader.h