<?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: Displaying cover art with the MP3 player</title>
	<atom:link href="http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/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: Tiago</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-108675</link>
		<dc:creator>Tiago</dc:creator>
		<pubDate>Wed, 02 Nov 2011 07:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-108675</guid>
		<description>Hey Kim, probably the error lies between the communications of the AVM2 with the AVM1 of the Flash Player, there are multiple &quot;bugs&quot; when mixing the two versions.
Maybe this could fix the issue:
http://flashvoodoo.blogspot.com/2010/04/reparent-avm1-content-in-avm2-as3.html</description>
		<content:encoded><![CDATA[<p>Hey Kim, probably the error lies between the communications of the AVM2 with the AVM1 of the Flash Player, there are multiple &#8220;bugs&#8221; when mixing the two versions.<br />
Maybe this could fix the issue:<br />
<a href="http://flashvoodoo.blogspot.com/2010/04/reparent-avm1-content-in-avm2-as3.html" rel="nofollow">http://flashvoodoo.blogspot.com/2010/04/reparent-avm1-content-in-avm2-as3.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-108484</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Tue, 01 Nov 2011 04:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-108484</guid>
		<description>Once again located the problem, parent swf is as3 coded.

this music player shows the first cover but doesn&#039;t update. the player works fine by itself but when imported, just doesn&#039;t want to update. i suspect it doesn&#039;t like the loadMovie().</description>
		<content:encoded><![CDATA[<p>Once again located the problem, parent swf is as3 coded.</p>
<p>this music player shows the first cover but doesn&#8217;t update. the player works fine by itself but when imported, just doesn&#8217;t want to update. i suspect it doesn&#8217;t like the loadMovie().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-108389</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Mon, 31 Oct 2011 10:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-108389</guid>
		<description>on further testing... it does work but the updateCover() function will not work when importing the swf as an external swf. 

tried _root, and this._parent but seems like it cant find the picLoader mc :-/</description>
		<content:encoded><![CDATA[<p>on further testing&#8230; it does work but the updateCover() function will not work when importing the swf as an external swf. </p>
<p>tried _root, and this._parent but seems like it cant find the picLoader mc :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-108377</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Mon, 31 Oct 2011 08:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-108377</guid>
		<description>using the exact code above (fixing the picLoader mis-spell), i cant get this working...

the cover loads first but wont change, by itself or manually with a click.

Also i see, wait for cs3 mp3 player but cant find it anywhere on the site</description>
		<content:encoded><![CDATA[<p>using the exact code above (fixing the picLoader mis-spell), i cant get this working&#8230;</p>
<p>the cover loads first but wont change, by itself or manually with a click.</p>
<p>Also i see, wait for cs3 mp3 player but cant find it anywhere on the site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jery Jorkinsen</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-101652</link>
		<dc:creator>Jery Jorkinsen</dc:creator>
		<pubDate>Sun, 28 Aug 2011 18:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-101652</guid>
		<description>Go to http://www.flashbasics.com for more information on this topic.</description>
		<content:encoded><![CDATA[<p>Go to <a href="http://www.flashbasics.com" rel="nofollow">http://www.flashbasics.com</a> for more information on this topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Summer</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-95736</link>
		<dc:creator>Summer</dc:creator>
		<pubDate>Mon, 27 Jun 2011 20:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-95736</guid>
		<description>Hi, Summer Sill here (: I was just letting you know there is a wayyyyy easier way to do coverart!!  :lol: http://www.creevity.com/ it will make you do a download, but it is completely free!(: &amp;&amp; it lets you pick what you want your cover art to look like &amp;&amp; will search up pictures for you(: I love it &amp;&amp; use it for all of my songs(: tryy it sometime :grin: 
Your Welcome, 
Summer Nicole Sill :wink:</description>
		<content:encoded><![CDATA[<p>Hi, Summer Sill here (: I was just letting you know there is a wayyyyy easier way to do coverart!!  <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  <a href="http://www.creevity.com/" rel="nofollow">http://www.creevity.com/</a> it will make you do a download, but it is completely free!(: &amp;&amp; it lets you pick what you want your cover art to look like &amp;&amp; will search up pictures for you(: I love it &amp;&amp; use it for all of my songs(: tryy it sometime <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' /><br />
Your Welcome,<br />
Summer Nicole Sill <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Wilton</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-88174</link>
		<dc:creator>Chris Wilton</dc:creator>
		<pubDate>Wed, 06 Apr 2011 23:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-88174</guid>
		<description>I was looking for the same thing with album art. I found some really good MP3 Player/shops here:

http://www.dreamlinestudio.com/flash-shopping-cart.php</description>
		<content:encoded><![CDATA[<p>I was looking for the same thing with album art. I found some really good MP3 Player/shops here:</p>
<p><a href="http://www.dreamlinestudio.com/flash-shopping-cart.php" rel="nofollow">http://www.dreamlinestudio.com/flash-shopping-cart.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Demey</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-75638</link>
		<dc:creator>Sean Demey</dc:creator>
		<pubDate>Wed, 15 Dec 2010 14:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-75638</guid>
		<description>you can also get the cover art from the id3 tag with this as3 class: http://code.google.com/p/id3imagereader/downloads/list 

 :razz:</description>
		<content:encoded><![CDATA[<p>you can also get the cover art from the id3 tag with this as3 class: <a href="http://code.google.com/p/id3imagereader/downloads/list" rel="nofollow">http://code.google.com/p/id3imagereader/downloads/list</a> </p>
<p> <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_razz.gif' alt=':razz:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baruc</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-71656</link>
		<dc:creator>baruc</dc:creator>
		<pubDate>Thu, 28 Oct 2010 18:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-71656</guid>
		<description>hola. pues esta interesante tu codigo, pero me lo podrias mandar completo porfavor gracias</description>
		<content:encoded><![CDATA[<p>hola. pues esta interesante tu codigo, pero me lo podrias mandar completo porfavor gracias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danielle</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-67560</link>
		<dc:creator>Danielle</dc:creator>
		<pubDate>Tue, 18 May 2010 14:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-67560</guid>
		<description>Is there any way to have the album art come up as you hover over a song title?

Love the player by the way!</description>
		<content:encoded><![CDATA[<p>Is there any way to have the album art come up as you hover over a song title?</p>
<p>Love the player by the way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-61805</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 03 Nov 2009 01:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-61805</guid>
		<description>Nice tutorials!

Question:  how can we make the position indicator dragable (with a corresponding change in the time display)?</description>
		<content:encoded><![CDATA[<p>Nice tutorials!</p>
<p>Question:  how can we make the position indicator dragable (with a corresponding change in the time display)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aliaksandr</title>
		<link>http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/comment-page-1/#comment-61582</link>
		<dc:creator>Aliaksandr</dc:creator>
		<pubDate>Sat, 24 Oct 2009 10:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-create-a-full-streaming-flash-mp3-player-using-xml-pt-3/flash-displaying-cover-art-with-the-mp3-player/#comment-61582</guid>
		<description>could u send me the files fro this code??? just trying to learn...</description>
		<content:encoded><![CDATA[<p>could u send me the files fro this code??? just trying to learn&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

