<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/actionscript-3/tags/sound</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 10:54:36 GMT</pubDate>
<item>
<title>(ActionScript 3) universal class for playing sound - hejaaa</title>
<link>http://snipplr.com/view/68148/universal-class-for-playing-sound/</link>
<description><![CDATA[ <p>this Class can play sound from url or library in one parameter</p> ]]></description>
<pubDate>Wed, 07 Nov 2012 20:06:00 GMT</pubDate>
<guid>http://snipplr.com/view/68148/universal-class-for-playing-sound/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Mute All Sounds - adrianparr</title>
<link>http://snipplr.com/view/35193/as3-mute-all-sounds/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 May 2010 07:45:48 GMT</pubDate>
<guid>http://snipplr.com/view/35193/as3-mute-all-sounds/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Stop All Sounds From Playing - adrianparr</title>
<link>http://snipplr.com/view/35192/as3-stop-all-sounds-from-playing/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 May 2010 07:43:52 GMT</pubDate>
<guid>http://snipplr.com/view/35192/as3-stop-all-sounds-from-playing/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 soundTransformObject - one984</title>
<link>http://snipplr.com/view/33920/as3-soundtransformobject/</link>
<description><![CDATA[ <p>Basic way to sound controlling in a swf</p> ]]></description>
<pubDate>Wed, 05 May 2010 18:33:21 GMT</pubDate>
<guid>http://snipplr.com/view/33920/as3-soundtransformobject/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Loading and Playing an External FLV File - adrianparr</title>
<link>http://snipplr.com/view/31916/as3-loading-and-playing-an-external-flv-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 15 Apr 2010 05:29:37 GMT</pubDate>
<guid>http://snipplr.com/view/31916/as3-loading-and-playing-an-external-flv-file/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Loading and Playing an External MP3 File - adrianparr</title>
<link>http://snipplr.com/view/31915/as3-loading-and-playing-an-external-mp3-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 15 Apr 2010 05:28:14 GMT</pubDate>
<guid>http://snipplr.com/view/31915/as3-loading-and-playing-an-external-mp3-file/</guid>
</item>
<item>
<title>(ActionScript 3) Sound Manager Class - alvincrespo</title>
<link>http://snipplr.com/view/28222/sound-manager-class/</link>
<description><![CDATA[ <p>This is a sound manager class for a small project I've been working on for the past two days. Nothing really major or new, but just some simple functionality including play/stop/forward/previous functions that may help prove useful to someone. If you have any recommendations for improving this, I would love to hear about it. Thanks!</p> ]]></description>
<pubDate>Fri, 12 Feb 2010 02:39:25 GMT</pubDate>
<guid>http://snipplr.com/view/28222/sound-manager-class/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: playSound - visualadvance</title>
<link>http://snipplr.com/view/26926/as3-playsound/</link>
<description><![CDATA[ <p>A simple way to play sounds that are exported from your library</p> ]]></description>
<pubDate>Sat, 23 Jan 2010 12:39:32 GMT</pubDate>
<guid>http://snipplr.com/view/26926/as3-playsound/</guid>
</item>
<item>
<title>(ActionScript 3) Flash: Microphone - chrisaiv</title>
<link>http://snipplr.com/view/21868/flash-microphone/</link>
<description><![CDATA[ <p>Here's an example of how to use the Microphone API in Flash</p> ]]></description>
<pubDate>Mon, 26 Oct 2009 02:30:48 GMT</pubDate>
<guid>http://snipplr.com/view/21868/flash-microphone/</guid>
</item>
<item>
<title>(ActionScript 3) Using the Microphone in AS3 - sidneydekoning</title>
<link>http://snipplr.com/view/17557/using-the-microphone-in-as3/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 28 Jul 2009 05:01:43 GMT</pubDate>
<guid>http://snipplr.com/view/17557/using-the-microphone-in-as3/</guid>
</item>
<item>
<title>(ActionScript 3) Creating an Equalizer that responds to the SoundMixer - sidneydekoning</title>
<link>http://snipplr.com/view/17068/creating-an-equalizer-that-responds-to-the-soundmixer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Jul 2009 10:12:36 GMT</pubDate>
<guid>http://snipplr.com/view/17068/creating-an-equalizer-that-responds-to-the-soundmixer/</guid>
</item>
<item>
<title>(ActionScript 3) fix for looping sound pause issue in AS3 - gluecat</title>
<link>http://snipplr.com/view/16140/fix-for-looping-sound-pause-issue-in-as3/</link>
<description><![CDATA[ <p>There is a bug in AS3 where when you pause a looping mp3 the saved position gets messed up because the length extends with every looping instance.</p> ]]></description>
<pubDate>Sat, 20 Jun 2009 02:05:15 GMT</pubDate>
<guid>http://snipplr.com/view/16140/fix-for-looping-sound-pause-issue-in-as3/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Sound Listeners - Chumps</title>
<link>http://snipplr.com/view/15328/as3-sound-listeners/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 May 2009 13:29:00 GMT</pubDate>
<guid>http://snipplr.com/view/15328/as3-sound-listeners/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Volume Slider - Ktoso</title>
<link>http://snipplr.com/view/12615/as3-volume-slider/</link>
<description><![CDATA[ <p>Simple yet effective way to create a horizontal slider to controll the volume of your sound channel</p> ]]></description>
<pubDate>Thu, 26 Feb 2009 18:37:31 GMT</pubDate>
<guid>http://snipplr.com/view/12615/as3-volume-slider/</guid>
</item>
<item>
<title>(ActionScript 3) as3 flv sound - lzyy</title>
<link>http://snipplr.com/view/9118/as3-flv-sound/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Oct 2008 08:42:43 GMT</pubDate>
<guid>http://snipplr.com/view/9118/as3-flv-sound/</guid>
</item>
</channel>
</rss>