Table of Contents

flashticle

flashticle is a MIT licensed Python 2.4 library implementing various Macromedia Flash related data formats and protocols. flashticle is sponsored by Mochi Media, LLC.

Features

The following formats are currently supported:

There is also a prototype Flash Remoting gateway implementation for TurboGears (that could be trivially adapted to raw CherryPy) in flashticle.turbogateway (see also: turbogatewaydemos).

Download

Release Status: Available from subversion only.

Installation via Easy Install:

easy_install flashticle==dev

Installation via checkout:

svn co http://svn.red-bean.com/bob/flashticle/trunk flashticle
cd flashticle
python setup.py develop

Updating a checkout:

cd flashticle
svn up
python setup.py develop

Links

Important Notice: flashticle is not yet being hosted by osflash and sourcesecure, but will be moving there soon. In the meantime, you can access the Subversion repository here: