<?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>Fri, 10 Feb 2012 19:21:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Herp Derp</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-91103</link>
		<dc:creator>Herp Derp</dc:creator>
		<pubDate>Wed, 21 Jul 2010 16:02:56 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-91103</guid>
		<description>Are you trying to load another sound while the previous sound is on?</description>
		<content:encoded><![CDATA[<p>Are you trying to load another sound while the previous sound is on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valerie</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-90731</link>
		<dc:creator>Valerie</dc:creator>
		<pubDate>Tue, 20 Jul 2010 17:53:44 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-90731</guid>
		<description>Thanks for posting whis page.  You script worked great but I need some additional help.  I need to attach more than one sound file.  My users turn a page in a book and a new narration is suppose to load.  I tried placing you script on each frame of each mc but nothing but the first sound plays.  I can't dynamically load mp3s because all sound needs to be with in the fla for the app I am using it in...Please help me.  I am now in my 24 hour of working on this issue...please assist...</description>
		<content:encoded><![CDATA[<p>Thanks for posting whis page.  You script worked great but I need some additional help.  I need to attach more than one sound file.  My users turn a page in a book and a new narration is suppose to load.  I tried placing you script on each frame of each mc but nothing but the first sound plays.  I can&#8217;t dynamically load mp3s because all sound needs to be with in the fla for the app I am using it in&#8230;Please help me.  I am now in my 24 hour of working on this issue&#8230;please assist&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fher</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-42373</link>
		<dc:creator>Fher</dc:creator>
		<pubDate>Sat, 23 Jan 2010 03:25:58 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-42373</guid>
		<description>Hi great tuto i used to make a simple fighting game my characters work without any problems. but now i want to add a different stage and also add another five characters do you have any idea how can i make that. i add in one  frame the movie clip with the sprites of my character and also the stage in the next i add an animation like a "fatality" but my problem is how to make that the character that i choosed can  go to the battle on the first frame with all  the moves i hope you can help Thanks!  (sorry wrong window i was reading your tuto for adding sound, this was for the fight game)</description>
		<content:encoded><![CDATA[<p>Hi great tuto i used to make a simple fighting game my characters work without any problems. but now i want to add a different stage and also add another five characters do you have any idea how can i make that. i add in one  frame the movie clip with the sprites of my character and also the stage in the next i add an animation like a &#8220;fatality&#8221; but my problem is how to make that the character that i choosed can  go to the battle on the first frame with all  the moves i hope you can help Thanks!  (sorry wrong window i was reading your tuto for adding sound, this was for the fight game)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gbeyk222</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-39247</link>
		<dc:creator>gbeyk222</dc:creator>
		<pubDate>Thu, 10 Dec 2009 16:09:03 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/playing-sounds-with-actionscript/#comment-39247</guid>
		<description>THANK YOU THANK YOU THANK YOU THANK YOU!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!
You're the best!!!</description>
		<content:encoded><![CDATA[<p>THANK YOU THANK YOU THANK YOU THANK YOU!!!!!!!!!!!!!!!<br />
!!!!!!!!!!!!!!!!!!!!!!!<br />
!!!!!!!!!!!!!<br />
You&#8217;re the best!!!</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>








<!-- analytics977 --> 
