This class is meant to parse the header of Shockwave Flash animation files (.swf) to extract metadata information like the width and height of animation, compression status and uncompressed size, frame rate and total number of frames.
This class parses Flash files using only PHP code, so no special extension is necessary.
Supports both, compressed and uncompressed SWF Flash movies
This class can generate HTTP response and HTML page headers.
It can generate HTTP response headers for several purposes like avoiding page caching, force downloading files, or add any arbitrary headers.
The class can also generate HTML for the page head section for several purposes like including CSS or JavaScript files, defining the document type, add meta tags to define page keywords, description, rating, content type, character set, page title, shortcut icon, etc..