Table of Contents
Hello World
The basic Hello World examples show how to use PyAMF with other AMF clients and servers.
- Connect to a remote PyAMF service
- Invoke a Python function exposed by the service
- Handle the result, or possibly the error, that the function returns
Examples
You can use the examples below with the helloworld example server.
Actionscript
Actionscript examples are available for:
- Flex 2 or newer -- MXML/Actionscript 3.0
- Flash CS3 -- Actionscript 3.0
- Flash MX 2004 and Flash 8.0 -- Actionscript 2.0
- Flash Media Server -- Server-Side Actionscript
- Flash MX and Flash MX 2004 -- Actionscript 1.0
Python
Python examples are available for:
- httplib -- Python AMF client
