<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: ID3 Parser</title>
	<atom:link href="http://blog.ashier.com/2007/11/08/id3-parser/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ashier.com/2007/11/08/id3-parser/</link>
	<description>flash / flex / air development</description>
	<pubDate>Thu, 11 Mar 2010 19:57:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: chrisz</title>
		<link>http://blog.ashier.com/2007/11/08/id3-parser/#comment-1003</link>
		<dc:creator>chrisz</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/?p=15#comment-1003</guid>
		<description>Aha, OK

			private function onID3(event:ID3ParserEvent):void
			{
				//event.data
				trace("album: " + event.data.album);
				trace("artist: " + event.data.artist);
				trace("comment: " + event.data.comment);
				trace("title: " + event.data.title);
				trace("track: " + event.data.track);
				trace("lyrics: " + event.data.lyrics);
				trace("year: " + event.data.year);

			}

But how can i see the File URL from the Mp3 File -&#62; file///D:/mp3/test.mp3</description>
		<content:encoded><![CDATA[<p>Aha, OK</p>
<p>			private function onID3(event:ID3ParserEvent):void<br />
			{<br />
				//event.data<br />
				trace(&#8221;album: &#8221; + event.data.album);<br />
				trace(&#8221;artist: &#8221; + event.data.artist);<br />
				trace(&#8221;comment: &#8221; + event.data.comment);<br />
				trace(&#8221;title: &#8221; + event.data.title);<br />
				trace(&#8221;track: &#8221; + event.data.track);<br />
				trace(&#8221;lyrics: &#8221; + event.data.lyrics);<br />
				trace(&#8221;year: &#8221; + event.data.year);</p>
<p>			}</p>
<p>But how can i see the File URL from the Mp3 File -&gt; file///D:/mp3/test.mp3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrisz</title>
		<link>http://blog.ashier.com/2007/11/08/id3-parser/#comment-1002</link>
		<dc:creator>chrisz</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/?p=15#comment-1002</guid>
		<description>Hi,

how can i read the Artist in 'onID3' Event ?

You write only '//event.data'

--cHrIsZ</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>how can i read the Artist in &#8216;onID3&#8242; Event ?</p>
<p>You write only &#8216;//event.data&#8217;</p>
<p>&#8211;cHrIsZ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Ajax</title>
		<link>http://blog.ashier.com/2007/11/08/id3-parser/#comment-947</link>
		<dc:creator>Flex Ajax</dc:creator>
		<pubDate>Sat, 18 Oct 2008 17:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/?p=15#comment-947</guid>
		<description>Why would you use this over the sound method?

var s:Sound = new Sound();
s.addEventListener(Event.ID3, onID3InfoReceived);
var url:URLRequest = new URLRequest(file.url);
s.load(url);

private function onID3InfoReceived(event:Event):void {
    var id3:ID3Info = event.target.id3;
}</description>
		<content:encoded><![CDATA[<p>Why would you use this over the sound method?</p>
<p>var s:Sound = new Sound();<br />
s.addEventListener(Event.ID3, onID3InfoReceived);<br />
var url:URLRequest = new URLRequest(file.url);<br />
s.load(url);</p>
<p>private function onID3InfoReceived(event:Event):void {<br />
    var id3:ID3Info = event.target.id3;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://blog.ashier.com/2007/11/08/id3-parser/#comment-786</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Thu, 29 May 2008 14:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/?p=15#comment-786</guid>
		<description>Great Help, Thanks.</description>
		<content:encoded><![CDATA[<p>Great Help, Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashier de Leon</title>
		<link>http://blog.ashier.com/2007/11/08/id3-parser/#comment-762</link>
		<dc:creator>Ashier de Leon</dc:creator>
		<pubDate>Tue, 06 May 2008 01:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/?p=15#comment-762</guid>
		<description>ooops... nice find. Thanks</description>
		<content:encoded><![CDATA[<p>ooops&#8230; nice find. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Brown</title>
		<link>http://blog.ashier.com/2007/11/08/id3-parser/#comment-760</link>
		<dc:creator>Chris Brown</dc:creator>
		<pubDate>Mon, 05 May 2008 14:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/?p=15#comment-760</guid>
		<description>No worries, got it working.
For anyone else just add this to ID3Parser:

private var ID3Frames:Object = {GENRE:"TCON",ALBUM:"TALB",ARTIST:"TPE1",COMMENT:"COMM",TITLE:"TIT2",TRACK_NUMBER:"TRCK",LYRICIST:"TOLY",YEAR:"TYER"};

you might also want to change the constructor name in ID3Parser ;)</description>
		<content:encoded><![CDATA[<p>No worries, got it working.<br />
For anyone else just add this to ID3Parser:</p>
<p>private var ID3Frames:Object = {GENRE:&#8221;TCON&#8221;,ALBUM:&#8221;TALB&#8221;,ARTIST:&#8221;TPE1&#8243;,COMMENT:&#8221;COMM&#8221;,TITLE:&#8221;TIT2&#8243;,TRACK_NUMBER:&#8221;TRCK&#8221;,LYRICIST:&#8221;TOLY&#8221;,YEAR:&#8221;TYER&#8221;};</p>
<p>you might also want to change the constructor name in ID3Parser <img src='http://blog.ashier.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Brown</title>
		<link>http://blog.ashier.com/2007/11/08/id3-parser/#comment-759</link>
		<dc:creator>Chris Brown</dc:creator>
		<pubDate>Mon, 05 May 2008 13:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/?p=15#comment-759</guid>
		<description>on the ID3Parser I get:
Access of undefined property ID3Frames.

you also have your package twice in ID3Parser.</description>
		<content:encoded><![CDATA[<p>on the ID3Parser I get:<br />
Access of undefined property ID3Frames.</p>
<p>you also have your package twice in ID3Parser.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
