<?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/"
		>
<channel>
	<title>Comments on: Finland, London and Paris next week</title>
	<atom:link href="http://www.mikechambers.com/blog/2005/05/19/finland-london-and-paris-next-week/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2005/05/19/finland-london-and-paris-next-week/</link>
	<description>code = joy</description>
	<lastBuildDate>Fri, 02 Dec 2011 01:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: steven</title>
		<link>http://www.mikechambers.com/blog/2005/05/19/finland-london-and-paris-next-week/comment-page-1/#comment-5876</link>
		<dc:creator>steven</dc:creator>
		<pubDate>Sun, 12 Jun 2005 13:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=872#comment-5876</guid>
		<description>I&#039;m creating a music player 
The first one that IÃ¢Â€Â™ve made has 1 scene and work just fine 
Now that I have 5 scene it just will not work and the code has not changed
Is their something IÃ¢Â€Â™m doing wrong with the code? The musicFolderName has 
Not changed just the add scenes

Some of the code to give you an idea

var musicFolderName:String = &quot;music1/&quot;;
var curTrackNum:Number = 0;
var curPlaybackPos:Number;
var soundDLPercent:Number;
var mySound:Sound;
var curTrackVolume:Number = 20;
var soundDLPercent:Number;
this.trackInfo.autoSize = &quot;center&quot;;
this.volumetext.autoSize = &quot;right&quot;;
this.volumetext._visible = false;
//---\\
function playMusicFunc() {
	mySound = new Sound();
	
	mySound.onSoundComplete = function (){
		if(curTrackNum == (myLV.totalTracks -1)){
			curTrackNum = 0;
			playMusicFunc();
		} else {
			curTrackNum++;
			playMusicFunc();
		}
	}
	mySound.loadSound((musicFolderName+&quot;mp3-&quot;+curTrackNum+&quot;.mp3&quot;), true);
	mySound.setVolume(curTrackVolume);
	volumebar_b.vol_bar._height = curTrackVolume/2;
	showDownloadProgress();
}

</description>
		<content:encoded><![CDATA[<p>I&#8217;m creating a music player<br />
The first one that IÃ¢Â€Â™ve made has 1 scene and work just fine<br />
Now that I have 5 scene it just will not work and the code has not changed<br />
Is their something IÃ¢Â€Â™m doing wrong with the code? The musicFolderName has<br />
Not changed just the add scenes</p>
<p>Some of the code to give you an idea</p>
<p>var musicFolderName:String = &#8220;music1/&#8221;;<br />
var curTrackNum:Number = 0;<br />
var curPlaybackPos:Number;<br />
var soundDLPercent:Number;<br />
var mySound:Sound;<br />
var curTrackVolume:Number = 20;<br />
var soundDLPercent:Number;<br />
this.trackInfo.autoSize = &#8220;center&#8221;;<br />
this.volumetext.autoSize = &#8220;right&#8221;;<br />
this.volumetext._visible = false;<br />
//&#8212;\\<br />
function playMusicFunc() {<br />
	mySound = new Sound();</p>
<p>	mySound.onSoundComplete = function (){<br />
		if(curTrackNum == (myLV.totalTracks -1)){<br />
			curTrackNum = 0;<br />
			playMusicFunc();<br />
		} else {<br />
			curTrackNum++;<br />
			playMusicFunc();<br />
		}<br />
	}<br />
	mySound.loadSound((musicFolderName+&#8221;mp3-&#8221;+curTrackNum+&#8221;.mp3&#8243;), true);<br />
	mySound.setVolume(curTrackVolume);<br />
	volumebar_b.vol_bar._height = curTrackVolume/2;<br />
	showDownloadProgress();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Giovanni</title>
		<link>http://www.mikechambers.com/blog/2005/05/19/finland-london-and-paris-next-week/comment-page-1/#comment-5875</link>
		<dc:creator>Lisa Giovanni</dc:creator>
		<pubDate>Mon, 30 May 2005 19:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=872#comment-5875</guid>
		<description>Good luck, Mike! We are with
you all the way!</description>
		<content:encoded><![CDATA[<p>Good luck, Mike! We are with<br />
you all the way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Parr</title>
		<link>http://www.mikechambers.com/blog/2005/05/19/finland-london-and-paris-next-week/comment-page-1/#comment-5874</link>
		<dc:creator>Adrian Parr</dc:creator>
		<pubDate>Fri, 27 May 2005 09:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=872#comment-5874</guid>
		<description>Hi Mike,

I was at the London meeting last night and would like to say a big &#039;THANK YOU&#039; for taking the time to come over and see us. There probably wasn&#039;t as much whooping as you are used to in the US when you give sneak previews of 8ball. But that us brits for ya. I&#039;d also like to apologise for a few of the awkward people in the audience, giving you an unneccesary hard time. I think that everyone was really pleased with your presentation and would like to join me in thanking you once again.
Have a good flight to Paris. I hope the french give you a bit more feedback than us reserved English. Take it easy.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>I was at the London meeting last night and would like to say a big &#8216;THANK YOU&#8217; for taking the time to come over and see us. There probably wasn&#8217;t as much whooping as you are used to in the US when you give sneak previews of 8ball. But that us brits for ya. I&#8217;d also like to apologise for a few of the awkward people in the audience, giving you an unneccesary hard time. I think that everyone was really pleased with your presentation and would like to join me in thanking you once again.<br />
Have a good flight to Paris. I hope the french give you a bit more feedback than us reserved English. Take it easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cedric.c</title>
		<link>http://www.mikechambers.com/blog/2005/05/19/finland-london-and-paris-next-week/comment-page-1/#comment-5873</link>
		<dc:creator>cedric.c</dc:creator>
		<pubDate>Tue, 24 May 2005 06:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=872#comment-5873</guid>
		<description>You should come in brussels some times, lovely country too ;)

Maybee we will meet us at the flash festival in paris.

good luck ;)

ced</description>
		<content:encoded><![CDATA[<p>You should come in brussels some times, lovely country too ;)</p>
<p>Maybee we will meet us at the flash festival in paris.</p>
<p>good luck ;)</p>
<p>ced</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aSH</title>
		<link>http://www.mikechambers.com/blog/2005/05/19/finland-london-and-paris-next-week/comment-page-1/#comment-5872</link>
		<dc:creator>aSH</dc:creator>
		<pubDate>Mon, 23 May 2005 13:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=872#comment-5872</guid>
		<description>we are waiting you !!


aSH
www.actionscripthero.com</description>
		<content:encoded><![CDATA[<p>we are waiting you !!</p>
<p>aSH<br />
<a href="http://www.actionscripthero.com" rel="nofollow">http://www.actionscripthero.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuomas Artman</title>
		<link>http://www.mikechambers.com/blog/2005/05/19/finland-london-and-paris-next-week/comment-page-1/#comment-5871</link>
		<dc:creator>Tuomas Artman</dc:creator>
		<pubDate>Fri, 20 May 2005 15:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=872#comment-5871</guid>
		<description>Just remember not to judge Finland by Vaasa, it&#039;s kind of dull ;)</description>
		<content:encoded><![CDATA[<p>Just remember not to judge Finland by Vaasa, it&#8217;s kind of dull ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Everett-Church</title>
		<link>http://www.mikechambers.com/blog/2005/05/19/finland-london-and-paris-next-week/comment-page-1/#comment-5870</link>
		<dc:creator>Justin Everett-Church</dc:creator>
		<pubDate>Thu, 19 May 2005 17:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=872#comment-5870</guid>
		<description>have fun! uh, I mean have a productive work trip in really lovely cities ;)</description>
		<content:encoded><![CDATA[<p>have fun! uh, I mean have a productive work trip in really lovely cities ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.mikechambers.com/blog/2005/05/19/finland-london-and-paris-next-week/comment-page-1/#comment-5869</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Thu, 19 May 2005 16:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=872#comment-5869</guid>
		<description>hi mike, there will be any possibility to see 8ball?

cheers, chr</description>
		<content:encoded><![CDATA[<p>hi mike, there will be any possibility to see 8ball?</p>
<p>cheers, chr</p>
]]></content:encoded>
	</item>
</channel>
</rss>

