<?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: Open Source Flex XML MP3 Player (xspf)</title>
	<atom:link href="http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/</link>
	<description>Axel Jensen on Flex, Coldfusion and... other stuff</description>
	<lastBuildDate>Wed, 07 Jul 2010 05:24:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: sine</title>
		<link>http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/comment-page-1/#comment-1499</link>
		<dc:creator>sine</dc:creator>
		<pubDate>Tue, 24 Feb 2009 00:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/#comment-1499</guid>
		<description>Hello, 
I am trying to use the xml mp3player that you built as a module inside my showreel. First of all thanks for the application. A huge gift.  However there is one simple thing that I cannot manage to make happen... That is to stop the audio from continuing to play when I navigate away to another module. The player unloads, but the sound continues...  Please how can I stop it?
Presently I am loading and unloading modules via a ToggleButtonBar itemclick function in the main app.: like so:

public function onFirstClick(event:ItemClickEvent):void {
			_modUrl = &quot;modules/&quot; + event.label + &quot;.swf&quot;;
			moduleHandler(_modUrl);

 - which works fine, from the main app. or when called from modules.

I tried adding

 if(_modUrl == &quot;modules/Telly.swf&quot; &#124;&#124; &quot;modules/Print.swf&quot;) {
			mp3player.stop();

but that doesn&#039;t work... I am still learning Flex and Action Script 3.0 - and this has me stumped! 
I&#039;m desperate to finish my showreel so I can apply for a job..

I hope you might be able to give me a few tips.

Thanks in advance,

Sine</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am trying to use the xml mp3player that you built as a module inside my showreel. First of all thanks for the application. A huge gift.  However there is one simple thing that I cannot manage to make happen&#8230; That is to stop the audio from continuing to play when I navigate away to another module. The player unloads, but the sound continues&#8230;  Please how can I stop it?<br />
Presently I am loading and unloading modules via a ToggleButtonBar itemclick function in the main app.: like so:</p>
<p>public function onFirstClick(event:ItemClickEvent):void {<br />
			_modUrl = &#8220;modules/&#8221; + event.label + &#8220;.swf&#8221;;<br />
			moduleHandler(_modUrl);</p>
<p> &#8211; which works fine, from the main app. or when called from modules.</p>
<p>I tried adding</p>
<p> if(_modUrl == &#8220;modules/Telly.swf&#8221; || &#8220;modules/Print.swf&#8221;) {<br />
			mp3player.stop();</p>
<p>but that doesn&#8217;t work&#8230; I am still learning Flex and Action Script 3.0 &#8211; and this has me stumped!<br />
I&#8217;m desperate to finish my showreel so I can apply for a job..</p>
<p>I hope you might be able to give me a few tips.</p>
<p>Thanks in advance,</p>
<p>Sine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juszczum</title>
		<link>http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/comment-page-1/#comment-1131</link>
		<dc:creator>juszczum</dc:creator>
		<pubDate>Tue, 09 Dec 2008 08:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/#comment-1131</guid>
		<description>Hi Axel, I am new into the Flex programming,
I need to convert this player from Application
to a Control, to use as a control in my flexx app, or use your of another way.
Please, help me for I can use this!!!.

Thanks.

Marcelo from Argentina</description>
		<content:encoded><![CDATA[<p>Hi Axel, I am new into the Flex programming,<br />
I need to convert this player from Application<br />
to a Control, to use as a control in my flexx app, or use your of another way.<br />
Please, help me for I can use this!!!.</p>
<p>Thanks.</p>
<p>Marcelo from Argentina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubing</title>
		<link>http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/comment-page-1/#comment-909</link>
		<dc:creator>rubing</dc:creator>
		<pubDate>Sat, 30 Aug 2008 15:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/#comment-909</guid>
		<description>OK, now i see what was wrong.  The playlist I was trying to use was from a dynamically generated php page.  I guess your player doesn&#039;t like php pages.  :-(</description>
		<content:encoded><![CDATA[<p>OK, now i see what was wrong.  The playlist I was trying to use was from a dynamically generated php page.  I guess your player doesn&#8217;t like php pages.  <img src='http://www.axelscript.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubing</title>
		<link>http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/comment-page-1/#comment-908</link>
		<dc:creator>rubing</dc:creator>
		<pubDate>Sat, 30 Aug 2008 13:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/#comment-908</guid>
		<description>If i just delete all the cfm stuff it gives me an error and doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>If i just delete all the cfm stuff it gives me an error and doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubing</title>
		<link>http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/comment-page-1/#comment-907</link>
		<dc:creator>rubing</dc:creator>
		<pubDate>Sat, 30 Aug 2008 13:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/#comment-907</guid>
		<description>Ok, I am clueless about coldfusion.  Would appreciate knowing how to remove it.</description>
		<content:encoded><![CDATA[<p>Ok, I am clueless about coldfusion.  Would appreciate knowing how to remove it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubing</title>
		<link>http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/comment-page-1/#comment-906</link>
		<dc:creator>rubing</dc:creator>
		<pubDate>Sat, 30 Aug 2008 01:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/#comment-906</guid>
		<description>This is awesome how!  How do you embed the player so it stays in the same page rather than opening a new one??</description>
		<content:encoded><![CDATA[<p>This is awesome how!  How do you embed the player so it stays in the same page rather than opening a new one??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cool Component Links &#124; Axelology</title>
		<link>http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/comment-page-1/#comment-730</link>
		<dc:creator>Cool Component Links &#124; Axelology</dc:creator>
		<pubDate>Thu, 19 Jun 2008 17:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/04/02/open-source-flex-xml-mp3-player-xspf/#comment-730</guid>
		<description>[...] Our XML MP3 Player  is even on this link! woot! [...]</description>
		<content:encoded><![CDATA[<p>[...] Our XML MP3 Player  is even on this link! woot! [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
