Tag Archive for 'model'

05
Mar

Displaying a dynamically loaded MP3 file’s ID3 information in Flex

The following example shows how you can dynamically load an MP3 file into Flex using the Sound class and get the MP3 file’s ID3 information using the id3 event (Event.ID3) and the Sound object’s id3 property.

Full code after the jump.

Continue reading ‘Displaying a dynamically loaded MP3 file’s ID3 information in Flex’