Monthly Archives: March 2007
Flash Framework List
Nothing gets my ire up like people throwing around the terms ‘Design Patterns’ and ‘Frameworks’ in some way believing that these improve day to day activities of a great majority of Flash projects. In some larger projects with an extremely … Continue reading
Super Simple Broadcaster (AS2/AS3 Flash)
Here’s one I use when I don’t need any fancy broadcasting in my work. I’m kind of partial to simple code to solve problems that integrates easily. Here’s the AS3 as file
Audio Spectrum Noise Painter
I was thinking while fixing some audio that Adobe’s new sound tool Soundbooth was pretty darn good (labs.adobe.com). Only thing I really wish, is that I could paint in the audio spectrum using Photoshops tools and take out hisses and … Continue reading
Flash funkiness in IE with Stage.width and SWFObject
DIV tag replacement seems like a good idea, but in IE it is problematic. With some javascript embed libraries like SWF object you swap a DIV with flash content instead of redirecting to a new page if the user doesn’t … Continue reading
Apollo File Filter and rename app
Here’s some sample code for those trying out Adobe Apollo (Application wrapper for Adobe Flash and Javascript code) – a simple application to allow you to keep every nth file from an image sequence and creates a subdirectory where it renames the files … Continue reading