I’ve updated the JSON encoder/decoder to correct a long-standing bug where it couldn’t read decode what was encoded by it because object keys where wrapped in quotes. You can download the updated zip here.
Just came back from a week’s vacation in fabulous Quebec City, and glad to share this second draft of the AS2 to AS3 converter. Try it here, download it here.
Since the first version of the converter was quite well-received, I figured I’d revamp the actionscript parser portion of the class to get it beyond a […]
After yesterday’s heated discussion as to the actual usefulness of an AS2 to AS3 converter, I decided to implement some of the features in laundry list to see if I could get something actually useful. You can test it live here. You can download the PHP source here. The source includes convert.php, which expects two […]
I’ve started to work a bit in AS3 and I will have to eventually convert an AS2 to project to AS3, which, considering it has over 100 classes already done, is going to be a major pain. So I thought of making a quick preprocessor converter that would take care of the most obvious and […]
I’ve started working on amfphp 2 and if there is one thing I hate about amfphp it is certainly writing that darn methodTable. Now with amfphp 1.2 I’ve made it so it’s possible to generate the method table from the service browser, thanks to Christophe Herreman’s MethodTable class. I still hate the fact that methodTable […]