<?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"
	>
<channel>
	<title>Comments on: Sound in Flash, How to create play onclick button!</title>
	<atom:link href="http://www.piticstyle.com/2007/11/15/sound-in-flash-how-to-create-play-onclick-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piticstyle.com/2007/11/15/sound-in-flash-how-to-create-play-onclick-button/</link>
	<description>Articles, Tutorials about HTML, CSS, FLASH, PHP, MySQL, Photoshop, SEO, Tools for Webmasters, Media</description>
	<pubDate>Wed, 07 Jan 2009 11:05:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: FLASH</title>
		<link>http://www.piticstyle.com/2007/11/15/sound-in-flash-how-to-create-play-onclick-button/#comment-7887</link>
		<dc:creator>FLASH</dc:creator>
		<pubDate>Sat, 20 Sep 2008 13:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.piticstyle.com/2007/11/15/sound-in-flash-how-to-create-play-onclick-button/#comment-7887</guid>
		<description>Very Good, Look forward to seeing more of these tutorials</description>
		<content:encoded><![CDATA[<p>Very Good, Look forward to seeing more of these tutorials</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BDS</title>
		<link>http://www.piticstyle.com/2007/11/15/sound-in-flash-how-to-create-play-onclick-button/#comment-2172</link>
		<dc:creator>BDS</dc:creator>
		<pubDate>Tue, 25 Mar 2008 20:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.piticstyle.com/2007/11/15/sound-in-flash-how-to-create-play-onclick-button/#comment-2172</guid>
		<description>You can have the play button stop any song before "playing" it:

on(release)
{
_root.snd.stop(); //stops any song
_root.snd.start(0, 10); //play the actual song
}

The author from this tutorial forgot about this same issue: www.flash-here.com/tutorials/flash_play_sound.html</description>
		<content:encoded><![CDATA[<p>You can have the play button stop any song before &#8220;playing&#8221; it:</p>
<p>on(release)<br />
{<br />
_root.snd.stop(); //stops any song<br />
_root.snd.start(0, 10); //play the actual song<br />
}</p>
<p>The author from this tutorial forgot about this same issue: <a href="http://www.flash-here.com/tutorials/flash_play_sound.html" rel="nofollow">http://www.flash-here.com/tutorials/flash_play_sound.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz Vicens</title>
		<link>http://www.piticstyle.com/2007/11/15/sound-in-flash-how-to-create-play-onclick-button/#comment-738</link>
		<dc:creator>Liz Vicens</dc:creator>
		<pubDate>Sat, 08 Dec 2007 05:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.piticstyle.com/2007/11/15/sound-in-flash-how-to-create-play-onclick-button/#comment-738</guid>
		<description>Hi: Each time you click play will run the song (i.e. 4 clicks = 4 times the song concurrently plays). How do you fix this to prevent it from happening? I only want the click to play once no matter how many times someone clicks the button. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi: Each time you click play will run the song (i.e. 4 clicks = 4 times the song concurrently plays). How do you fix this to prevent it from happening? I only want the click to play once no matter how many times someone clicks the button. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
