FMS 3.5 - Get ID3 info from a mp3 file
I'm trying to get the ID3 info from a mp3, but at the moment, with no success.
I use ns.play("mp3:"+myFileName) to play the mp3, and everything goes ok, but i have no id3 info. The methods onMetaData or onID3 dont receive nothing.
If i try to use ns.play("id3:"+myFileName), i receive an "stream not found" message in the netStatus method.
Any ideas ?
Thanks in advance.
Fede.
