Category Archives: howto

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

RCov::VerifyTask “threshold” auto-update monitor

Keep the threshold of an RCov::VerifyTask up-to-date using a log file.

Continue reading
Posted in experiments, howto, ruby | Tagged , , , | Leave a comment

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

Mustek 600/1200 CU on OSX 10.5

How to get an aged usb-flatbed-scanner up and running on OS X.

Continue reading
Posted in howto | Tagged , , | 3 Comments

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