<?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: Making a Flex MP3 Player</title>
	<atom:link href="http://www.internaldrive.com/2009/03/11/making-a-flex-mp3-player/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.internaldrive.com/2009/03/11/making-a-flex-mp3-player/</link>
	<description>America's #1 Tech Camp</description>
	<lastBuildDate>Mon, 22 Feb 2010 21:59:03 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jack</title>
		<link>http://www.internaldrive.com/2009/03/11/making-a-flex-mp3-player/comment-page-1/#comment-9538</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Tue, 26 May 2009 11:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.internaldrive.com/?p=21318#comment-9538</guid>
		<description>Yep no visuals, added everything correctly, but when it starts plays no visuals show up.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Yep no visuals, added everything correctly, but when it starts plays no visuals show up.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KenK</title>
		<link>http://www.internaldrive.com/2009/03/11/making-a-flex-mp3-player/comment-page-1/#comment-9220</link>
		<dc:creator>KenK</dc:creator>
		<pubDate>Wed, 29 Apr 2009 17:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.internaldrive.com/?p=21318#comment-9220</guid>
		<description>@mnieves:

You would use an event listener to test for the end of the song and have it play again and reset the event listener. Here&#039;s the appropriate page in the API for monitoring playback:

http://livedocs.adobe.com/flex/3/html/help.html?content=Working_with_Sound_09.html</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->@mnieves:</p>
<p>You would use an event listener to test for the end of the song and have it play again and reset the event listener. Here&#8217;s the appropriate page in the API for monitoring playback:</p>
<p><a href="http://livedocs.adobe.com/flex/3/html/help.html?content=Working_with_Sound_09.html" rel="nofollow">http://livedocs.adobe.com/flex/3/html/help.html?content=Working_with_Sound_09.html</a><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mnieves</title>
		<link>http://www.internaldrive.com/2009/03/11/making-a-flex-mp3-player/comment-page-1/#comment-9170</link>
		<dc:creator>mnieves</dc:creator>
		<pubDate>Sun, 26 Apr 2009 04:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.internaldrive.com/?p=21318#comment-9170</guid>
		<description>Nice Sample,
work like a charm!
how to add some loop to repeat the mp3?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Nice Sample,<br />
work like a charm!<br />
how to add some loop to repeat the mp3?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KenK</title>
		<link>http://www.internaldrive.com/2009/03/11/making-a-flex-mp3-player/comment-page-1/#comment-9065</link>
		<dc:creator>KenK</dc:creator>
		<pubDate>Tue, 14 Apr 2009 21:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.internaldrive.com/?p=21318#comment-9065</guid>
		<description>Hey Jay, 

Are you still having trouble with the zip file? The visualization library is located in Mp3Player\src\com\fusiox\ui\Visualization.as - it&#039;s simply an Actionscript file that you can include in projects. Check out the mxml to see how it is used:

&lt;fx:Visualization id=&quot;viz&quot; type=&quot;bars&quot; bars=&quot;96&quot; channel=&quot;stereo&quot; width=&quot;100%&quot; height=&quot;50&quot; audioFillColor=&quot;0xFFFFFF&quot; audioLineColor=&quot;0xFFFFFF&quot;/&gt;

Make sure it is added to your namespace by adding xmlns:fx=&quot;com.fusiox.ui.*&quot; to your mx:Application  tag.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hey Jay, </p>
<p>Are you still having trouble with the zip file? The visualization library is located in Mp3Player\src\com\fusiox\ui\Visualization.as &#8211; it&#8217;s simply an Actionscript file that you can include in projects. Check out the mxml to see how it is used:</p>
<p><fx :Visualization id="viz" type="bars" bars="96" channel="stereo" width="100%" height="50" audioFillColor="0xFFFFFF" audioLineColor="0xFFFFFF"/></p>
<p>Make sure it is added to your namespace by adding xmlns:fx=&#8221;com.fusiox.ui.*&#8221; to your mx:Application  tag.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JayB</title>
		<link>http://www.internaldrive.com/2009/03/11/making-a-flex-mp3-player/comment-page-1/#comment-9064</link>
		<dc:creator>JayB</dc:creator>
		<pubDate>Tue, 14 Apr 2009 20:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.internaldrive.com/?p=21318#comment-9064</guid>
		<description>why doesn&#039;t the source include the visuals?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->why doesn&#8217;t the source include the visuals?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JayB</title>
		<link>http://www.internaldrive.com/2009/03/11/making-a-flex-mp3-player/comment-page-1/#comment-9063</link>
		<dc:creator>JayB</dc:creator>
		<pubDate>Tue, 14 Apr 2009 20:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.internaldrive.com/?p=21318#comment-9063</guid>
		<description>Seems that the zip file is corupted..
awesome player..</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Seems that the zip file is corupted..<br />
awesome player..<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KenK</title>
		<link>http://www.internaldrive.com/2009/03/11/making-a-flex-mp3-player/comment-page-1/#comment-8417</link>
		<dc:creator>KenK</dc:creator>
		<pubDate>Tue, 17 Mar 2009 19:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.internaldrive.com/?p=21318#comment-8417</guid>
		<description>I double-checked the source zip file and it looks correct. Is there a particular error message you are getting?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I double-checked the source zip file and it looks correct. Is there a particular error message you are getting?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.internaldrive.com/2009/03/11/making-a-flex-mp3-player/comment-page-1/#comment-8416</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 17 Mar 2009 19:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.internaldrive.com/?p=21318#comment-8416</guid>
		<description>This really looks cool as H*ll, so I&#039;m trying to open it in Flex but it&#039;s not allowing me to do so.  What am I doing wrong?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->This really looks cool as H*ll, so I&#8217;m trying to open it in Flex but it&#8217;s not allowing me to do so.  What am I doing wrong?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
