<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: [AS 3] Actionscript 3.0 Load External .mp3 Audio</title>
	<atom:link href="http://manewc.com/2008/01/04/actionscript-30-load-external-mp3-audio/feed/" rel="self" type="application/rss+xml" />
	<link>http://manewc.com/2008/01/04/actionscript-30-load-external-mp3-audio/</link>
	<description>iPhone, Flash, Flex, AIR, &#38; Web Development</description>
	<lastBuildDate>Thu, 29 Oct 2009 10:52:09 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://manewc.com/2008/01/04/actionscript-30-load-external-mp3-audio/comment-page-1/#comment-1099</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 04 Aug 2009 12:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://manewc.com/2008/01/04/actionscript-30-load-external-mp3-audio/#comment-1099</guid>
		<description>Daniel &amp; Fred, 

This may be because of a the Flash Security Settings - try and use a relative path to the audio file rather than an absolute one.

-M</description>
		<content:encoded><![CDATA[<p>Daniel &#038; Fred, </p>
<p>This may be because of a the Flash Security Settings &#8211; try and use a relative path to the audio file rather than an absolute one.</p>
<p>-M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://manewc.com/2008/01/04/actionscript-30-load-external-mp3-audio/comment-page-1/#comment-1098</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 04 Aug 2009 12:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://manewc.com/2008/01/04/actionscript-30-load-external-mp3-audio/#comment-1098</guid>
		<description>I get this same error if I use it in flash. Any Ideas as to what is wrong?</description>
		<content:encoded><![CDATA[<p>I get this same error if I use it in flash. Any Ideas as to what is wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://manewc.com/2008/01/04/actionscript-30-load-external-mp3-audio/comment-page-1/#comment-1022</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Fri, 03 Jul 2009 00:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://manewc.com/2008/01/04/actionscript-30-load-external-mp3-audio/#comment-1022</guid>
		<description>if I put a web url it says Error opening URL &#039;http://www.newgrounds.com/audio/download/245921&#039;
Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.
	at LoadAudio()

it is a download url however</description>
		<content:encoded><![CDATA[<p>if I put a web url it says Error opening URL &#8216;http://www.newgrounds.com/audio/download/245921&#8242;<br />
Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.<br />
	at LoadAudio()</p>
<p>it is a download url however</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://manewc.com/2008/01/04/actionscript-30-load-external-mp3-audio/comment-page-1/#comment-840</link>
		<dc:creator>james</dc:creator>
		<pubDate>Tue, 24 Feb 2009 17:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://manewc.com/2008/01/04/actionscript-30-load-external-mp3-audio/#comment-840</guid>
		<description>...and for looping audio (as an alternative to snd.play(0,xNumofTimes), add the following:
channel.addEventListener(Event.SOUND_COMPLETE,loopSound);

function loopSound(e:Event):void{
    channel = snd.play(); 
}</description>
		<content:encoded><![CDATA[<p>&#8230;and for looping audio (as an alternative to snd.play(0,xNumofTimes), add the following:<br />
channel.addEventListener(Event.SOUND_COMPLETE,loopSound);</p>
<p>function loopSound(e:Event):void{<br />
    channel = snd.play();<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
