<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flav36rs &#187; soundmixer</title>
	<atom:link href="http://flav36rs.com/tag/soundmixer/feed/" rel="self" type="application/rss+xml" />
	<link>http://flav36rs.com</link>
	<description>Just another technical blog</description>
	<lastBuildDate>Mon, 12 Sep 2011 16:56:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>AS3: Stop all sounds from playing</title>
		<link>http://flav36rs.com/2009/01/21/as3-stop-all-sounds-from-playing/</link>
		<comments>http://flav36rs.com/2009/01/21/as3-stop-all-sounds-from-playing/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 17:46:25 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[soundmixer]]></category>

		<guid isPermaLink="false">http://sha.re.it/?p=120</guid>
		<description><![CDATA[If you ever need to stop all the sounds playing in flash using ActionScript3, you can do so using the following method. First include the SoundMixer class: import flash.media.SoundMixer; Then to stop the sounds call the stopAll method: SoundMixer.stopAll();]]></description>
			<content:encoded><![CDATA[<p>If you ever need to stop <strong>all</strong> the sounds playing in flash using ActionScript3, you can do so using the following method.</p>
<p>First include the SoundMixer class:</p>
<pre lang="actionscript3">import flash.media.SoundMixer;</pre>
<p>Then to stop the sounds call the stopAll method:</p>
<pre lang="actionscript3">SoundMixer.stopAll();</pre>
]]></content:encoded>
			<wfw:commentRss>http://flav36rs.com/2009/01/21/as3-stop-all-sounds-from-playing/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

