TagInfo(const String& fileUrl, int tagType, int tagOffset, int tagLength, int tagDataOffset);
TagInfo constructs the tag information of SWF tag being loaded.
Parameters |
Description |
const String& fileUrl |
Name of the file that contains the SWF tag being loaded. |
int tagType |
Type of the tag. |
int tagOffset |
Offset of the tag in the file. |
int tagLength |
Length of the tag in the file. |
int tagDataOffset |
Offset to the data portion of the tag in the file. |