Archive for the 'AS3' Category

Innovation, or the lack thereof… W3C, anyone?

Tuesday, June 6th, 2006

I originally posted this on the OSFlash mailinglist, but i thought it would make a good blog post, so here it is. My vision of a next generation web application framework.

C64 Emulator for Flash Player 9

Monday, April 24th, 2006

I’m happy to finally be able to let the cat out of the bag. Darron Schall and myself have been working on a low level 6502/6510 emulator and, based on that, on a Commodore C64 emulator/simulator.

The emulator is completely written in Actionscript 3 and runs on Flash Player 9. It loads the original binary C64 Kernel ROMs at runtime, and executes them just like the original hardware would do.

AS3: Loading Class Libraries at Runtime

Friday, November 4th, 2005

The Flash Player 8.5 features a nifty API to dynamically load assets at runtime, using the flash.display.Loader and flash.system.ApplicationDomain classes. Let’s assume we have a package, test.c1, that we want to keep in a separate SWF and only load it into the main SWF when needed.