<?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: Load and Play .wav files at rumtime with AS 3.0 (source included)</title>
	<atom:link href="http://richapps.de/?feed=rss2&#038;p=97" rel="self" type="application/rss+xml" />
	<link>http://richapps.de/?p=97</link>
	<description>Adobe technology (Flex,Flash,AIR)</description>
	<lastBuildDate>Sat, 21 Aug 2010 14:28:53 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pixel Expander Project &#187; Interprétation du son</title>
		<link>http://richapps.de/?p=97&#038;cpage=1#comment-27134</link>
		<dc:creator>Pixel Expander Project &#187; Interprétation du son</dc:creator>
		<pubDate>Sun, 30 May 2010 13:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=97#comment-27134</guid>
		<description>[...] ne sont pas compris par Flash. Il n&#8217;est donc pas possible de les importer directement. Pour contrer cela, nous devrons importer le fichier sonore en tant que ByteArray. Ce ByteArray sera placé dans un [...]</description>
		<content:encoded><![CDATA[<p>[...] ne sont pas compris par Flash. Il n&#8217;est donc pas possible de les importer directement. Pour contrer cela, nous devrons importer le fichier sonore en tant que ByteArray. Ce ByteArray sera placé dans un [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abid Hussain</title>
		<link>http://richapps.de/?p=97&#038;cpage=1#comment-26788</link>
		<dc:creator>Abid Hussain</dc:creator>
		<pubDate>Mon, 17 May 2010 11:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=97#comment-26788</guid>
		<description>Please send me the source in flex 3 of playing .wav file</description>
		<content:encoded><![CDATA[<p>Please send me the source in flex 3 of playing .wav file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abid Hussain</title>
		<link>http://richapps.de/?p=97&#038;cpage=1#comment-26787</link>
		<dc:creator>Abid Hussain</dc:creator>
		<pubDate>Mon, 17 May 2010 11:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=97#comment-26787</guid>
		<description>Can anyone send me player like http://etcs.ru/pre/WAVPlayer/?url=sound3.wav in flex 3</description>
		<content:encoded><![CDATA[<p>Can anyone send me player like <a href="http://etcs.ru/pre/WAVPlayer/?url=sound3.wav" rel="nofollow">http://etcs.ru/pre/WAVPlayer/?url=sound3.wav</a> in flex 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abid Hussain</title>
		<link>http://richapps.de/?p=97&#038;cpage=1#comment-26757</link>
		<dc:creator>Abid Hussain</dc:creator>
		<pubDate>Sun, 16 May 2010 20:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=97#comment-26757</guid>
		<description>Man you are doing great job can you please send me the source code.
I want to load and play a wav file.</description>
		<content:encoded><![CDATA[<p>Man you are doing great job can you please send me the source code.<br />
I want to load and play a wav file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abid Hussain</title>
		<link>http://richapps.de/?p=97&#038;cpage=1#comment-26756</link>
		<dc:creator>Abid Hussain</dc:creator>
		<pubDate>Sun, 16 May 2010 19:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=97#comment-26756</guid>
		<description>I don&#039;t know why you are saying that you have provided the source code as i have seen your both post and it is just time wasting nothing else.
You have to provide valid link.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why you are saying that you have provided the source code as i have seen your both post and it is just time wasting nothing else.<br />
You have to provide valid link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Fedorov</title>
		<link>http://richapps.de/?p=97&#038;cpage=1#comment-20045</link>
		<dc:creator>Anton Fedorov</dc:creator>
		<pubDate>Tue, 22 Dec 2009 11:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=97#comment-20045</guid>
		<description>I have made wav player, that able to playback stream, seek in it (after it have loaded and parsed file headers, of course).
It directly decodes file (file can be coded as PCM, GSM or G711), resample it (from any source bitrate to 44100) and play thru audiosink.
Support as mono as stereo :)

Here you can grab a copy with source code:
http://blog.datacompboy.ru/2009/11/29/asterisk-records-flash-player-wavplayer-1-6-1/</description>
		<content:encoded><![CDATA[<p>I have made wav player, that able to playback stream, seek in it (after it have loaded and parsed file headers, of course).<br />
It directly decodes file (file can be coded as PCM, GSM or G711), resample it (from any source bitrate to 44100) and play thru audiosink.<br />
Support as mono as stereo <img src='http://richapps.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here you can grab a copy with source code:<br />
<a href="http://blog.datacompboy.ru/2009/11/29/asterisk-records-flash-player-wavplayer-1-6-1/" rel="nofollow">http://blog.datacompboy.ru/2009/11/29/asterisk-records-flash-player-wavplayer-1-6-1/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niklas</title>
		<link>http://richapps.de/?p=97&#038;cpage=1#comment-16452</link>
		<dc:creator>Niklas</dc:creator>
		<pubDate>Sat, 31 Oct 2009 16:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=97#comment-16452</guid>
		<description>Hey Benz,

i am working on a project for university and would be interested in your code for this audio player. is it still available somewhere? would be very kind.

regards,

Niklas</description>
		<content:encoded><![CDATA[<p>Hey Benz,</p>
<p>i am working on a project for university and would be interested in your code for this audio player. is it still available somewhere? would be very kind.</p>
<p>regards,</p>
<p>Niklas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrick</title>
		<link>http://richapps.de/?p=97&#038;cpage=1#comment-8773</link>
		<dc:creator>Garrick</dc:creator>
		<pubDate>Tue, 30 Jun 2009 11:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=97#comment-8773</guid>
		<description>I am also looking for this class.  Does it live somewhere else now?  May I request it please?  I would really appreciate the classes needed to play .wav files for runtime.  Thank you very much.</description>
		<content:encoded><![CDATA[<p>I am also looking for this class.  Does it live somewhere else now?  May I request it please?  I would really appreciate the classes needed to play .wav files for runtime.  Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etc</title>
		<link>http://richapps.de/?p=97&#038;cpage=1#comment-8036</link>
		<dc:creator>etc</dc:creator>
		<pubDate>Wed, 03 Jun 2009 19:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=97#comment-8036</guid>
		<description>You can get sources of my player here:
http://etcs.ru/pre/WAVPlayer/</description>
		<content:encoded><![CDATA[<p>You can get sources of my player here:<br />
<a href="http://etcs.ru/pre/WAVPlayer/" rel="nofollow">http://etcs.ru/pre/WAVPlayer/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali V</title>
		<link>http://richapps.de/?p=97&#038;cpage=1#comment-1042</link>
		<dc:creator>Ali V</dc:creator>
		<pubDate>Tue, 03 Mar 2009 13:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=97#comment-1042</guid>
		<description>Hi,
I was looking for something like this and your post describes the perfect solution for me. Unfortunately I am unable download any source from this file as I get a 404 error when I click on the zip file link. Not sure if the files have moved somewhere and post is yet to be updated. Anyway I will appreciate if you can email me the source or the correct link to download the source from.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was looking for something like this and your post describes the perfect solution for me. Unfortunately I am unable download any source from this file as I get a 404 error when I click on the zip file link. Not sure if the files have moved somewhere and post is yet to be updated. Anyway I will appreciate if you can email me the source or the correct link to download the source from.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
