Flash has a finite amount of frames in any given SWF that can be compiled. 16,000 in fact. So how do you know if your streaming audio will fit in a single SWF file? The easiest thing is to put them in different SWF files and call them in one at a time or nest… Read more »
Flash audio problems in 10.0.45
June 18, 2010 at 10:01 am | Apple, blabbing, Flash, music, web.
If you have run across problems with Flash and audio exporting to MP3 you have come to the right place. Sadly I have become and expert in this over the past couple of weeks. The easy fix is of course to upgrade your Flash player. Since the Flash player in IE, Safari and FF for… Read more »
add leading zeros to a dynamic variable in Flash
January 19, 2010 at 12:48 pm | blabbing, Flash, Programming, web.
Found a great utility to help with little chores like this in Flash. http://casalib.org/ has made a nice Flash framework that you can use for AS 2.0 or 3.0 to do lots of stuff. Great DOCs section of the site as well that shows how each function works. I used the NumberUtil.format function to add… Read more »