<?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. 3)</title>
	<atom:link href="http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/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: xbkqcx</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-1/#comment-115586</link>
		<dc:creator>xbkqcx</dc:creator>
		<pubDate>Fri, 16 Dec 2011 11:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-115586</guid>
		<description>xZj5F8  &lt;a href=&quot;http://swacvwczzcbr.com/&quot; rel=&quot;nofollow&quot;&gt;swacvwczzcbr&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>xZj5F8  <a href="http://swacvwczzcbr.com/" rel="nofollow">swacvwczzcbr</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wvleupf</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-1/#comment-115050</link>
		<dc:creator>wvleupf</dc:creator>
		<pubDate>Wed, 14 Dec 2011 11:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-115050</guid>
		<description>Xuh26W  &lt;a href=&quot;http://edculpcgbemo.com/&quot; rel=&quot;nofollow&quot;&gt;edculpcgbemo&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Xuh26W  <a href="http://edculpcgbemo.com/" rel="nofollow">edculpcgbemo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linx</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-1/#comment-114945</link>
		<dc:creator>Linx</dc:creator>
		<pubDate>Wed, 14 Dec 2011 03:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-114945</guid>
		<description>The voice of raitonlaity! Good to hear from you.</description>
		<content:encoded><![CDATA[<p>The voice of raitonlaity! Good to hear from you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-5/#comment-100670</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 18 Aug 2011 13:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-100670</guid>
		<description>Sorry everyone, forgot about the html formatting...
Again, the XML file, and the FLA file for the video player:

&lt;!--

	
	
	
	
	




stop();
var nc:NetConnection = new NetConnection();
nc.connect(null);

var ns:NetStream = new NetStream(nc);

myVideo.attachNetStream(ns);

ns.setBufferTime(10);
// xml playlist
// create an XMl object
var vidList:XML = new XML();
// ignore white spaces
vidList.ignoreWhite = true;
vidList.onLoad = function() {
		_global.videoname = [];
		for (var i = 0; i= 4){
			_root.videoPlayer[&quot;but&quot;+i]._x = -190;
			_root.videoPlayer[&quot;but&quot;+i]._y = -66+ (i*39);
		 
		}
		}
}
vidList.load(&quot;vidList.xml&quot;);
setInterval(duration,100);
--&gt;

Thanks again!
J</description>
		<content:encoded><![CDATA[<p>Sorry everyone, forgot about the html formatting&#8230;<br />
Again, the XML file, and the FLA file for the video player:</p>
<p>&lt;!&#8211;</p>
<p>stop();<br />
var nc:NetConnection = new NetConnection();<br />
nc.connect(null);</p>
<p>var ns:NetStream = new NetStream(nc);</p>
<p>myVideo.attachNetStream(ns);</p>
<p>ns.setBufferTime(10);<br />
// xml playlist<br />
// create an XMl object<br />
var vidList:XML = new XML();<br />
// ignore white spaces<br />
vidList.ignoreWhite = true;<br />
vidList.onLoad = function() {<br />
		_global.videoname = [];<br />
		for (var i = 0; i= 4){<br />
			_root.videoPlayer["but"+i]._x = -190;<br />
			_root.videoPlayer["but"+i]._y = -66+ (i*39);</p>
<p>		}<br />
		}<br />
}<br />
vidList.load(&#8220;vidList.xml&#8221;);<br />
setInterval(duration,100);<br />
&#8211;&gt;</p>
<p>Thanks again!<br />
J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-5/#comment-100669</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 18 Aug 2011 13:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-100669</guid>
		<description>Hello Tiago,
Again regarding this video player aforementioned, here is the code for the player.
I can display my xml content, and arrange everything just like your mp3 player, but thats about it... 
How can I trigger the buttons for each video? how can i get things to work with addEventListener?

Your help (or anybody else&#039;s!)would be very very much appreciated...Thanks again. J

XML content:

	
	
	
	
	




FLA file for the videoplayer:

stop();
var nc:NetConnection = new NetConnection();
nc.connect(null);

var ns:NetStream = new NetStream(nc);

myVideo.attachNetStream(ns);

ns.setBufferTime(10);
// xml playlist
// create an XMl object
var vidList:XML = new XML();
// ignore white spaces
vidList.ignoreWhite = true;
vidList.onLoad = function() {
		_global.videoname = [];
		for (var i = 0; i= 4){
			_root.videoPlayer[&quot;but&quot;+i]._x = -190;
			_root.videoPlayer[&quot;but&quot;+i]._y = -66+ (i*39);
		 
		}
		}
}
vidList.load(&quot;vidList.xml&quot;);
setInterval(duration,100);</description>
		<content:encoded><![CDATA[<p>Hello Tiago,<br />
Again regarding this video player aforementioned, here is the code for the player.<br />
I can display my xml content, and arrange everything just like your mp3 player, but thats about it&#8230;<br />
How can I trigger the buttons for each video? how can i get things to work with addEventListener?</p>
<p>Your help (or anybody else&#8217;s!)would be very very much appreciated&#8230;Thanks again. J</p>
<p>XML content:</p>
<p>FLA file for the videoplayer:</p>
<p>stop();<br />
var nc:NetConnection = new NetConnection();<br />
nc.connect(null);</p>
<p>var ns:NetStream = new NetStream(nc);</p>
<p>myVideo.attachNetStream(ns);</p>
<p>ns.setBufferTime(10);<br />
// xml playlist<br />
// create an XMl object<br />
var vidList:XML = new XML();<br />
// ignore white spaces<br />
vidList.ignoreWhite = true;<br />
vidList.onLoad = function() {<br />
		_global.videoname = [];<br />
		for (var i = 0; i= 4){<br />
			_root.videoPlayer["but"+i]._x = -190;<br />
			_root.videoPlayer["but"+i]._y = -66+ (i*39);</p>
<p>		}<br />
		}<br />
}<br />
vidList.load(&#8220;vidList.xml&#8221;);<br />
setInterval(duration,100);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-5/#comment-99452</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 04 Aug 2011 16:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-99452</guid>
		<description>Hello Tiago,
What a great tute. Very clever. I&#039;ve tried integrating it into my upcoming website, everything (nearly) done (some coding anomalies on my side...)
I was wondering how I could adapt your player for video, using the same array, same buttons, etc...
I&#039;ve tried using the NetConnect and NetStream objects, but i can&#039;t get my xml loaded...
Could multiple functions with the same name be a problem?
Any help would be greatly appreciated... my website isn&#039;t online yet, but I would be more than glad to send you the fla  file to have a peek.

Thanks a million.

Jeremy</description>
		<content:encoded><![CDATA[<p>Hello Tiago,<br />
What a great tute. Very clever. I&#8217;ve tried integrating it into my upcoming website, everything (nearly) done (some coding anomalies on my side&#8230;)<br />
I was wondering how I could adapt your player for video, using the same array, same buttons, etc&#8230;<br />
I&#8217;ve tried using the NetConnect and NetStream objects, but i can&#8217;t get my xml loaded&#8230;<br />
Could multiple functions with the same name be a problem?<br />
Any help would be greatly appreciated&#8230; my website isn&#8217;t online yet, but I would be more than glad to send you the fla  file to have a peek.</p>
<p>Thanks a million.</p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-5/#comment-97022</link>
		<dc:creator>Tiago</dc:creator>
		<pubDate>Fri, 08 Jul 2011 09:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-97022</guid>
		<description>Hi Dev, Have a look at part 2 or 3 I don&#039;t remember anymore where I went through that option.
It might even be in one of the comments on this page.</description>
		<content:encoded><![CDATA[<p>Hi Dev, Have a look at part 2 or 3 I don&#8217;t remember anymore where I went through that option.<br />
It might even be in one of the comments on this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-5/#comment-97021</link>
		<dc:creator>Tiago</dc:creator>
		<pubDate>Fri, 08 Jul 2011 09:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-97021</guid>
		<description>Depends on how your hosting provider set up the bandwidth limitation on your shared account. If it&#039;s a good provider it will cap your bandwidth at a certain level. and other shared users will not be affected. Ask your hoster about it.</description>
		<content:encoded><![CDATA[<p>Depends on how your hosting provider set up the bandwidth limitation on your shared account. If it&#8217;s a good provider it will cap your bandwidth at a certain level. and other shared users will not be affected. Ask your hoster about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-5/#comment-97020</link>
		<dc:creator>Tiago</dc:creator>
		<pubDate>Fri, 08 Jul 2011 09:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-97020</guid>
		<description>Kyle, thanks for your feedback, I&#039;m currently trying to get some time to update my tutorials to AS3 and to create some new fresh content.
As a fulltime developer it&#039;s not that easy to get that amount of free time.
Aswell I would like to keep the code simple and easy for AS beginners.</description>
		<content:encoded><![CDATA[<p>Kyle, thanks for your feedback, I&#8217;m currently trying to get some time to update my tutorials to AS3 and to create some new fresh content.<br />
As a fulltime developer it&#8217;s not that easy to get that amount of free time.<br />
Aswell I would like to keep the code simple and easy for AS beginners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-5/#comment-97019</link>
		<dc:creator>Tiago</dc:creator>
		<pubDate>Fri, 08 Jul 2011 09:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-97019</guid>
		<description>Have a look at Part 3 of this tutorial</description>
		<content:encoded><![CDATA[<p>Have a look at Part 3 of this tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-5/#comment-96922</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 07 Jul 2011 16:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-96922</guid>
		<description>Hi.

I&#039;ve been using your tutorial flash player but I have a question, if I have 100 people connected to my site listening music with this tool, this will affect the performance of shared hosting servers? I don&#039;t want my service provider stop me for this. Do you know something about it? Thanks ... by the way congratulations for your excellent site and provide for newbies like me.</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I&#8217;ve been using your tutorial flash player but I have a question, if I have 100 people connected to my site listening music with this tool, this will affect the performance of shared hosting servers? I don&#8217;t want my service provider stop me for this. Do you know something about it? Thanks &#8230; by the way congratulations for your excellent site and provide for newbies like me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/comment-page-5/#comment-95492</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 24 Jun 2011 08:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/#comment-95492</guid>
		<description>Hi,

Thanks for the tutorial. It proved very effective and useful for me.I would like also to add some other features such as a real playlist that can be scrolled to be able to include many items and select them from there. You can see what I mean on this mp3 player:&lt;a href=&quot;http://www.flashxml.net/mp3-player.html&quot; rel=&quot;nofollow&quot;&gt;http://www.flashxml.net/mp3-player.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the tutorial. It proved very effective and useful for me.I would like also to add some other features such as a real playlist that can be scrolled to be able to include many items and select them from there. You can see what I mean on this mp3 player:<a href="http://www.flashxml.net/mp3-player.html" rel="nofollow">http://www.flashxml.net/mp3-player.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

