<?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: MP3 to SWF converter in Actionscript 3</title>
	<atom:link href="http://blog.debit.nl/2009/02/mp3-to-swf-converter-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.debit.nl/2009/02/mp3-to-swf-converter-in-actionscript-3/</link>
	<description>Freelance developer</description>
	<lastBuildDate>Sat, 10 Dec 2011 17:05:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Radu</title>
		<link>http://blog.debit.nl/2009/02/mp3-to-swf-converter-in-actionscript-3/comment-page-1/#comment-490</link>
		<dc:creator>Radu</dc:creator>
		<pubDate>Thu, 15 Jul 2010 08:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debit.nl/?p=31#comment-490</guid>
		<description>Nice work man you should develop this in to a full featured library</description>
		<content:encoded><![CDATA[<p>Nice work man you should develop this in to a full featured library</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atanas</title>
		<link>http://blog.debit.nl/2009/02/mp3-to-swf-converter-in-actionscript-3/comment-page-1/#comment-442</link>
		<dc:creator>Atanas</dc:creator>
		<pubDate>Sun, 16 Aug 2009 03:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debit.nl/?p=31#comment-442</guid>
		<description>&lt;a href=&quot;#comment-410&quot; rel=&quot;nofollow&quot;&gt;@Jérémie&lt;/a&gt; 

Hi Jérémie,

I was wandering if you have found a way to create an MP3 from a ByteArray? I&#039;ve been trying for more a day now but with little success. 

Thanks!

Atanas.</description>
		<content:encoded><![CDATA[<p><a href="#comment-410" rel="nofollow">@Jérémie</a> </p>
<p>Hi Jérémie,</p>
<p>I was wandering if you have found a way to create an MP3 from a ByteArray? I&#8217;ve been trying for more a day now but with little success. </p>
<p>Thanks!</p>
<p>Atanas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://blog.debit.nl/2009/02/mp3-to-swf-converter-in-actionscript-3/comment-page-1/#comment-440</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Fri, 24 Jul 2009 07:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debit.nl/?p=31#comment-440</guid>
		<description>I know it&#039;s possible with a FLV, because I did it already.
The main thing is you have to parse the FLV to single FLV frames and put them in a SWF. Both specifications are open and downloadable at the adobe site.</description>
		<content:encoded><![CDATA[<p>I know it&#8217;s possible with a FLV, because I did it already.<br />
The main thing is you have to parse the FLV to single FLV frames and put them in a SWF. Both specifications are open and downloadable at the adobe site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://blog.debit.nl/2009/02/mp3-to-swf-converter-in-actionscript-3/comment-page-1/#comment-439</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 24 Jul 2009 05:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debit.nl/?p=31#comment-439</guid>
		<description>very cool!
i know you can get an flv in a byteArray when you load using fileReference.data so you recon its possible to do the same with an flv?</description>
		<content:encoded><![CDATA[<p>very cool!<br />
i know you can get an flv in a byteArray when you load using fileReference.data so you recon its possible to do the same with an flv?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://blog.debit.nl/2009/02/mp3-to-swf-converter-in-actionscript-3/comment-page-1/#comment-412</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debit.nl/?p=31#comment-412</guid>
		<description>Haha! I found a bug :) My MP3 Encoder creates MP3&#039;s that can&#039;t be loaded this way. I&#039;ll have to take a look at it.</description>
		<content:encoded><![CDATA[<p>Haha! I found a bug <img src='http://blog.debit.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  My MP3 Encoder creates MP3&#8217;s that can&#8217;t be loaded this way. I&#8217;ll have to take a look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jérémie</title>
		<link>http://blog.debit.nl/2009/02/mp3-to-swf-converter-in-actionscript-3/comment-page-1/#comment-410</link>
		<dc:creator>Jérémie</dc:creator>
		<pubDate>Tue, 17 Mar 2009 10:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debit.nl/?p=31#comment-410</guid>
		<description>Do you know if there is a way to do the opposite : to create a mp3 file from a ByteArray, build with the SoundMixer class ? My goal is to generate a FLV file, from several external ressources (videos, sounds, graphics...).</description>
		<content:encoded><![CDATA[<p>Do you know if there is a way to do the opposite : to create a mp3 file from a ByteArray, build with the SoundMixer class ? My goal is to generate a FLV file, from several external ressources (videos, sounds, graphics&#8230;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don-Duong Quach</title>
		<link>http://blog.debit.nl/2009/02/mp3-to-swf-converter-in-actionscript-3/comment-page-1/#comment-294</link>
		<dc:creator>Don-Duong Quach</dc:creator>
		<pubDate>Fri, 06 Mar 2009 23:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debit.nl/?p=31#comment-294</guid>
		<description>Cool.  Thanks for the reply.

-Don Q.</description>
		<content:encoded><![CDATA[<p>Cool.  Thanks for the reply.</p>
<p>-Don Q.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://blog.debit.nl/2009/02/mp3-to-swf-converter-in-actionscript-3/comment-page-1/#comment-293</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Fri, 06 Mar 2009 20:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debit.nl/?p=31#comment-293</guid>
		<description>Well the audioframe is my own class. It loads a mp3 into a bytearray. Then I analyze the mp3 and pick out all frames. When you create a SWF you can add mp3 frames to a sound object like it&#039;s an embedded sound.
When I tidy up some of the code I will post some more.</description>
		<content:encoded><![CDATA[<p>Well the audioframe is my own class. It loads a mp3 into a bytearray. Then I analyze the mp3 and pick out all frames. When you create a SWF you can add mp3 frames to a sound object like it&#8217;s an embedded sound.<br />
When I tidy up some of the code I will post some more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don-Duong Quach</title>
		<link>http://blog.debit.nl/2009/02/mp3-to-swf-converter-in-actionscript-3/comment-page-1/#comment-290</link>
		<dc:creator>Don-Duong Quach</dc:creator>
		<pubDate>Fri, 06 Mar 2009 02:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debit.nl/?p=31#comment-290</guid>
		<description>Very cool.  With this technique can you load the swf and access the data as a Sound object?  How would you play the mp3?  Is there a way to generate a Sound instance and load the data into it outside of a URLRequest?

I was using the precompiled SWF / Sound object technique you mentioned above until I decided to use fvorbis instead for my audio needs.

But I&#039;m interested in how you accomplish accessing the mp3 (AudioFrame in particular) and writing it out to generate a proper swf for playback.

I guess I&#039;ll have to look link the SWF specs sometime.

Thanks for the post.  I hope to see more on this!

-Don Q.</description>
		<content:encoded><![CDATA[<p>Very cool.  With this technique can you load the swf and access the data as a Sound object?  How would you play the mp3?  Is there a way to generate a Sound instance and load the data into it outside of a URLRequest?</p>
<p>I was using the precompiled SWF / Sound object technique you mentioned above until I decided to use fvorbis instead for my audio needs.</p>
<p>But I&#8217;m interested in how you accomplish accessing the mp3 (AudioFrame in particular) and writing it out to generate a proper swf for playback.</p>
<p>I guess I&#8217;ll have to look link the SWF specs sometime.</p>
<p>Thanks for the post.  I hope to see more on this!</p>
<p>-Don Q.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

