My favorites | Sign in
Project Logo
                
Blogs:
Feeds:
People details
Project owners:
  killme2008

swf util is a lightweight tool to read swf header、compress/decompress swf for Ruby.It is implemented in pure ruby.

Example:

require 'rubygems'
require 'swfheader'
header=SwfUtil.read_header("test.swf")

header.inspect

header.version

header.frame_rate

header.width
...








Hosted by Google Code