===== flashticle ===== flashticle is a MIT licensed Python 2.4 library implementing various Macromedia Flash related data formats and protocols. flashticle is sponsored by [[http://mochimedia.com|Mochi Media, LLC]]. ===== Features ===== The following formats are currently supported: * [[documentation:amf|AMF]]: Action Message Format * [[documentation:amf:envelopes:sharedobject|SOL]]: Local SharedObject files * [[flv|FLV]]: Flash Video * [[swf|SWF]]: Flash (partial support) There is also a prototype [[amf:envelopes:remoting|Flash Remoting]] gateway implementation for [[http://turbogears.org/|TurboGears]] (that could be trivially adapted to raw [[http://cherrypy.org/|CherryPy]]) in flashticle.turbogateway (see also: [[http://svn.red-bean.com/bob/turbogatewaydemos/trunk/|turbogatewaydemos]]). ===== Download ===== Release Status: Available from subversion only. Installation via [[http://peak.telecommunity.com/DevCenter/EasyInstall|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: * [[http://svn.red-bean.com/bob/flashticle/trunk|flashticle subversion respository]] * [[http://osflash.org/mailman/listinfo/flashticle_osflash.org|flashticle mailing list]] * [[http://undefined.org/python/#flashticle|flashticle home page]] * [[http://bob.pythonmac.org/archives/category/python/flashticle/|flashticle blog entries]] * [[http://cheeseshop.python.org/pypi/flashticle|Python Cheese Shop: flashticle]]