<?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>André Anaya &#187; sound</title>
	<atom:link href="http://blog.andreanaya.com/lang/en/tag/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.andreanaya.com</link>
	<description>Technology and interactive media</description>
	<lastBuildDate>Thu, 28 Apr 2011 15:46:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Dynamic Sound &#8211; Part 2</title>
		<link>http://blog.andreanaya.com/lang/en/2009/05/dynamic-sound-part-2</link>
		<comments>http://blog.andreanaya.com/lang/en/2009/05/dynamic-sound-part-2#comments</comments>
		<pubDate>Wed, 06 May 2009 16:36:22 +0000</pubDate>
		<dc:creator>Anaya</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://blog.andreanaya.com/?p=364</guid>
		<description><![CDATA[Last post I started with the basic of dynamic sound in flash. Now we will do something more pratical with what we saw. We will create a piano that play notes by clicking or pressing keys. I will not spend &#8230; <a href="http://blog.andreanaya.com/lang/en/2009/05/dynamic-sound-part-2">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.andreanaya.com/lang/en/2009/05/dynamic-sound-part-2/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Dynamic Sound &#8211; Part 1</title>
		<link>http://blog.andreanaya.com/lang/en/2009/04/dynamic-sound-part-1</link>
		<comments>http://blog.andreanaya.com/lang/en/2009/04/dynamic-sound-part-1#comments</comments>
		<pubDate>Mon, 27 Apr 2009 15:03:37 +0000</pubDate>
		<dc:creator>Anaya</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://blog.andreanaya.com/?p=303</guid>
		<description><![CDATA[I spent the last couple weeks working on a project involving sound. Unfortunatly I can&#8217;t show it yet, but my goal was to play a bunch of musical notes at the same time in a especific interval. The first thing &#8230; <a href="http://blog.andreanaya.com/lang/en/2009/04/dynamic-sound-part-1">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.andreanaya.com/lang/en/2009/04/dynamic-sound-part-1/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Soundcard check</title>
		<link>http://blog.andreanaya.com/lang/en/2008/09/soundcard-check</link>
		<comments>http://blog.andreanaya.com/lang/en/2008/09/soundcard-check#comments</comments>
		<pubDate>Tue, 16 Sep 2008 23:32:23 +0000</pubDate>
		<dc:creator>Anaya</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.blog.andreanaya.com/?p=7</guid>
		<description><![CDATA[To check if the soundcard is available, test if the SoundChannel class is not null var sound:Sound = new Sound&#40;&#41;; var channel:SoundChannel = sound.play&#40;&#41;; &#160; if&#40;channel != null&#41;&#123; trace&#40;&#34;Soundcard available&#34;&#41;; &#125;else&#123; trace&#40;&#34;Soundcard not available&#34;&#41;; &#125;]]></description>
		<wfw:commentRss>http://blog.andreanaya.com/lang/en/2008/09/soundcard-check/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

