
Dave Thompson created a new address book example that uses the new SQLAlchemy adapter that was added in the latest release of PyAMF. PyAMF provides Action Message Format (AMF) support for Python, mainly used in the Adobe Flash Player for RPC communication.
You can browse or download the source from the Subversion repository. You can find instructions on how to run the example yourself on the documentation page.
Archive for the ‘AMF3’ Category
SQLAlchemy and Flash: Addressbook example
Monday, March 16th, 2009Twisted Guestbook Example
Saturday, April 12th, 2008Socket example
Sunday, January 13th, 2008The Socket class enables Actionscript to make socket connections and to read and write raw binary data. This example shows how to:
ByteArray example
Thursday, January 10th, 2008We have created a simple PyAMF example for the ByteArray class in ActionScript which provides methods and properties to optimize reading, writing, and working with binary data. The PyAMF equivalent of this class is also called ByteArray that provides the same basic functionality. (more…)