<?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. 2)</title>
	<atom:link href="http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/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: Éderson</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/comment-page-3/#comment-107855</link>
		<dc:creator>Éderson</dc:creator>
		<pubDate>Wed, 26 Oct 2011 19:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-107855</guid>
		<description>it&#039;s possible to use a streaming adrress with this player?? Aka.: http://ipnumber:8080</description>
		<content:encoded><![CDATA[<p>it&#8217;s possible to use a streaming adrress with this player?? Aka.: <a href="http://ipnumber:8080" rel="nofollow">http://ipnumber:8080</a></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-2/comment-page-3/#comment-105155</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 30 Sep 2011 15:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-105155</guid>
		<description>They all work but WHY does it RANDOMLY play any song in the playlist rather than in order from 1 - x ?</description>
		<content:encoded><![CDATA[<p>They all work but WHY does it RANDOMLY play any song in the playlist rather than in order from 1 &#8211; x ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neo1986kk</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/comment-page-3/#comment-100891</link>
		<dc:creator>neo1986kk</dc:creator>
		<pubDate>Sat, 20 Aug 2011 17:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-100891</guid>
		<description>Hi, I think so that player upgrade to drag &quot;playHead&quot; and I write this code:

playHead.onPress = function(){
startDrag(this, true, 0, this._y, this._parent.loader._width, this._y);
this._parent.sound_mc.sound_obj.stop(); //stop the current sound
this.onEnterFrame = function() {
			var posiP = (this._x)*1000;
			
		};
      // save the current position in a new variable and divide by 1000 (ms -&gt; sec)
    pause = true;//set the variable pause to true
}

playHead.onRelease = function() {
		delete this.onEnterFrame;
		stopDrag();
		this._parent.sound_mc.sound_obj.start(posiP)
		
	};
	
	playHead.onReleaseOutside = function() {
		_root.toolTip._visible = false;
		stopDrag();
		this._parent.sound_mc.sound_obj.start(posiP)
		
	};

But this not working, probably problem is when

setInterval(soundStatus,100); and wrong &#039;posiP&#039;

How make it? 

Sorry, but I&#039;m not speak english perfect:P

Nice day.</description>
		<content:encoded><![CDATA[<p>Hi, I think so that player upgrade to drag &#8220;playHead&#8221; and I write this code:</p>
<p>playHead.onPress = function(){<br />
startDrag(this, true, 0, this._y, this._parent.loader._width, this._y);<br />
this._parent.sound_mc.sound_obj.stop(); //stop the current sound<br />
this.onEnterFrame = function() {<br />
			var posiP = (this._x)*1000;</p>
<p>		};<br />
      // save the current position in a new variable and divide by 1000 (ms -&gt; sec)<br />
    pause = true;//set the variable pause to true<br />
}</p>
<p>playHead.onRelease = function() {<br />
		delete this.onEnterFrame;<br />
		stopDrag();<br />
		this._parent.sound_mc.sound_obj.start(posiP)</p>
<p>	};</p>
<p>	playHead.onReleaseOutside = function() {<br />
		_root.toolTip._visible = false;<br />
		stopDrag();<br />
		this._parent.sound_mc.sound_obj.start(posiP)</p>
<p>	};</p>
<p>But this not working, probably problem is when</p>
<p>setInterval(soundStatus,100); and wrong &#8216;posiP&#8217;</p>
<p>How make it? </p>
<p>Sorry, but I&#8217;m not speak english perfect:P</p>
<p>Nice day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lily</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/comment-page-2/#comment-82276</link>
		<dc:creator>Lily</dc:creator>
		<pubDate>Thu, 03 Feb 2011 04:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-82276</guid>
		<description>Hi, THANK YOU for this tutorial! Its helped so much.
I have everything working however I would only like the music player to start playing after you have pressed the play Button. I cannot figure out how to make it stop once it has loaded the xml so that you can still see the song buttons but only play once you have pressed the play button. 

Please Help!!!  :!:</description>
		<content:encoded><![CDATA[<p>Hi, THANK YOU for this tutorial! Its helped so much.<br />
I have everything working however I would only like the music player to start playing after you have pressed the play Button. I cannot figure out how to make it stop once it has loaded the xml so that you can still see the song buttons but only play once you have pressed the play button. </p>
<p>Please Help!!!  <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_exclaim.gif' alt=':!:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skn</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/comment-page-2/#comment-67397</link>
		<dc:creator>skn</dc:creator>
		<pubDate>Wed, 12 May 2010 08:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-67397</guid>
		<description>i can play the player from downloading .zip file from this site. But whenever i try to change the song in playlist by changing .xml file&#039;s path,song is not changed.Even .mp3 file is deleted but song is playing as usual.No effect on the player.How it&#039;s possible!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>i can play the player from downloading .zip file from this site. But whenever i try to change the song in playlist by changing .xml file&#8217;s path,song is not changed.Even .mp3 file is deleted but song is playing as usual.No effect on the player.How it&#8217;s possible!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flv Player</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/comment-page-2/#comment-66855</link>
		<dc:creator>Flv Player</dc:creator>
		<pubDate>Thu, 22 Apr 2010 11:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-66855</guid>
		<description>you worked great....

Thank you for sharing this tutorial.</description>
		<content:encoded><![CDATA[<p>you worked great&#8230;.</p>
<p>Thank you for sharing this tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: celina</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/comment-page-2/#comment-66628</link>
		<dc:creator>celina</dc:creator>
		<pubDate>Mon, 12 Apr 2010 23:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-66628</guid>
		<description>hi ! i cant open the .fla file
can you send me the file??
please?
thank you very much much</description>
		<content:encoded><![CDATA[<p>hi ! i cant open the .fla file<br />
can you send me the file??<br />
please?<br />
thank you very much much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shashi</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/comment-page-2/#comment-62434</link>
		<dc:creator>Shashi</dc:creator>
		<pubDate>Tue, 01 Dec 2009 07:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-62434</guid>
		<description>You are great,

Thank you very much for share with all</description>
		<content:encoded><![CDATA[<p>You are great,</p>
<p>Thank you very much for share with all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lano</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/comment-page-2/#comment-61948</link>
		<dc:creator>Lano</dc:creator>
		<pubDate>Mon, 09 Nov 2009 05:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-61948</guid>
		<description>thanks for the tutorial!

everything in the first part of the tutorial works fine.
now - after the second part nothing works at all: 
1. the &quot;prev&quot; and the &quot;next&quot; buttons can&#039;t be clicked anymore...just useless pictures!
2. the timer doesn&#039;t work in any way - still shows 00:00
3. the volume dragger doesn&#039;t stop at the end of volBG (well the left end of the dragger ends there but the rest of the dragger reaches over the end of volBG on the right side!)

and the funny thing: i don&#039;T get any error messages in flash!?!?? what a joke...

all together: very frustrating :-(

i really appreciate people who share their knowledge with others but: it should be made correctly. i know there will be people who say i might be to stupid to handle it...so it must be my fault...but if i was perfect in flash and actionscript there would be no need for me to do this tutorial. just sad that this one doesn&#039;t work out correctly. and i have to admit that i did several tutorials before this one and i finished all of them succesfully. 

and by the way: the .fla can&#039;t be opened in adobe flash cs4 (so it&#039;s hard to find any mistakes)

and: copying the complete code from above doesn&#039;t change anything...

oh man...it&#039;s so sad.... :-(</description>
		<content:encoded><![CDATA[<p>thanks for the tutorial!</p>
<p>everything in the first part of the tutorial works fine.<br />
now &#8211; after the second part nothing works at all:<br />
1. the &#8220;prev&#8221; and the &#8220;next&#8221; buttons can&#8217;t be clicked anymore&#8230;just useless pictures!<br />
2. the timer doesn&#8217;t work in any way &#8211; still shows 00:00<br />
3. the volume dragger doesn&#8217;t stop at the end of volBG (well the left end of the dragger ends there but the rest of the dragger reaches over the end of volBG on the right side!)</p>
<p>and the funny thing: i don&#8217;T get any error messages in flash!?!?? what a joke&#8230;</p>
<p>all together: very frustrating <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>i really appreciate people who share their knowledge with others but: it should be made correctly. i know there will be people who say i might be to stupid to handle it&#8230;so it must be my fault&#8230;but if i was perfect in flash and actionscript there would be no need for me to do this tutorial. just sad that this one doesn&#8217;t work out correctly. and i have to admit that i did several tutorials before this one and i finished all of them succesfully. </p>
<p>and by the way: the .fla can&#8217;t be opened in adobe flash cs4 (so it&#8217;s hard to find any mistakes)</p>
<p>and: copying the complete code from above doesn&#8217;t change anything&#8230;</p>
<p>oh man&#8230;it&#8217;s so sad&#8230;. <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnyboy</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/comment-page-2/#comment-61427</link>
		<dc:creator>Johnyboy</dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-61427</guid>
		<description>Hello. Great script you have got here. You deserve much praise for releasing the source files too! You are a great help for someone like me who can not get the hang of program.

One thing though, Would it be possible to keep playing the songs in a random order when you click the next button?

John.</description>
		<content:encoded><![CDATA[<p>Hello. Great script you have got here. You deserve much praise for releasing the source files too! You are a great help for someone like me who can not get the hang of program.</p>
<p>One thing though, Would it be possible to keep playing the songs in a random order when you click the next button?</p>
<p>John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pedropolar</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/comment-page-2/#comment-60706</link>
		<dc:creator>pedropolar</dc:creator>
		<pubDate>Fri, 25 Sep 2009 20:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-60706</guid>
		<description>Hi the mp3 player it´s great but ¿how can i add a pause button?

thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi the mp3 player it´s great but ¿how can i add a pause button?</p>
<p>thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/comment-page-2/#comment-58721</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 27 Jul 2009 21:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-2/#comment-58721</guid>
		<description>function timer(sound_obj) {
time=sound_obj.position/1000;
min=Math.floor(time/60);
min=(min%lt;10)?&quot;0&quot;+min:min;
sec=Math.floor(time%60);
sec=(sec&lt;10)?&quot;0&quot;+sec:sec;


Lol there is no error its the html 
function timer(sound_obj) {
time=sound_obj.position/1000;
min=Math.floor(time/60);
min = (min&lt;10) ? &quot;0&quot;+min : min
sec=Math.floor(time%60);
sec=(sec &lt; 10) ? &quot;0&quot;+sec:sec;</description>
		<content:encoded><![CDATA[<p>function timer(sound_obj) {<br />
time=sound_obj.position/1000;<br />
min=Math.floor(time/60);<br />
min=(min%lt;10)?&#8221;0&#8243;+min:min;<br />
sec=Math.floor(time%60);<br />
sec=(sec&lt;10)?&#8221;0&#8243;+sec:sec;</p>
<p>Lol there is no error its the html<br />
function timer(sound_obj) {<br />
time=sound_obj.position/1000;<br />
min=Math.floor(time/60);<br />
min = (min&lt;10) ? &quot;0&quot;+min : min<br />
sec=Math.floor(time%60);<br />
sec=(sec &lt; 10) ? &quot;0&quot;+sec:sec;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

