<?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: Create a AS3 MP3 Player with papervision3d spectrum display</title>
	<atom:link href="http://www.thetechlabs.com/tutorials/3d/create-a-as3-mp3-player-with-papervision3d-spectrum-display/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetechlabs.com/tutorials/3d/create-a-as3-mp3-player-with-papervision3d-spectrum-display/</link>
	<description>The Tech Labs</description>
	<lastBuildDate>Thu, 10 Jun 2010 13:11:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gabriel</title>
		<link>http://www.thetechlabs.com/tutorials/3d/create-a-as3-mp3-player-with-papervision3d-spectrum-display/comment-page-1/#comment-13290</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Wed, 02 Dec 2009 02:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=58#comment-13290</guid>
		<description>Autoplay? Really? Off putting.</description>
		<content:encoded><![CDATA[<p>Autoplay? Really? Off putting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filipe</title>
		<link>http://www.thetechlabs.com/tutorials/3d/create-a-as3-mp3-player-with-papervision3d-spectrum-display/comment-page-1/#comment-11344</link>
		<dc:creator>Filipe</dc:creator>
		<pubDate>Mon, 12 Oct 2009 15:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=58#comment-11344</guid>
		<description>Hi,
Very nice, thx a lot!
How can I use a button for change the music please?
Just the function, I try this:

reqObject=new URLRequest(&quot;othersound.mp3&quot;);
init();

But that do not work...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Very nice, thx a lot!<br />
How can I use a button for change the music please?<br />
Just the function, I try this:</p>
<p>reqObject=new URLRequest(&#8220;othersound.mp3&#8243;);<br />
init();</p>
<p>But that do not work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filipe</title>
		<link>http://www.thetechlabs.com/tutorials/3d/create-a-as3-mp3-player-with-papervision3d-spectrum-display/comment-page-1/#comment-11323</link>
		<dc:creator>Filipe</dc:creator>
		<pubDate>Sun, 11 Oct 2009 17:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=58#comment-11323</guid>
		<description>Hi,

I try to put a button for change the music (I wanna create a player of more than one music):

&quot;
button.addEventListener(MouseEvent.CLICK, onClic);

function onClic(pEvt:Event):void
{
reqObject=URLRequest(&quot;othersound.mp3&quot;);
init();
}
&quot;

That don&#039;t work and I get this error:
&quot;
Error: Error #2037: Vous avez appelé les fonctions dans un ordre incorrect ou un appel antérieur a échoué.
	at flash.media::Sound/_load()
	at flash.media::Sound/load()
	at pv3d_fla::MainTimeline/initSound()
	at pv3d_fla::MainTimeline/init()
	at pv3d_fla::MainTimeline/onClic()
&quot;
Sorry its in french...

Do you know how I can do my stuff please??
Thx</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I try to put a button for change the music (I wanna create a player of more than one music):</p>
<p>&#8221;<br />
button.addEventListener(MouseEvent.CLICK, onClic);</p>
<p>function onClic(pEvt:Event):void<br />
{<br />
reqObject=URLRequest(&#8220;othersound.mp3&#8243;);<br />
init();<br />
}<br />
&#8221;</p>
<p>That don&#8217;t work and I get this error:<br />
&#8221;<br />
Error: Error #2037: Vous avez appelé les fonctions dans un ordre incorrect ou un appel antérieur a échoué.<br />
	at flash.media::Sound/_load()<br />
	at flash.media::Sound/load()<br />
	at pv3d_fla::MainTimeline/initSound()<br />
	at pv3d_fla::MainTimeline/init()<br />
	at pv3d_fla::MainTimeline/onClic()<br />
&#8221;<br />
Sorry its in french&#8230;</p>
<p>Do you know how I can do my stuff please??<br />
Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ...</title>
		<link>http://www.thetechlabs.com/tutorials/3d/create-a-as3-mp3-player-with-papervision3d-spectrum-display/comment-page-1/#comment-11236</link>
		<dc:creator>...</dc:creator>
		<pubDate>Thu, 08 Oct 2009 20:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=58#comment-11236</guid>
		<description>good tutorial thanks</description>
		<content:encoded><![CDATA[<p>good tutorial thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory</title>
		<link>http://www.thetechlabs.com/tutorials/3d/create-a-as3-mp3-player-with-papervision3d-spectrum-display/comment-page-1/#comment-9189</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Thu, 20 Aug 2009 15:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=58#comment-9189</guid>
		<description>Rafael,

I was wondering how can i apply this effect with out music? I just need the bar annimation.

Thanks!</description>
		<content:encoded><![CDATA[<p>Rafael,</p>
<p>I was wondering how can i apply this effect with out music? I just need the bar annimation.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.089 seconds -->
