Tag Archive for 'id3info'

05
Mar

Displaying a dynamically loaded MP3 file’s ID3 information in Flex using the SoundEffect class

In a previous example, “Displaying a dynamically loaded MP3 file’s ID3 information in Flex”, we saw how to load an MP3 into Flex using the Sound class.

The following example shows you how you can dynamically load and play an MP3 in Flex using the SoundEffect class, and access the Sound object and it’s ID3 information.

Full code after the jump.

Continue reading ‘Displaying a dynamically loaded MP3 file’s ID3 information in Flex using the SoundEffect class’

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’