Table of Contents
Examples
Collection of Adobe® Flash® and Python examples for PyAMF.
The compressed file containing all the examples can be downloaded here.
All examples can also be found in the Subversion repository: http://svn.pyamf.org/examples/trunk
General
| Hello World | The classic example |
| Authentication | Using authentication for AMF applications |
| Simple Example | A stripped down example showing object passing across AMF channels |
| RemoteObject | How to configure a RemoteObject for use with PyAMF without relying on remoting-config.xml |
Actionscript
| Python Shell | Flex interface for interactive Python shell access using Django |
| Ohloh API | Grab account information from the Ohloh API using Python and Flex |
| GeoIP | Add geolocation information to Flex applications with the GeoIP APIs |
| ByteArray | Using the ByteArray class with Django and Flex |
| Addressbook | Using SQLAlchemy and Flex to create an addressbook |
| Binary Socket | Using the Socket ActionScript™ 3.0 class with Twisted |
| Local Shared Object | Browse your local SharedObject files using a Flex application |
| Guestbook | Simple guestbook application using Twisted, MySQL and Flex |
| Echo Test | Simple client/server example that returns any received AMF data structures back to the client |
| RecordSet | How to use RecordSet and SQLAlchemy with ActionScript™ 2.0 |
Python
| AMF Client | Making service requests to an arbitrary Python Remoting gateway |
| Django | Getting started with AMF for Django |
| Pylons | Setting up an AMF Remoting gateway in a Pylons project |
| CherryPy | Configure a AMF Remoting gateway for CherryPy web servers |
| Twisted | Creating AMF Remoting gateways with Twisted |
| Google App Engine | Run your PyAMF applications on Google's infrastructure |
| Jython | Setting up an AMF server and client using Jython with Swing |
| SQLAlchemy | Using SQLAlchemy with PyAMF |
| Stackless Python | Remoting gateway with Stackless Python and Twisted |
| Buildbot | Query build results from AMF applications with the gateway for Buildbot |
| TurboGears | Using PyAMF with TurboGears2 (needs doc patch) |
| Web2PY | Creating Flash RPC applications using Web2PY |
| SharedObject | Read and write Adobe Flash Player's cookie files with Python |
Apache
| mod_python | Using your application with the Apache webserver and mod_python |
| mod_wsgi | Run your application on the Apache webserver with mod_wsgi |
