<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Creating a Simple MP3 Player using ActionScript 3.0 and Flex 2</title>
	<atom:link href="http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/</link>
	<description>A Blog covering Air, Flash, Flex, Illustrator and Photoshop</description>
	<lastBuildDate>Tue, 27 Oct 2009 14:26:42 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Craig Lund</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-18419</link>
		<dc:creator>Craig Lund</dc:creator>
		<pubDate>Mon, 07 Sep 2009 04:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-18419</guid>
		<description>I was also getting an error #1009 until I changed the code in &quot;SimpleMP3.mxml&quot; for the pause button as follows:
&lt;mx:Button id=&quot;pauseButton&quot; ... to &lt;mx:Button id=&quot;playButton&quot; ...</description>
		<content:encoded><![CDATA[<p>I was also getting an error #1009 until I changed the code in &#8220;SimpleMP3.mxml&#8221; for the pause button as follows:<br />
&lt;mx:Button id=&quot;pauseButton&quot; &#8230; to &lt;mx:Button id=&quot;playButton&quot; &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Efriel Elyasa</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-17603</link>
		<dc:creator>Efriel Elyasa</dc:creator>
		<pubDate>Sat, 10 Jan 2009 18:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-17603</guid>
		<description>nice tutorial, any other simple script??</description>
		<content:encoded><![CDATA[<p>nice tutorial, any other simple script??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pauline p</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-17464</link>
		<dc:creator>pauline p</dc:creator>
		<pubDate>Wed, 10 Dec 2008 21:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-17464</guid>
		<description>I am getting this error when i hit the pause button, anyone know why?
TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at SuperSimpleMP3Player/pause()[C:\Perforce\Pauline\JeferyLevy\flex\JeferyLevy\src\SuperSimpleMP3Player.as:69]
	at simpleMP3/__pauseButton_click()[C:\Perforce\Pauline\JeferyLevy\flex\JeferyLevy\src\simpleMP3.mxml:9]</description>
		<content:encoded><![CDATA[<p>I am getting this error when i hit the pause button, anyone know why?<br />
TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at SuperSimpleMP3Player/pause()[C:\Perforce\Pauline\JeferyLevy\flex\JeferyLevy\src\SuperSimpleMP3Player.as:69]<br />
	at simpleMP3/__pauseButton_click()[C:\Perforce\Pauline\JeferyLevy\flex\JeferyLevy\src\simpleMP3.mxml:9]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AO Creations</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-17456</link>
		<dc:creator>AO Creations</dc:creator>
		<pubDate>Tue, 09 Dec 2008 06:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-17456</guid>
		<description>This was made a while back with AS2. Have a look and let me know what you think. Try loading up a playlist by typing Queen.m3p and loading playlist. (No songs online these days sadly), but you can add your own songs.

This is about 5 years old now, but can dig up the FLA file if anyone is interested.</description>
		<content:encoded><![CDATA[<p>This was made a while back with AS2. Have a look and let me know what you think. Try loading up a playlist by typing Queen.m3p and loading playlist. (No songs online these days sadly), but you can add your own songs.</p>
<p>This is about 5 years old now, but can dig up the FLA file if anyone is interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ringo</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-17377</link>
		<dc:creator>Ringo</dc:creator>
		<pubDate>Thu, 20 Nov 2008 09:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-17377</guid>
		<description>In case I have an array of binary which is generated from a mp3 file, how can we play it?
Please help
Thanks</description>
		<content:encoded><![CDATA[<p>In case I have an array of binary which is generated from a mp3 file, how can we play it?<br />
Please help<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-17316</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Fri, 14 Nov 2008 18:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-17316</guid>
		<description>private var songURLs:Array =[&quot;SongFromCottonField.MP3,

missing a &quot;</description>
		<content:encoded><![CDATA[<p>private var songURLs:Array =[&#8220;SongFromCottonField.MP3,</p>
<p>missing a &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Dragon</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-16855</link>
		<dc:creator>Dave Dragon</dc:creator>
		<pubDate>Mon, 25 Aug 2008 12:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-16855</guid>
		<description>Thanks for the code!
I just walked through the process you outlined and it works great.

Thanks
-Dave</description>
		<content:encoded><![CDATA[<p>Thanks for the code!<br />
I just walked through the process you outlined and it works great.</p>
<p>Thanks<br />
-Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-16484</link>
		<dc:creator>Hari</dc:creator>
		<pubDate>Fri, 18 Jul 2008 10:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-16484</guid>
		<description>Thanks a lot</description>
		<content:encoded><![CDATA[<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ridgeback</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-15466</link>
		<dc:creator>ridgeback</dc:creator>
		<pubDate>Mon, 19 May 2008 07:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-15466</guid>
		<description>wow thanks! how about with volume control and xml playlist. thanks</description>
		<content:encoded><![CDATA[<p>wow thanks! how about with volume control and xml playlist. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bootcat</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-14850</link>
		<dc:creator>bootcat</dc:creator>
		<pubDate>Wed, 26 Mar 2008 03:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-14850</guid>
		<description>Thank you , nice read . Actually i am completely new to flex and since i know c++ and c# this article seems to be easy . Just the mxml i need to concentrate .</description>
		<content:encoded><![CDATA[<p>Thank you , nice read . Actually i am completely new to flex and since i know c++ and c# this article seems to be easy . Just the mxml i need to concentrate .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-14394</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Thu, 21 Feb 2008 16:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-14394</guid>
		<description>I&#039;ve created something similar using Flash. Take a look here, fla file included.

http://jared.simplistika.com/actionscript-3-xml-mp3-player/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve created something similar using Flash. Take a look here, fla file included.</p>
<p><a href="http://jared.simplistika.com/actionscript-3-xml-mp3-player/" rel="nofollow">http://jared.simplistika.com/actionscript-3-xml-mp3-player/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman Shumikhin</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-13509</link>
		<dc:creator>Roman Shumikhin</dc:creator>
		<pubDate>Sun, 30 Dec 2007 04:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-13509</guid>
		<description>Thank you very much! This article is very helpful!</description>
		<content:encoded><![CDATA[<p>Thank you very much! This article is very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen van Veen</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-12770</link>
		<dc:creator>Jeroen van Veen</dc:creator>
		<pubDate>Mon, 10 Dec 2007 14:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-12770</guid>
		<description>Very useful for learning basic mxml component structure, and adding ear-candy to my first flex-app. Thanks man. You really helped me out! *two thumbs up*</description>
		<content:encoded><![CDATA[<p>Very useful for learning basic mxml component structure, and adding ear-candy to my first flex-app. Thanks man. You really helped me out! *two thumbs up*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyle</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-11059</link>
		<dc:creator>kyle</dc:creator>
		<pubDate>Thu, 08 Nov 2007 20:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-11059</guid>
		<description>Man, you should really use the `code` and `pre` tags in HTML so your example doesn&#039;t look so terrible.</description>
		<content:encoded><![CDATA[<p>Man, you should really use the `code` and `pre` tags in HTML so your example doesn&#8217;t look so terrible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://flashenabledblog.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-9967</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Fri, 05 Oct 2007 09:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/2007/06/20/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-9967</guid>
		<description>I just downloaded and working on it.</description>
		<content:encoded><![CDATA[<p>I just downloaded and working on it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
