<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Playing sounds with Actionscript</title>
	<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/</link>
	<description></description>
	<pubDate>Sun, 05 Jul 2009 00:37:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Mabilis</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-28627</link>
		<dc:creator>Mabilis</dc:creator>
		<pubDate>Mon, 06 Apr 2009 10:06:31 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-28627</guid>
		<description>hi, great tutorial.. mine isnt working, can you see if this code is wrong?

var water_well:Sound = new Sound();
water_well.attachSound("water_stream1");
water_well.onSoundComplete = function() {
	water_well.start(0,0);
};
onEnterFrame = function () {
	water_well.setVolume(_ymouse);
	water_well.setPan(_xmouse);
};

the linkage is water_stream1... have i done it wrong?</description>
		<content:encoded><![CDATA[<p>hi, great tutorial.. mine isnt working, can you see if this code is wrong?</p>
<p>var water_well:Sound = new Sound();<br />
water_well.attachSound(&#8221;water_stream1&#8243;);<br />
water_well.onSoundComplete = function() {<br />
	water_well.start(0,0);<br />
};<br />
onEnterFrame = function () {<br />
	water_well.setVolume(_ymouse);<br />
	water_well.setPan(_xmouse);<br />
};</p>
<p>the linkage is water_stream1&#8230; have i done it wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prodigalG</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-21728</link>
		<dc:creator>prodigalG</dc:creator>
		<pubDate>Sat, 16 Aug 2008 15:32:15 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-21728</guid>
		<description>hi, i have music in the background playing through all frames, volume set to 25.
but there is a sound on frame 3 that plays fine but when i go back to frame 2 it keeps playing even though i put sound.stop();

can you help?

i tried puting it on a btn so on release start sound, and when going back on release stop sound... but that doesnt work.. something usualy goes wrong and the back m,usic stops too. HELP hehe. thanks for the tut</description>
		<content:encoded><![CDATA[<p>hi, i have music in the background playing through all frames, volume set to 25.<br />
but there is a sound on frame 3 that plays fine but when i go back to frame 2 it keeps playing even though i put sound.stop();</p>
<p>can you help?</p>
<p>i tried puting it on a btn so on release start sound, and when going back on release stop sound&#8230; but that doesnt work.. something usualy goes wrong and the back m,usic stops too. HELP hehe. thanks for the tut</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-16142</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 23 Apr 2008 01:50:27 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-16142</guid>
		<description>I want my bullet to create a sound when it hits the enemy, can you explain to me in full detail what to do?</description>
		<content:encoded><![CDATA[<p>I want my bullet to create a sound when it hits the enemy, can you explain to me in full detail what to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rittto</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-14596</link>
		<dc:creator>Rittto</dc:creator>
		<pubDate>Sat, 22 Mar 2008 18:35:37 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-14596</guid>
		<description>How do you make the sound stop? I  tried "sound.stop" but that didn't work</description>
		<content:encoded><![CDATA[<p>How do you make the sound stop? I  tried &#8220;sound.stop&#8221; but that didn&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5859</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Mon, 02 Jul 2007 09:37:34 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5859</guid>
		<description>It doesn't really matter but flash seems to like .wav the best.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t really matter but flash seems to like .wav the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5858</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Mon, 02 Jul 2007 09:30:31 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5858</guid>
		<description>Make the input text box have the same variable name as the dynamic text box.</description>
		<content:encoded><![CDATA[<p>Make the input text box have the same variable name as the dynamic text box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5857</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Mon, 02 Jul 2007 09:28:25 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5857</guid>
		<description>Sweet.</description>
		<content:encoded><![CDATA[<p>Sweet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5856</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Mon, 02 Jul 2007 09:27:00 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5856</guid>
		<description>if(this.hitTest(something)){
sound.start(0,0);
}</description>
		<content:encoded><![CDATA[<p>if(this.hitTest(something)){<br />
sound.start(0,0);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5855</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Mon, 02 Jul 2007 09:24:29 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5855</guid>
		<description>Well the easiest way would be to add all of the tracks through actionscript, and when a new one starts just stop the previous like in the tutorial.</description>
		<content:encoded><![CDATA[<p>Well the easiest way would be to add all of the tracks through actionscript, and when a new one starts just stop the previous like in the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trunk Monkey</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5616</link>
		<dc:creator>Trunk Monkey</dc:creator>
		<pubDate>Sun, 17 Jun 2007 09:18:24 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-5616</guid>
		<description>What type of files do I have to save the music as?</description>
		<content:encoded><![CDATA[<p>What type of files do I have to save the music as?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
