Posts Tagged ‘Actionscript’
Compressed, High-Performing Animations in Flash
Monday, November 16th, 2009Multimedia applications often have interactive elements based on video. The Flash Video data used for such scenes is compressed but processor intensive. I discuss a solution that decompresses the data on the client side, in order to enhance display performance.
ActionScript Performance Testing
Wednesday, November 4th, 2009Unlike Javascript, ActionScript usually runs on the same engine (the AVM). This makes specific performance tests worthwhile, in order to compare different code execution speeds. I start a Wiki, where I document such tests and display my results.
Xpath Library for Actionscript 2 Updated
Thursday, November 8th, 2007I took over hosting an abandoned open source project for Flash that allows XML access using Xpath. I also fixed some known bugs and included code optimizations.
