Original Post

Version 1.1 changes

Version 1.2 changes

Version 1.3 changes

Download

Simple usage example:

public static void Main() 
{			
	SWFHeaderInfo s = new 	SWFHeaderInfo("C:\\Development\\SWFHeaderInfo\\test.swf");
	Console.WriteLine(s.Status);
	if (s.Status == "OK") 
	{
		Console.WriteLine("Version: " + s.Version);
		Console.WriteLine("Length: " + s.Length);
		Console.WriteLine("xMin: " + s.xMin); // always 0
		Console.WriteLine("xMax: " + s.xMax); // width
		Console.WriteLine("yMin: " + s.xMin); // always 0
		Console.WriteLine("yMax: " + s.yMax); // height
		Console.WriteLine("FrameRate: " + s.FrameRate);
		Console.WriteLine("FrameCount: " + s.FrameCount);
		Console.WriteLine("Compressed: " + s.Compressed);
	}
	
	// keep the input on the screen
	Console.Read();
}

Discussion

BeckyMILES19, 2011/08/21 09:55
Every one admits that life is high priced, but different people need money for various issues and not every person gets big sums cash. So to receive quick <a href="http://bestfinance-blog.com">loan</a> and just credit loan would be a correct solution.
Enter your comment
 
 
swfheaderinfo.txt · Last modified: 2005/07/16 10:49 (external edit)
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki