<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Quick Tutorial #1: How to make a simple, re-useable MP3 player in Flash 8 Professional</title>
	<link>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/</link>
	<description>Alzheimers rapidly approaching ...</description>
	<pubDate>Fri, 21 Nov 2008 03:09:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: kyle</title>
		<link>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-4253</link>
		<author>kyle</author>
		<pubDate>Tue, 18 Sep 2007 19:58:22 +0000</pubDate>
		<guid>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-4253</guid>
					<description>This is exactly what I needed, but I want the ability to set the autoplay from the javascript.  Is this possible? 

Something like: so.addVariable("autoplay", "true");</description>
		<content:encoded><![CDATA[<p>This is exactly what I needed, but I want the ability to set the autoplay from the javascript.  Is this possible? </p>
<p>Something like: so.addVariable(&#8221;autoplay&#8221;, &#8220;true&#8221;);</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ben</title>
		<link>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-4285</link>
		<author>ben</author>
		<pubDate>Wed, 19 Sep 2007 14:53:22 +0000</pubDate>
		<guid>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-4285</guid>
					<description>I'll have a look at this tomorrow when I am back on my dev machine. Don't see why that wouldn't be possible. Just have to add another line of actionscript to pass the state to the flash playback component.

Glad to see you got some use out of it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll have a look at this tomorrow when I am back on my dev machine. Don&#8217;t see why that wouldn&#8217;t be possible. Just have to add another line of actionscript to pass the state to the flash playback component.</p>
<p>Glad to see you got some use out of it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-9327</link>
		<author>Peter</author>
		<pubDate>Wed, 16 Jan 2008 14:30:32 +0000</pubDate>
		<guid>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-9327</guid>
					<description>Hi, I am having trouble trying to avoid the warning from the Internet Explorer when using SWF.
I am not an expert and can work myself around html and flash but I don't seem to be able to embed the SFW banner in my webpage without having the warning bar popup.

Any ideas of what I am doing wrong or how I can fix this.

Thanxs</description>
		<content:encoded><![CDATA[<p>Hi, I am having trouble trying to avoid the warning from the Internet Explorer when using SWF.<br />
I am not an expert and can work myself around html and flash but I don&#8217;t seem to be able to embed the SFW banner in my webpage without having the warning bar popup.</p>
<p>Any ideas of what I am doing wrong or how I can fix this.</p>
<p>Thanxs</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ben</title>
		<link>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-9520</link>
		<author>ben</author>
		<pubDate>Mon, 21 Jan 2008 10:28:02 +0000</pubDate>
		<guid>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-9520</guid>
					<description>Hi Peter,  have a look at this site http://blog.deconcept.com/swfobject/  SWFObject makes embedding Flash a breeze and takes care of all sorts of cross browser issues at the same time (like the IE issue with content activation you're having).   It's widely used by web-developers/designers and is very good.</description>
		<content:encoded><![CDATA[<p>Hi Peter,  have a look at this site <a href="http://blog.deconcept.com/swfobject/" rel="nofollow">http://blog.deconcept.com/swfobject/</a>  SWFObject makes embedding Flash a breeze and takes care of all sorts of cross browser issues at the same time (like the IE issue with content activation you&#8217;re having).   It&#8217;s widely used by web-developers/designers and is very good.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: krishna</title>
		<link>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-13933</link>
		<author>krishna</author>
		<pubDate>Wed, 18 Jun 2008 11:47:38 +0000</pubDate>
		<guid>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-13933</guid>
					<description>hi thanks for the solution, for me its working fine. I have one small doubt is it possible, when a song finishes the other song start automatically.</description>
		<content:encoded><![CDATA[<p>hi thanks for the solution, for me its working fine. I have one small doubt is it possible, when a song finishes the other song start automatically.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ben</title>
		<link>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-13934</link>
		<author>ben</author>
		<pubDate>Wed, 18 Jun 2008 12:39:21 +0000</pubDate>
		<guid>http://www.webkroll.com/a-simple-mp3-player-in-flash-8/#comment-13934</guid>
					<description>Hi Krishna,

that's definately possible as there is a "onComplete" event that you can use to skip to the next song once it's triggered.

It's not flawless due to the component being a bit bit funny in the way it handles the buttons but it works, have a look in the Flash help.</description>
		<content:encoded><![CDATA[<p>Hi Krishna,</p>
<p>that&#8217;s definately possible as there is a &#8220;onComplete&#8221; event that you can use to skip to the next song once it&#8217;s triggered.</p>
<p>It&#8217;s not flawless due to the component being a bit bit funny in the way it handles the buttons but it works, have a look in the Flash help.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
