Category Archives: flash

Django compatible PyAMF test client

While working on a project using PyAMF today, i was about to write a unittest of a service method, when I realized that it would be harder than necessary to make unittests of the service. The cause of this is, … Continue reading

Posted in Django, Programming, Python, Work, flash | Tagged , , , | 1 Comment

Actionscript 3 – posting XML data with URLLoader

So, you want to POST some XML data to a web service. Let’s for the fun of it say, that we would like to POST the following piece of XML to a PHP script: 1 <request command="run-command" />

Posted in Actionscript, Programming, Work, flash | 2 Comments