<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>
	<lastBuildDate>Fri, 14 May 2010 12:38:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chrisz</title>
		<link>http://blog.ashier.com/2007/11/08/id3-parser/comment-page-1/#comment-14</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-14</guid>
		<description>Aha, OK

			private function onID3(event:ID3ParserEvent):void
			{
				//event.data
				trace(&quot;album: &quot; + event.data.album);
				trace(&quot;artist: &quot; + event.data.artist);
				trace(&quot;comment: &quot; + event.data.comment);
				trace(&quot;title: &quot; + event.data.title);
				trace(&quot;track: &quot; + event.data.track);
				trace(&quot;lyrics: &quot; + event.data.lyrics);
				trace(&quot;year: &quot; + event.data.year);

			}

But how can i see the File URL from the Mp3 File -&gt; 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(&#8220;album: &#8221; + event.data.album);<br />
				trace(&#8220;artist: &#8221; + event.data.artist);<br />
				trace(&#8220;comment: &#8221; + event.data.comment);<br />
				trace(&#8220;title: &#8221; + event.data.title);<br />
				trace(&#8220;track: &#8221; + event.data.track);<br />
				trace(&#8220;lyrics: &#8221; + event.data.lyrics);<br />
				trace(&#8220;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-page-1/#comment-13</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-13</guid>
		<description>Hi,

how can i read the Artist in &#039;onID3&#039; Event ?

You write only &#039;//event.data&#039;

--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-page-1/#comment-12</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-12</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-page-1/#comment-11</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-11</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-page-1/#comment-10</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-10</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-page-1/#comment-9</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-9</guid>
		<description>No worries, got it working.
For anyone else just add this to ID3Parser:

private var ID3Frames:Object = {GENRE:&quot;TCON&quot;,ALBUM:&quot;TALB&quot;,ARTIST:&quot;TPE1&quot;,COMMENT:&quot;COMM&quot;,TITLE:&quot;TIT2&quot;,TRACK_NUMBER:&quot;TRCK&quot;,LYRICIST:&quot;TOLY&quot;,YEAR:&quot;TYER&quot;};

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-page-1/#comment-8</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-8</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>
