<?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>tudwaythecore.com &#187; sound</title>
	<atom:link href="http://blog.tudwaythecore.com/category/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tudwaythecore.com</link>
	<description>blog</description>
	<lastBuildDate>Fri, 29 May 2009 18:00:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sound in AS3 Part 3</title>
		<link>http://blog.tudwaythecore.com/2008/08/sound-in-as3-part-3/</link>
		<comments>http://blog.tudwaythecore.com/2008/08/sound-in-as3-part-3/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 20:02:06 +0000</pubDate>
		<dc:creator>tudway</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[importing]]></category>

		<guid isPermaLink="false">http://blog.tudwaythecore.com/?p=90</guid>
		<description><![CDATA[Loading sound from an external source (i.e, not embedded in the .swf file) is really easy to do once you know how. I am going to use the same example as i used for the last tutorial but the sound is not going to be embedded in the .swf it is going to be hosted [...]]]></description>
		<wfw:commentRss>http://blog.tudwaythecore.com/2008/08/sound-in-as3-part-3/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sound in flash cs3 part 2 &#8211; pause</title>
		<link>http://blog.tudwaythecore.com/2008/04/sound-in-flash-cs3-part-2-pause/</link>
		<comments>http://blog.tudwaythecore.com/2008/04/sound-in-flash-cs3-part-2-pause/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 21:34:00 +0000</pubDate>
		<dc:creator>tudway</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cs3]]></category>

		<guid isPermaLink="false">http://blog.tudwaythecore.com/?p=15</guid>
		<description><![CDATA[Ok, starting off with an example, heres an example where it loops infinitely and you are able to pause and resume it. 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_pause and play_339925438"
			class="flashmovie"
			width="400"
			height="100">
	<param name="movie" value="http://tudwaythecore.com/flashfiles/pause and play.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://tudwaythecore.com/flashfiles/pause and play.swf"
			name="fm_pause and play_339925438"
			width="400"
			height="100">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> The code hasn&#8217;t changed much but there are some subtle differences that have a lot of effect on the outcome. When the pause button is pressed a new variable is [...]]]></description>
		<wfw:commentRss>http://blog.tudwaythecore.com/2008/04/sound-in-flash-cs3-part-2-pause/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sound in Flash CS3</title>
		<link>http://blog.tudwaythecore.com/2008/04/sound-in-flash-cs3/</link>
		<comments>http://blog.tudwaythecore.com/2008/04/sound-in-flash-cs3/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 15:35:00 +0000</pubDate>
		<dc:creator>tudway</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[play]]></category>
		<category><![CDATA[stop]]></category>

		<guid isPermaLink="false">http://blog.tudwaythecore.com/?p=14</guid>
		<description><![CDATA[In flash, sometimes you might want to add a sound using actionscript, for example:- background music that repeats for ever, or a sound that plays only when you shoot a gun. I&#8217;m going to show you how to make this happen!    1st, find a sound or some music that you have in your computer, when [...]]]></description>
		<wfw:commentRss>http://blog.tudwaythecore.com/2008/04/sound-in-flash-cs3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
