Category // AS3


Project Sprouts and Continous Integration

posted by by David Linse on November 20, 2011 at 6:47 pm

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 # Compile the ci swf mxmlc “bin/#{project}_ci.swf” => :asunit4 do |t| t.input = “src/XMLRunner.as” t.source_path [...]


Tweaking Flash (CS5) – Duplicate Symbol Dialog

posted by by David Linse on August 9, 2011 at 8:39 pm

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


How to send or receive data JSON encoded data from flash to a server-side-script

posted by by David Linse on December 7, 2010 at 6:42 pm

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..