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

Posted in AS3, howto, ruby | Tagged , | Leave a comment

Tweaking Flash (CS5) – Duplicate Symbol Dialog

If you don’t like the name proposal of the Flash CS5 “duplicate symbol” dialog here’s a way to change it..

Continue reading
Posted in AS3, howto, stuff | Tagged , , | Leave a comment

How 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 reading
Posted in AS3, howto | Tagged , , | Leave a comment

Comparing Objects using JSON in AS3

An experiment about comparing Objects using a JSON-encoded string.

Continue reading
Posted in AS3, experiments | Tagged , , | Leave a comment