Posts Tagged ‘Performance’
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.
