views:

54

answers:

1

Is there a way to read an mp3's metadata using javascript for playing with the element?

+2  A: 

Yes you can, and I was suprised to see you can! http://blog.nihilogic.dk/2008/08/reading-id3-tags-with-javascript.html

There is source code and examples on that page.

Tom Gullen