Category Archives: Actionscript

Using mercurial with eclipse to edit actionscript files on os x

We have recently switched to use mercurial as our DVCS. We’re hosting our many repositories on bitbucket. I love it. When it comes to actionscript files, flash has always had odd newlines. For some reason, it has always used \r … Continue reading

Posted in Actionscript, Programming, Work | 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