Groups | Blog | Home
all groups > macromedia flash flashcom > february 2005 >

macromedia flash flashcom : reading ID3 tags???



egorlebowski
2/23/2005 10:12:03 PM
Has anyone been able to successfully read the ID3 tags of an MP3 file streamed
through the comm server?

According to MM documentation, I should be able to do this ( nc is the
NetConnection object -this has been created successfully):

var stream:=new NetStream(nc);

var idTags= new NetStream(nc);

stream.play("mp3:myMP3"); // this works fine

idTags.play("id3:myMP3");

idTags.onId3=function(info){
for(i in info){
trace(ID3: "+i+" "+info);
}
}

The trouble is that I get a "There is no property with the name 'onId3'" error
when I try to compile...

Anyone have any ideas?



jamezw
2/24/2005 3:35:58 PM
Anais
3/4/2005 10:16:33 PM
AddThis Social Bookmark Button