<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for blog.ashier.com</title>
	
	<link>http://blog.ashier.com</link>
	<description>flash / flex / air development</description>
	<pubDate>Sat, 06 Mar 2010 00:39:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/blog_ashier_com_comments" /><feedburner:info uri="blog_ashier_com_comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on BlazeDS Remoting - A HelloWorld example by Arish</title>
		<link>http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-1012</link>
		<dc:creator>Arish</dc:creator>
		<pubDate>Tue, 16 Feb 2010 08:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-1012</guid>
		<description>Thanks!!</description>
		<content:encoded><![CDATA[<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlazeDS Remoting - A HelloWorld example by uzma</title>
		<link>http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-1009</link>
		<dc:creator>uzma</dc:creator>
		<pubDate>Thu, 17 Dec 2009 20:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-1009</guid>
		<description>Thanks so much for the perfect solution. I was trying for last three days to configure Blazeds with Flex and Java. You solved my problem. Thanks so much!!</description>
		<content:encoded><![CDATA[<p>Thanks so much for the perfect solution. I was trying for last three days to configure Blazeds with Flex and Java. You solved my problem. Thanks so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ID3 Parser 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 -&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(&#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>Comment on ID3 Parser 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>Comment on Wrapper Class for a RemoteObject by nomoro encontros</title>
		<link>http://blog.ashier.com/2008/03/06/wrapper-class-for-a-remoteobject/#comment-1001</link>
		<dc:creator>nomoro encontros</dc:creator>
		<pubDate>Fri, 14 Aug 2009 23:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/03/06/wrapper-class-for-a-remoteobject/#comment-1001</guid>
		<description>Thank's worked very nice with Singlethon Class.</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s worked very nice with Singlethon Class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlazeDS Remoting - A HelloWorld example by showky</title>
		<link>http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-1000</link>
		<dc:creator>showky</dc:creator>
		<pubDate>Sun, 09 Aug 2009 05:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-1000</guid>
		<description>hey nice tutorials but i am not gettin tht Hello folder in http://localhost:8400/ds-console/ when i  click on "Generic Administration View" as shown in the fig......
i did restart my tomcat server after including the java class folder under WEB-INF\classes\ folder in tomcat.....but didnt help...it wd be great if u cd giude me through....
thanks.....</description>
		<content:encoded><![CDATA[<p>hey nice tutorials but i am not gettin tht Hello folder in <a href="http://localhost:8400/ds-console/" rel="nofollow">http://localhost:8400/ds-console/</a> when i  click on &#8220;Generic Administration View&#8221; as shown in the fig&#8230;&#8230;<br />
i did restart my tomcat server after including the java class folder under WEB-INF\classes\ folder in tomcat&#8230;..but didnt help&#8230;it wd be great if u cd giude me through&#8230;.<br />
thanks&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deferred Instantiation by Construção Adiada (Deferred instantiation) « iuricmp</title>
		<link>http://blog.ashier.com/2008/04/07/deferred-instantiation/#comment-999</link>
		<dc:creator>Construção Adiada (Deferred instantiation) « iuricmp</dc:creator>
		<pubDate>Fri, 07 Aug 2009 20:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/?p=61#comment-999</guid>
		<description>[...] http://blog.ashier.com/2008/04/07/deferred-instantiation/     Deixe um comentário [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.ashier.com/2008/04/07/deferred-instantiation/" rel="nofollow">http://blog.ashier.com/2008/04/07/deferred-instantiation/</a>     Deixe um comentário [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hiding Properties in Flex Components by Skipping id in MXML to create private sub-components - Josh Talks Flash</title>
		<link>http://blog.ashier.com/2008/03/25/hiding-properties-in-flex-components/#comment-997</link>
		<dc:creator>Skipping id in MXML to create private sub-components - Josh Talks Flash</dc:creator>
		<pubDate>Wed, 22 Jul 2009 23:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/03/25/hiding-properties-in-flex-components/#comment-997</guid>
		<description>[...] Blog Post: Hiding Properties in Flex Components [...]</description>
		<content:encoded><![CDATA[<p>[...] Blog Post: Hiding Properties in Flex Components [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
