Archive for February, 2008

Building an SWC library using the Flex 3 SDK

Wednesday, February 20th, 2008

So the other day i was trying to build the AsWing library with the Flex SDK. Sadly, i failed miserably. I didn’t even know where to start. How do you feed all the files into the compiler? What command line switches to use? So after reading basically every piece of documentation that Adobe has to [...]

Yay, Bubbles!

Thursday, February 14th, 2008

Nothing special, yet fun, somehow. Control the direction and speed of the bubbles with the mouse. YAY \o/ Leftclick to start/stop. edit: Make sure you got the latest version of the Flash runtime (9,0,115,0)!

Short filenames based on weighted curve

Tuesday, February 12th, 2008

Here is a small function that will shorten a filename based on a weighted curve. I used a simple sine curve given the start and end of the filename the highest weights.

TimedForEach Class

Thursday, February 7th, 2008

I ran into some trouble today with batch processing some files. I am processing a set of files, but it is possible that some of the supplied files are invalid. In that case i want to be able to pop up a messagebox and ask the user if he wants to retry, ignore or abort. [...]

MessageBox Class for AsWing

Friday, February 1st, 2008

I lately commited a new class to the AsWing Kit SVN. It enables you to display simple message boxes in AsWing based ActionScript applications. The class was modeled after the Windows API function MessageBox(). The repository can be accessed through http://svn.aswing.org/aswingkit