<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Flash: Create a Full Streaming Flash MP3 player using XML! (pt. 1)</title>
	<atom:link href="http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.six4rty.ch</link>
	<description>Code &#38; Technology Aficionado - Come for the Flash, stay for more!</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:29:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: kyle</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-6/#comment-122836</link>
		<dc:creator>kyle</dc:creator>
		<pubDate>Tue, 10 Jan 2012 14:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-122836</guid>
		<description>Very kind of you to publish this article, thank you. I have tried to customize a little bit the player provided in the zip file but I couldn&#039;t open the FLA, what version of Flash should I use for that? Here: http://www.flashxml.net/mp3-player.html I found a mp3 player that is fully customizable through xml files and this is awesome, not only the songs. Do you have plans to create something like that?</description>
		<content:encoded><![CDATA[<p>Very kind of you to publish this article, thank you. I have tried to customize a little bit the player provided in the zip file but I couldn&#8217;t open the FLA, what version of Flash should I use for that? Here: <a href="http://www.flashxml.net/mp3-player.html" rel="nofollow">http://www.flashxml.net/mp3-player.html</a> I found a mp3 player that is fully customizable through xml files and this is awesome, not only the songs. Do you have plans to create something like that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t_giesen@yahoo.it</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-6/#comment-109350</link>
		<dc:creator>t_giesen@yahoo.it</dc:creator>
		<pubDate>Sat, 05 Nov 2011 21:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-109350</guid>
		<description>You are just great!!!
Thank you so much</description>
		<content:encoded><![CDATA[<p>You are just great!!!<br />
Thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nedim</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-6/#comment-105425</link>
		<dc:creator>Nedim</dc:creator>
		<pubDate>Tue, 04 Oct 2011 06:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-105425</guid>
		<description>thanks for this!!!!
 :lol:</description>
		<content:encoded><![CDATA[<p>thanks for this!!!!<br />
 <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-5/#comment-105157</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 30 Sep 2011 15:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-105157</guid>
		<description>Hey Kevin,
How did you fix the random playing songs to play in order from 1 - x ?
Thanks!!</description>
		<content:encoded><![CDATA[<p>Hey Kevin,<br />
How did you fix the random playing songs to play in order from 1 &#8211; x ?<br />
Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-2/#comment-97309</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 12 Jul 2011 09:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-97309</guid>
		<description>Tiago i am in desperate need of your help   or anyone for that matter  i get these Syntax error


Scene 1, Layer &#039;Actions&#039;, Frame 1	1084: Syntax error: expecting identifier before end of program.

and 

Scene 1, Layer &#039;Actions&#039;, Frame 1, Line 47	1084: Syntax error: expecting identifier before xmltagstartend.





this is my code
stop();
playlist= new XML();
playlist.ignoreWhite=true;
playlist.onLoad = function (success) {
if(success) {
_global.songname = [];
_global.songfile = [];
for (var i=0; i0) {
delete this.onEnterFrame;
this._parent.display_txt.text=name; 
} else {
this._parent.display_txt.text=&quot;loading...&quot; 
}
}
this.sound_obj.onSoundComplete = function () {
(song_nr==songfile.length-1)? _global.song_nr=0 : _global.song_nr++;
_root.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);
}
}
btn_play.onRelease = function () {
this._parent.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);
}
btn_stop.onRelease = function() {
this._parent.sound_mc.sound_obj.stop(); 
}
btn_next.onRelease = function () {
(song_nr==songfile.length-1)? _global.song_nr=0 : _global.song_nr++;
_root.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);
}
btn_prev.onRelease = function () {
(song_nr==0)? _global.song_nr=songfile.length-1 : _global.song_nr--;
_root.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);
}
playlist.load(&quot;C:\Users\daboys\Desktop\Chaos\Sites\playlist.xml&quot;);
</description>
		<content:encoded><![CDATA[<p>Tiago i am in desperate need of your help   or anyone for that matter  i get these Syntax error</p>
<p>Scene 1, Layer &#8216;Actions&#8217;, Frame 1	1084: Syntax error: expecting identifier before end of program.</p>
<p>and </p>
<p>Scene 1, Layer &#8216;Actions&#8217;, Frame 1, Line 47	1084: Syntax error: expecting identifier before xmltagstartend.</p>
<p>this is my code<br />
stop();<br />
playlist= new XML();<br />
playlist.ignoreWhite=true;<br />
playlist.onLoad = function (success) {<br />
if(success) {<br />
_global.songname = [];<br />
_global.songfile = [];<br />
for (var i=0; i0) {<br />
delete this.onEnterFrame;<br />
this._parent.display_txt.text=name;<br />
} else {<br />
this._parent.display_txt.text=&#8221;loading&#8230;&#8221;<br />
}<br />
}<br />
this.sound_obj.onSoundComplete = function () {<br />
(song_nr==songfile.length-1)? _global.song_nr=0 : _global.song_nr++;<br />
_root.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);<br />
}<br />
}<br />
btn_play.onRelease = function () {<br />
this._parent.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);<br />
}<br />
btn_stop.onRelease = function() {<br />
this._parent.sound_mc.sound_obj.stop();<br />
}<br />
btn_next.onRelease = function () {<br />
(song_nr==songfile.length-1)? _global.song_nr=0 : _global.song_nr++;<br />
_root.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);<br />
}<br />
btn_prev.onRelease = function () {<br />
(song_nr==0)? _global.song_nr=songfile.length-1 : _global.song_nr&#8211;;<br />
_root.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);<br />
}<br />
playlist.load(&#8220;C:\Users\daboys\Desktop\Chaos\Sites\playlist.xml&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christa</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-6/#comment-95794</link>
		<dc:creator>Christa</dc:creator>
		<pubDate>Tue, 28 Jun 2011 10:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-95794</guid>
		<description>Thank you very much for this great tut and detailed descrption...AWESOME...I begin stuying with programming. Very helpful.
Love from Switzerland!
Christa</description>
		<content:encoded><![CDATA[<p>Thank you very much for this great tut and detailed descrption&#8230;AWESOME&#8230;I begin stuying with programming. Very helpful.<br />
Love from Switzerland!<br />
Christa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oshko</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-6/#comment-92747</link>
		<dc:creator>Oshko</dc:creator>
		<pubDate>Tue, 31 May 2011 10:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-92747</guid>
		<description>Hi 
The tutorial is great and player works fine but I really need the songs to loop. Anybody knows how to do it?</description>
		<content:encoded><![CDATA[<p>Hi<br />
The tutorial is great and player works fine but I really need the songs to loop. Anybody knows how to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brando</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-6/#comment-92578</link>
		<dc:creator>brando</dc:creator>
		<pubDate>Sun, 29 May 2011 07:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-92578</guid>
		<description>Tiago! how do we get this to work in AC3... it keeps giving me an error... 1084: Syntax error: expecting identifier before xmltagstartend.

please help?!</description>
		<content:encoded><![CDATA[<p>Tiago! how do we get this to work in AC3&#8230; it keeps giving me an error&#8230; 1084: Syntax error: expecting identifier before xmltagstartend.</p>
<p>please help?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gucci Scarpe</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-6/#comment-91514</link>
		<dc:creator>Gucci Scarpe</dc:creator>
		<pubDate>Mon, 16 May 2011 12:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-91514</guid>
		<description>You made some respectable points there. I seemed on the web for the difficulty and located most people will go along with with your website.</description>
		<content:encoded><![CDATA[<p>You made some respectable points there. I seemed on the web for the difficulty and located most people will go along with with your website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-6/#comment-89522</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 25 Apr 2011 12:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-89522</guid>
		<description>Hi, Tiago,

Thanks so much for the great tutorial. I&#039;m using it in a project I&#039;m working on and the results are stellar! I do have one question, though. How would you modify the code so that the volume doesn&#039;t reset after each song load? Can you just set volume once and leave it the same for all songs until the volume changes?

Thanks again for a great tutorial!</description>
		<content:encoded><![CDATA[<p>Hi, Tiago,</p>
<p>Thanks so much for the great tutorial. I&#8217;m using it in a project I&#8217;m working on and the results are stellar! I do have one question, though. How would you modify the code so that the volume doesn&#8217;t reset after each song load? Can you just set volume once and leave it the same for all songs until the volume changes?</p>
<p>Thanks again for a great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shirleen Redfear</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-5/#comment-89453</link>
		<dc:creator>Shirleen Redfear</dc:creator>
		<pubDate>Sun, 24 Apr 2011 15:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-89453</guid>
		<description>naturally like your web site however you have to take a look at the spelling on several of your posts. Several of them are rife with spelling problems and I find it very bothersome to tell the truth nevertheless I¡¦ll certainly come again again.</description>
		<content:encoded><![CDATA[<p>naturally like your web site however you have to take a look at the spelling on several of your posts. Several of them are rife with spelling problems and I find it very bothersome to tell the truth nevertheless I¡¦ll certainly come again again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eriz Purna Irawan</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/comment-page-5/#comment-87120</link>
		<dc:creator>Eriz Purna Irawan</dc:creator>
		<pubDate>Tue, 22 Mar 2011 15:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-1/#comment-87120</guid>
		<description>Thx U so much....
I so very happy,,,, 

Emmmmuuuuuahhh..... i like it!!</description>
		<content:encoded><![CDATA[<p>Thx U so much&#8230;.<br />
I so very happy,,,, </p>
<p>Emmmmuuuuuahhh&#8230;.. i like it!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

