Re: Get title from mp3 stream

2018-06-24 Thread leokan23
After some research, Radio Streams don't use ID3 so this is why there is no trigger. Depending on their server (icecast or shoutcast) they use a different type of metadata. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Get title from mp3 stream

2018-06-21 Thread leokan23
It looks like I have the same issue. Although my stream comes with the info, the ID3 event is never triggered. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Get title from mp3 stream

2018-04-21 Thread agm65
Thx for your answer. I do the same right now. Get the data from an api. But i'll check the stream. Thx alot! -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Get title from mp3 stream

2018-04-17 Thread agm65
Hi all, i want to get the tile of the songs playing on mp3 stream: it seems that the onID3InfoReceived is not fired, any ideas how to get the titles? private var req:URLRequest; private var context:SoundLoaderContext = new SoundLoaderContext(8000); private var s:Sound; private var