11
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 2 days ago.
Posted over 17 years ago by Thijs Triemstra
We created a Guestbook Example to demonstrate a full featured application using Flex, Twisted, and PyAMF of course. Check it out after the jump! You can browse or download the source from the Subversion repository. You can find instructions on how to run the example yourself on the wiki page.
Posted over 17 years ago by Thijs Triemstra
After Google’s announcement on Monday we received a lot of questions about running PyAMF on the Google App Engine so we decided to start working on a tutorial. This is a work in progress and might require some updates to the library. We’re also planning on setting up a demo site on our appspot but [...]
Posted over 17 years ago by Thijs Triemstra
Thanks to Louisa Cheung!
Posted over 17 years ago by Thijs Triemstra
PyAMF is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format.AMF3 and RemoteObject are supported in all the implemented Remoting gateways, currently compatible with Django, Twisted, TurboGears 2, Web2Py and WSGI.
Posted almost 18 years ago by Thijs Triemstra
PyAMF is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format. This is a bugfix release with the following changes: AMF3 encoder reported incorrect byte length header for non-ASCII ... [More] string data. Patch supplied by akaihola. (Ticket:194) Decoder context not cleared between reading the remoting header and body. Reported by gerard. [...] [Less]
Posted almost 18 years ago by Thijs Triemstra
After more than a 1000 commits, 190 tickets and 375 unit tests, we release PyAMF 0.1 Final. Enjoy! PyAMF is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format. A summary of ... [More] updates and changes in this release: expose_request per service control vastly improved (Ticket:169) Authentication per service [...] [Less]
Posted almost 18 years ago by Thijs Triemstra
We are pleased to announce the beta version of PyAMF. PyAMF is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format. A summary of new features features and improvements in this ... [More] release: Implemented Local Shared Object (LSO) ByteArray now implements DataInput and DataOutput instead of StringIOProxy remoting.client mostly fully supports the predefined [...] [Less]
Posted almost 18 years ago by Nick Joyce
Posted almost 18 years ago by Nick Joyce
In this tutorial, I’ll run through how to get a remoting server setup that deals with authentication. I’ll assume that you already have the latest version of PyAMF installed (at the time of writing, 0.1b is the most recent version). I am going to build a WSGI remoting gateway, but you can use the principles applied [...]
Posted almost 18 years ago by Thijs Triemstra
The Socket class enables Actionscript to make socket connections and to read and write raw binary data. This example shows how to: use the Twisted framework and PyAMF to create a socket server create a connection with the socket server using Flex ... [More] and Actionscript send the system time from Python to the Flash Player as Actionscript Date object, [...] [Less]