<?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>ActionScript Examples &#187; Sound</title>
	<atom:link href="http://actionscriptexamples.com/category/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptexamples.com</link>
	<description>A bunch of ActionScript 2.0 and ActionScript 3.0 examples*</description>
	<lastBuildDate>Mon, 28 Jun 2010 18:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Displaying a dynamically loaded MP3 file&#8217;s ID3 information in ActionScript 2.0 and ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/03/01/displaying-a-dynamically-loaded-mp3-files-id3-information-in-actionscript-20-and-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/03/01/displaying-a-dynamically-loaded-mp3-files-id3-information-in-actionscript-20-and-actionscript-30/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 07:55:07 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Sound]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[id3]]></category>
		<category><![CDATA[onID3]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/03/01/displaying-a-dynamically-loaded-mp3-files-id3-information-in-actionscript-20-and-actionscript-30/</guid>
		<description><![CDATA[The following examples show how you can dynamically load an external MP3 file and display it&#8217;s ID3 information in ActionScript 2.0 and ActionScript 3.0 using the Sound class and id3 property. Full code after the jump. The following example shows how you can display an MP3 file&#8217;s ID3 information using the onID3 event handler and [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/03/01/displaying-a-dynamically-loaded-mp3-files-id3-information-in-actionscript-20-and-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
<enclosure url="http://www.helpexamples.com/flash/sound/song2.mp3" length="195948" type="audio/mpeg" />
		</item>
		<item>
		<title>Loading external MP3 files in ActionScript 2.0 and ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/03/01/loading-external-mp3-files-in-actionscript-20-and-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/03/01/loading-external-mp3-files-in-actionscript-20-and-actionscript-30/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 07:31:53 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Sound]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[load()]]></category>
		<category><![CDATA[loadSound()]]></category>
		<category><![CDATA[play()]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/03/01/loading-external-mp3-files-in-actionscript-20-and-actionscript-30/</guid>
		<description><![CDATA[The following examples show how you can dynamically load MP3 files into your SWF using the Sound class in ActionScript 2.0 and ActionScript 3.0. Full code after the jump. The following example shows how you can load an external MP3 file using the Sound class and loadSound() method in ActionScript 2.0: // ActionScript 2.0 var [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/03/01/loading-external-mp3-files-in-actionscript-20-and-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://www.helpexamples.com/flash/sound/song2.mp3" length="195948" type="audio/mpeg" />
		</item>
	</channel>
</rss>
