Category Archives: AS3
Project Sprouts and Continous Integration
This is more a reminder to myself rather than a complete post because it took me a while to figure it out. Updated the gems of AsUnit4 as well as the sprout-flashsdk from their repository. # rakefile.rb ############################## # CI … Continue reading
Tweaking Flash (CS5) – Duplicate Symbol Dialog
If you don’t like the name proposal of the “duplicate symbol” dialog here’s a way to change it..
Continue readingHow to send or receive data JSON encoded data from flash to a server-side-script
As contributor in some flash-related forums i noticed, that a lot of people are asking the same question over and over again.
How to send or receive JSON-encoded data from flash to a server-side-script.. ?
So i wrote this little tutorial..
Continue readingComparing Objects using JSON in AS3
An experiment about comparing Objects using a JSON-encoded string.
Continue reading