Flash Remoting in Python?

Brett g Porter bgporter at artlogic.com
Thu Sep 11 20:40:07 EDT 2003


Dave Benjamin wrote:
> 
> Another way to set up an RPC interface between Flash and Python would be to
> use plain old HTTP GET/POST, with either urlencoded key-value pairs or WDDX
> as a serialization format. (PyXML supports WDDX, as does PHP, as does Flash
> if you Google around for the wddx.as script).
> 
We've been using this XML-RPC library for Flash 
http://members.netmadeira.com/killer/xmlrpc/

...and have found that it serves our needs just fine.





More information about the Python-list mailing list