<?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: SoundObject Class Tutorial [AS3]</title>
	<atom:link href="http://matthewammann.com/2009/07/24/soundobject-class-tutorial-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewammann.com/2009/07/24/soundobject-class-tutorial-as3/</link>
	<description>Student, Programmer, Flash Enthusiast</description>
	<lastBuildDate>Mon, 16 Jan 2012 21:59:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Erik Post</title>
		<link>http://matthewammann.com/2009/07/24/soundobject-class-tutorial-as3/#comment-58</link>
		<dc:creator><![CDATA[Erik Post]]></dc:creator>
		<pubDate>Thu, 03 Jun 2010 19:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://matthewammann.com/?p=68#comment-58</guid>
		<description><![CDATA[Figured it out!!

It was because of the preloader! You cannot call any of the functions of the SoundObject in the DocumentClass, this is because of the preloader ( DocumentClass is processed in frame 1 and the SoundObject in frame 2 ). It got me frustrated for at least a few hours :P

Thanks anyway, this tutorial helped me greatly in building my own class :)]]></description>
		<content:encoded><![CDATA[<p>Figured it out!!</p>
<p>It was because of the preloader! You cannot call any of the functions of the SoundObject in the DocumentClass, this is because of the preloader ( DocumentClass is processed in frame 1 and the SoundObject in frame 2 ). It got me frustrated for at least a few hours <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Thanks anyway, this tutorial helped me greatly in building my own class <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Post</title>
		<link>http://matthewammann.com/2009/07/24/soundobject-class-tutorial-as3/#comment-57</link>
		<dc:creator><![CDATA[Erik Post]]></dc:creator>
		<pubDate>Thu, 03 Jun 2010 17:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://matthewammann.com/?p=68#comment-57</guid>
		<description><![CDATA[I&#039;m getting a 

ArgumentError: Error #2068: Invalid sound.
	         at flash.media::Sound/play()

Any clue what it might be?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m getting a </p>
<p>ArgumentError: Error #2068: Invalid sound.<br />
	         at flash.media::Sound/play()</p>
<p>Any clue what it might be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terra Driscoll</title>
		<link>http://matthewammann.com/2009/07/24/soundobject-class-tutorial-as3/#comment-55</link>
		<dc:creator><![CDATA[Terra Driscoll]]></dc:creator>
		<pubDate>Fri, 28 May 2010 06:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://matthewammann.com/?p=68#comment-55</guid>
		<description><![CDATA[If only more than 42 people could hear about this.]]></description>
		<content:encoded><![CDATA[<p>If only more than 42 people could hear about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Lee-Amies</title>
		<link>http://matthewammann.com/2009/07/24/soundobject-class-tutorial-as3/#comment-23</link>
		<dc:creator><![CDATA[Sean Lee-Amies]]></dc:creator>
		<pubDate>Fri, 20 Nov 2009 23:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://matthewammann.com/?p=68#comment-23</guid>
		<description><![CDATA[It&#039;s a good tutorial but it doesn&#039;t explain everything as explicitely as it possibly could. Michael James Williams tutorials were excellent with this, they didn&#039;t leave much out where you were left thinking, &quot;uhh.. what am I supposed to do now...&quot;, half way through the tutorial. 

No offence, just constructive criticism :) 

For anyone that already knows what they&#039;re doing I&#039;m sure it&#039;s a perfect tutorial.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s a good tutorial but it doesn&#8217;t explain everything as explicitely as it possibly could. Michael James Williams tutorials were excellent with this, they didn&#8217;t leave much out where you were left thinking, &#8220;uhh.. what am I supposed to do now&#8230;&#8221;, half way through the tutorial. </p>
<p>No offence, just constructive criticism <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>For anyone that already knows what they&#8217;re doing I&#8217;m sure it&#8217;s a perfect tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#160; Michael James Williams Blog: Avoider Game: The SoundObject Class and a New Game&#160;by&#160;Blam Yo!</title>
		<link>http://matthewammann.com/2009/07/24/soundobject-class-tutorial-as3/#comment-13</link>
		<dc:creator><![CDATA[&#160; Michael James Williams Blog: Avoider Game: The SoundObject Class and a New Game&#160;by&#160;Blam Yo!]]></dc:creator>
		<pubDate>Wed, 05 Aug 2009 01:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://matthewammann.com/?p=68#comment-13</guid>
		<description><![CDATA[[...] up is his tutorial for building a SoundObject class. This class makes it easy to manage switching and muting music and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] up is his tutorial for building a SoundObject class. This class makes it easy to manage switching and muting music and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

