<?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: AS3: MP3 Player</title>
	<atom:link href="http://unformatt.com/news/as3-mp3-player/feed/" rel="self" type="application/rss+xml" />
	<link>http://unformatt.com/news/as3-mp3-player/</link>
	<description>Random.</description>
	<pubDate>Sun, 01 Aug 2010 01:37:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Blackcode</title>
		<link>http://unformatt.com/news/as3-mp3-player/comment-page-1/#comment-185</link>
		<dc:creator>Blackcode</dc:creator>
		<pubDate>Wed, 25 Nov 2009 21:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-mp3-player/#comment-185</guid>
		<description>And

"soundChannel.addEventListener(Event.COMPLETE, onSongEnd);"

should be

"soundChannel..addEventListener(Event.SOUND_COMPLETE, onSongEnd);"

to work</description>
		<content:encoded><![CDATA[<p>And</p>
<p>&#8220;soundChannel.addEventListener(Event.COMPLETE, onSongEnd);&#8221;</p>
<p>should be</p>
<p>&#8220;soundChannel..addEventListener(Event.SOUND_COMPLETE, onSongEnd);&#8221;</p>
<p>to work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blackcode</title>
		<link>http://unformatt.com/news/as3-mp3-player/comment-page-1/#comment-184</link>
		<dc:creator>Blackcode</dc:creator>
		<pubDate>Tue, 24 Nov 2009 22:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-mp3-player/#comment-184</guid>
		<description>This code is bugged as was mine.
instead of using just

"if ( sound ) {
soundChannel.stop();
}"

you shoud use

"if ( sound ) {
soundChannel.stop();
try {sound.close();}catch(error:IOError){trace(error);}
}"

because if  you have stream delays, calling multiple times next() opens multiple streams wich cause your flash to freeze.
so kill previous stream before opening another</description>
		<content:encoded><![CDATA[<p>This code is bugged as was mine.<br />
instead of using just</p>
<p>&#8220;if ( sound ) {<br />
soundChannel.stop();<br />
}&#8221;</p>
<p>you shoud use</p>
<p>&#8220;if ( sound ) {<br />
soundChannel.stop();<br />
try {sound.close();}catch(error:IOError){trace(error);}<br />
}&#8221;</p>
<p>because if  you have stream delays, calling multiple times next() opens multiple streams wich cause your flash to freeze.<br />
so kill previous stream before opening another</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stijn De Ryck</title>
		<link>http://unformatt.com/news/as3-mp3-player/comment-page-1/#comment-179</link>
		<dc:creator>Stijn De Ryck</dc:creator>
		<pubDate>Fri, 21 Aug 2009 02:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-mp3-player/#comment-179</guid>
		<description>just what I needed to remain focus !
Thanks !
BTW:
an event for sound end is not hard to implement but a must !</description>
		<content:encoded><![CDATA[<p>just what I needed to remain focus !<br />
Thanks !<br />
BTW:<br />
an event for sound end is not hard to implement but a must !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WoeBeGone</title>
		<link>http://unformatt.com/news/as3-mp3-player/comment-page-1/#comment-172</link>
		<dc:creator>WoeBeGone</dc:creator>
		<pubDate>Sat, 13 Sep 2008 00:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-mp3-player/#comment-172</guid>
		<description>lifesaver, this is excellent.
had to add a line to 'seek' to maintain volume, but that might be because i'm not using it correctly:
		public function seek( percent:Number ):void {
			soundChannel.stop();
			soundChannel = sound.play(sound.length * percent);
			soundChannel.soundTransform = soundTrans;
		}</description>
		<content:encoded><![CDATA[<p>lifesaver, this is excellent.<br />
had to add a line to &#8217;seek&#8217; to maintain volume, but that might be because i&#8217;m not using it correctly:<br />
		public function seek( percent:Number ):void {<br />
			soundChannel.stop();<br />
			soundChannel = sound.play(sound.length * percent);<br />
			soundChannel.soundTransform = soundTrans;<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimpiax</title>
		<link>http://unformatt.com/news/as3-mp3-player/comment-page-1/#comment-170</link>
		<dc:creator>dimpiax</dc:creator>
		<pubDate>Sun, 10 Aug 2008 22:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-mp3-player/#comment-170</guid>
		<description>Good job :)
Nice material for read.</description>
		<content:encoded><![CDATA[<p>Good job :)<br />
Nice material for read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter geczy</title>
		<link>http://unformatt.com/news/as3-mp3-player/comment-page-1/#comment-169</link>
		<dc:creator>peter geczy</dc:creator>
		<pubDate>Mon, 04 Aug 2008 23:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-mp3-player/#comment-169</guid>
		<description>Thanks for the file , just was very helpful! Keep up the good work man and thanks again :)</description>
		<content:encoded><![CDATA[<p>Thanks for the file , just was very helpful! Keep up the good work man and thanks again :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
