My Project
Public Member Functions | Public Attributes | List of all members
ParaEngine::SWFHeader Struct Reference

flash SWF header Signature UI8 Signature byte always ¡®F¡¯ Signature UI8 Signature byte always ¡®W¡¯ Signature UI8 Signature byte always ¡®S¡¯ Version UI8 Single byte file version (e.g. More...

#include <FlashTextureManager.h>

Public Member Functions

 SWFHeader (CParaFile &in)
 

Public Attributes

byte Signature [3]
 
byte Version
 
DWORD fileLength
 
SWFRect frameSize
 
short frameRate
 
short frameCount
 

Detailed Description

flash SWF header Signature UI8 Signature byte always ¡®F¡¯ Signature UI8 Signature byte always ¡®W¡¯ Signature UI8 Signature byte always ¡®S¡¯ Version UI8 Single byte file version (e.g.

0x04F for SWF 4) FileLength UI32 Length of entire file in bytes FrameSize RECT Frame size in twips (1/20 pixels): A twip is defined as being 1/1440 of an inch FrameRate UI16 Frame delay in 8.8 fixed number of frames per second FrameCount UI16 Total number of frames in movie


The documentation for this struct was generated from the following file: