Archive for the 'Nerd News' Category

Category Cleanup

Tuesday, August 7th, 2007

I’ve added an AS 2.0 category and an Other Classes category in Flash Source. From here on out (because I don’t want to go back and edit all my posts’ categories) I will post classes that others make in Other Classes and my own in My Classes. I will also tag them as […]

FAVideo

Monday, July 30th, 2007

Grant Skinner and Adobe have teamed up to create an FLV player in Ajax. Basically, this allows you, through external interface, to control video and broadcast/react to events in Ajax just like you would inside of Flash. You can read more about it on Grant’s site.

Desuade Partigen

Monday, July 30th, 2007

Desuade has finally released Partigen, the particle emitting extension for Flash.  You can see a bunch of examples, read the documentation, etc on their site.

Critical Twease Update

Friday, July 27th, 2007

If you downloaded Twease, you need to download this update which has some critical bug fixes to core engine parts.

To Code or Not To Code?

Saturday, July 14th, 2007

Yes, I ripped that title and this whole post from Ryan Taylor’s blog.  Actually, just go over to his blog to read it.  Pretty good post about what’s happening to people in the industry.
At my job, there is definitely a divide between designers and coders that we are desperately trying to close.  This I think […]

Become A Flash Rockstar!

Thursday, July 12th, 2007

Flashmagazine posted an article with 5 tips on becoming a Flash Rockstar.  It’s written by Andrew Brown who is a recruiter so it gives you a pretty good idea of what kind of qualities recruiters are looking for when they are staffing.  A lot of these tips are things I usually tell people who ask […]

SWF Encrypt

Wednesday, July 11th, 2007

Amayeta recently released SWF Encrypt for OSX.  I don’t ever really obfuscate my SWFs because I write a lot of open source code anyway, but if you’re into that sort of thing, knock yourself out.
Another reason I don’t obfuscate is because sometimes I do stuff like accidentally delete my own work and have to decompile […]

ForX 0.6a

Monday, July 9th, 2007

ForX (Forumlated XML, pronounced “forks”) is an E4X style XML manipulator class in AS2.  There is no official page for it, but you can grab the zip and PDF developers guide here.

Effector

Monday, July 9th, 2007

Mirko Fisic has created a really cool utility he calls Effector. It’s a class that allows you to do pretty neat text effects for transitioning your text in and out. You can see a preview here and download the classes here.
It is currently written in AS2 and uses Tweener to work, but Tweener […]

StageManager Update 2

Monday, July 2nd, 2007

Just a small update again as I didn’t like using the onResize method outside of the class so I converted it back to being private and made an init method to call to fix the FireFox bug.  It’s not at a whopping version 1.2 and the latest and greatest is updated in the zip below.  […]