03.24.09 Posted in Actionscript, Video by admin
Stéphane Le Merre, a Flash Developer from the south of France, has written articles on his blog relating to accessibility on the Flash Platform. This article walks the reader through how to create subtitles for a Flash Video File (flv) and references an article I wrote a few years ago over on actionscript.org. Thanks for [...]
08.20.08 Posted in Actionscript by admin
This morning I read about the new rules regarding how to properly use FileReference.download() and FileReference.browse() in Flash Player 10 and quickly realised that this is going to impact one of my current projects. Adobe has heightened security around how these are used. Now they can only be called directly by a user interaction such [...]
07.08.08 Posted in Actionscript by admin
I’ve written a helper class for loading and monitoring resources which is based upon an AS3 library called Queueloader located at Google Code. My version is written in AS2 and has the following features: Individual monitoring Overall queue monitoring Image loading SWF loading MP3 loading I’ve tried to keep the syntax as close to the AS3 [...]