my app lets user drag songs to add them. I was wondering how can i make sure that the files user dragged are actually music files and are playable? i can use loadedmetadata event but how would i know when a file does not get loaded so that i can discard it?
i remember readng about an event that would tell if the file is playable. I googled a lot but couldn't find it, maybe my mind is making things up.. so how can i know weather a file is playable? checking file extension is an option but i would like to make it platform independent and different platform plays different files.