Category Archive: Flash

Creating Sortable Flash MP3 Playlist in Actionscript 3

I’m using XML for play list data base. The easiest way to sort you play list data is by using flash built-in data grid, but that would increase your swf file for about 100kb. The other way is by storing your XML play list data base to an Array then use the sortOn() method. Bookmark …

Continue reading »