After about a few days of messing with loading id3 tags into flash I have come to find out that you can only use a id3’s from a loaded mp3, if the mp3 is a event. Ok no problem, my problem now is how would I add a preloader to show the percent loaded of the audio? So far this is my code see below, the id3 information is loaded into a dynamic textbox with the instance name info. How would I add a preloader to the income mp3? Also the code below is set on a button, and not on a frame if that helps any.
what about equalizer-like displays? Running the mp3 through swiftMP3 will give you that and amost immediately accessible ID3 tags. That or store the tags in a text file or xml and load that in to get the tags and song url instead of relying on the song url (file) itself. It might be a little more work but if you’re not dealing with 100+ in and out songs, its most likely more than worth it.