Archive for the 'Flash' Category

FC64 Interview

Saturday, September 16th, 2006

The fine folks at gotoandplay.it recently interviewed Darron and me about FC64 - what it’s about, how we did it, and what our plans are. Go check it out!

FC64 wins Flashforward Film Festival

Friday, September 15th, 2006

Darron already blogged it: FC64 won Flashforward Film Festival in the Technical Merit category. Ohhh yeah!

I promised i show you the FC64 trailer that was shown at the ceremony, so here it is:

http://codeazur.com.br/stuff/fc64_final/flashforward/

ZIP it up!

Friday, September 15th, 2006

Did you ever write an image gallery or a game in Flash? Did it bother you to write rather complicated load queues to load lots of small files such as image thumbnails or game assets like tiles? Are you working with big text files and need a reliable way to compress/uncompress them to save valuable bandwidth?

I’m proud to announce FZip, a cute little Actionscript 3 class i’ve been working on together with Max Herkender that enables you to load standard ZIP archives and extract contained files while the archive is still loading.

It’s like television but nicer

Wednesday, September 13th, 2006

Probably the most useful mashup application ever made:

http://www.neave.tv/

Aggregates Flash video from the various video sites out there (YouTube, Google, etc) and plays it back seamlessly and fullscreen. Throw your TV out the window, sit back, watch and relax.

Real Coders do Assembly

Wednesday, August 23rd, 2006

So our Flash Commodore 64 emulator project, FC64, got nominated for the Flashforward Film Festival recently (read my previous post). The 60 finalists are given the opportunity to submit a 45 second trailer showcasing the work, that will be shown live in front of 1000 people at the ceremony.

I won’t spoil it so i won’t show the trailer here (you gotta wait until after the Flash Film Festival ceremony or better yet attend it to see it). What i can do though is - in the spirit of open source - show you the source code

FC64 is a Flashforward Film Festival Finalist!

Tuesday, July 25th, 2006

That’s awesome! FC64, our Commodore C64 emulator for Flash Player 9, is a Flashforward Film Festival Finalist in the Technical Merit category! Whoohoo! Please vote for FC64 in the People’s Choice voting! Thanks a lot!

YouOS

Monday, July 24th, 2006

Now imagine if this was based on Flash Player 9 and powered by a sane, standards compliant framework.

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.

DENG and OpenLaszlo

Sunday, March 19th, 2006

Inspired by a user i wrote a proof of concept DENG proxy today, to be used in OpenLaszlo applications.