<?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"
	>
<channel>
	<title>Comments for blixtsystems.com</title>
	<atom:link href="http://www.blixtsystems.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blixtsystems.com</link>
	<description>BlixtSystems Flash Actionscript development</description>
	<pubDate>Thu, 11 Mar 2010 18:12:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Simple 3-band EQ with Flash Player 10 by Weekly Digest for February 23rd</title>
		<link>http://www.blixtsystems.com/2008/05/simple-3-band-eq-with-flash-player-10/#comment-35190</link>
		<dc:creator>Weekly Digest for February 23rd</dc:creator>
		<pubDate>Tue, 23 Feb 2010 12:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=41#comment-35190</guid>
		<description>[...] 3-band EQ with Flash Player 10 (Astro) &#124; blixtsystems.com [...]</description>
		<content:encoded><![CDATA[<p>[...] 3-band EQ with Flash Player 10 (Astro) | blixtsystems.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SVN version control in Flashdevelop projects by Dilari</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-34978</link>
		<dc:creator>Dilari</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-34978</guid>
		<description>Hi,

pretty cool stuff. I'm trying it out now. I have a little issue though. If I compile the first time it works as expected. But if I try the second time, flash-develop keeps saying:
"A process is currently running." It does not stop. I can't recompile. This is because the "build started" but was never finished. The .swf does not show. Like Dave and Chris above.
However if I goto Tools &#62; Kill Running Process, the "build started" disappears but the Error "A process is currently running." remains when retrying. I Tried Nicholas' suggestion since I'm on XP but this gives an incorrect filepath to Tortoise.

Now after removing the 'pause' in build.bat it seems to work. Except for the version.txt not being commited to the rep. 

So basically  I, like Chris, wonder what the pause is for or rather how the process can be restarted after having done what it needed to be paused for ? Can it be replaced by something like a timeout, or delay ?

Any clues ? I 'll post here if I find any..</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>pretty cool stuff. I&#8217;m trying it out now. I have a little issue though. If I compile the first time it works as expected. But if I try the second time, flash-develop keeps saying:<br />
&#8220;A process is currently running.&#8221; It does not stop. I can&#8217;t recompile. This is because the &#8220;build started&#8221; but was never finished. The .swf does not show. Like Dave and Chris above.<br />
However if I goto Tools &gt; Kill Running Process, the &#8220;build started&#8221; disappears but the Error &#8220;A process is currently running.&#8221; remains when retrying. I Tried Nicholas&#8217; suggestion since I&#8217;m on XP but this gives an incorrect filepath to Tortoise.</p>
<p>Now after removing the &#8216;pause&#8217; in build.bat it seems to work. Except for the version.txt not being commited to the rep. </p>
<p>So basically  I, like Chris, wonder what the pause is for or rather how the process can be restarted after having done what it needed to be paused for ? Can it be replaced by something like a timeout, or delay ?</p>
<p>Any clues ? I &#8216;ll post here if I find any..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreamspell Calculator by J Mo</title>
		<link>http://www.blixtsystems.com/downloads/dreamspell-calculator/#comment-34724</link>
		<dc:creator>J Mo</dc:creator>
		<pubDate>Tue, 02 Feb 2010 10:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://blixtsystems.com/wp/?page_id=8#comment-34724</guid>
		<description>Agreed with Spectral Warrior. If you're true to the times, you follow all counts (something to work on for this flash app, perhaps) ... would like to use it on Google Wave and Android. Thanks for the prog, great work.

Planetary Mirror (Uaxac Kan)</description>
		<content:encoded><![CDATA[<p>Agreed with Spectral Warrior. If you&#8217;re true to the times, you follow all counts (something to work on for this flash app, perhaps) &#8230; would like to use it on Google Wave and Android. Thanks for the prog, great work.</p>
<p>Planetary Mirror (Uaxac Kan)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SVN version control in Flashdevelop projects by Nicholas</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-34554</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-34554</guid>
		<description>Hi 

thanks for this gem! The bat file wouldn't run the commit for me (running xp?) so I modified it to the following which works perfectly.

@ECHO OFF
set TORTOISESVN_PATH = C:\Program Files\TortoiseSVN\bin
set CURRENT_PATH=?%
CD %TORTOISESVN_PATH%
start TortoiseProc.exe /command:commit /path:"%CURRENT_PATH%\*" /logmsgfile:"%CURRENT_PATH%\logmsg.txt" /notempfile /closeonend:3
start SubWCRev.exe %CURRENT_PATH% "%CURRENT_PATH%\version.a" "%CURRENT_PATH%\version.txt"
pause</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>thanks for this gem! The bat file wouldn&#8217;t run the commit for me (running xp?) so I modified it to the following which works perfectly.</p>
<p>@ECHO OFF<br />
set TORTOISESVN_PATH = C:\Program Files\TortoiseSVN\bin<br />
set CURRENT_PATH=?%<br />
CD %TORTOISESVN_PATH%<br />
start TortoiseProc.exe /command:commit /path:&#8221;%CURRENT_PATH%\*&#8221; /logmsgfile:&#8221;%CURRENT_PATH%\logmsg.txt&#8221; /notempfile /closeonend:3<br />
start SubWCRev.exe %CURRENT_PATH% &#8220;%CURRENT_PATH%\version.a&#8221; &#8220;%CURRENT_PATH%\version.txt&#8221;<br />
pause</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easing scrollbar by roman</title>
		<link>http://www.blixtsystems.com/downloads/easing-scrollbar/#comment-34522</link>
		<dc:creator>roman</dc:creator>
		<pubDate>Tue, 26 Jan 2010 14:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://blixtsystems.com/wp/?page_id=7#comment-34522</guid>
		<description>This doesn't work for me. I put the componet in scene, the mask and the content. Doesn't work. When I publish the swf I only see the masked content.</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work for me. I put the componet in scene, the mask and the content. Doesn&#8217;t work. When I publish the swf I only see the masked content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dofus by Rxmed pharmaceutical information ionamin.</title>
		<link>http://www.blixtsystems.com/2005/09/dofus/#comment-34516</link>
		<dc:creator>Rxmed pharmaceutical information ionamin.</dc:creator>
		<pubDate>Tue, 26 Jan 2010 08:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://blixtsystems.com/wp/?p=13#comment-34516</guid>
		<description>&lt;strong&gt;Buy ionamin....&lt;/strong&gt;

Ionamin no prescription. Ionamin capsules. Adipex vs ionamin. Rxmed pharmaceutical information ionamin. Ionamin canada....</description>
		<content:encoded><![CDATA[<p><strong>Buy ionamin&#8230;.</strong></p>
<p>Ionamin no prescription. Ionamin capsules. Adipex vs ionamin. Rxmed pharmaceutical information ionamin. Ionamin canada&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple 3-band EQ with Flash Player 10 by andre</title>
		<link>http://www.blixtsystems.com/2008/05/simple-3-band-eq-with-flash-player-10/#comment-34474</link>
		<dc:creator>andre</dc:creator>
		<pubDate>Mon, 25 Jan 2010 12:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=41#comment-34474</guid>
		<description>hi, 

great work. especially by using the extract function.
but i ve some problem with the SamplesCallbackEvent (is not a compile-time constant). Can someone tell me how can u fix it so that i can run it?</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>great work. especially by using the extract function.<br />
but i ve some problem with the SamplesCallbackEvent (is not a compile-time constant). Can someone tell me how can u fix it so that i can run it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SVN version control in Flashdevelop projects by chris</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-33977</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 07 Jan 2010 07:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-33977</guid>
		<description>Hey thanks for this, svn is great :)
Can we add a button to flash develop for this, that cant be hard right.

Whats the pause in the bat for? I was having the same problem as dave had, it does as it says pauses??</description>
		<content:encoded><![CDATA[<p>Hey thanks for this, svn is great <img src='http://www.blixtsystems.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Can we add a button to flash develop for this, that cant be hard right.</p>
<p>Whats the pause in the bat for? I was having the same problem as dave had, it does as it says pauses??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreamspell Calculator by moksha gita</title>
		<link>http://www.blixtsystems.com/downloads/dreamspell-calculator/#comment-31725</link>
		<dc:creator>moksha gita</dc:creator>
		<pubDate>Fri, 13 Nov 2009 20:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://blixtsystems.com/wp/?page_id=8#comment-31725</guid>
		<description>birgitte... get a frikiin clue... enough of the bs already... all dreamspellers know this and really don't frikin care... blah blah blah... do you get this: its ALL ONE!  different rivers....
one river is long count.
one river is allah.
one river is dreamspell count.
one river is 13 moon 28 day universal peace calendar...
the mayans had thousands of calendars...
me and a few others have been working with partial codices for years...
the chill'am bilam and popul voh are ALL we have had as far as books (and even these are half ass because vatican stole the shit... conquestadors burned the shit... and we are rewriting the shit...)
all this has changed: ox te tun was discovered less than two weeks ago 
el mirador, guatemala... 
im sure we will find the "dreamspell" encoded there in gold....
wake up!
stand tall!
and repeat: the mayans had thousands of calendrical systems.......... we have only be able to discover a few... get it!? got it!? good....
je t'aime
moksha doksha gita (spectral warrior dreamspell count... 4 ahau long count.... dont matter... get it?</description>
		<content:encoded><![CDATA[<p>birgitte&#8230; get a frikiin clue&#8230; enough of the bs already&#8230; all dreamspellers know this and really don&#8217;t frikin care&#8230; blah blah blah&#8230; do you get this: its ALL ONE!  different rivers&#8230;.<br />
one river is long count.<br />
one river is allah.<br />
one river is dreamspell count.<br />
one river is 13 moon 28 day universal peace calendar&#8230;<br />
the mayans had thousands of calendars&#8230;<br />
me and a few others have been working with partial codices for years&#8230;<br />
the chill&#8217;am bilam and popul voh are ALL we have had as far as books (and even these are half ass because vatican stole the shit&#8230; conquestadors burned the shit&#8230; and we are rewriting the shit&#8230;)<br />
all this has changed: ox te tun was discovered less than two weeks ago<br />
el mirador, guatemala&#8230;<br />
im sure we will find the &#8220;dreamspell&#8221; encoded there in gold&#8230;.<br />
wake up!<br />
stand tall!<br />
and repeat: the mayans had thousands of calendrical systems&#8230;&#8230;&#8230;. we have only be able to discover a few&#8230; get it!? got it!? good&#8230;.<br />
je t&#8217;aime<br />
moksha doksha gita (spectral warrior dreamspell count&#8230; 4 ahau long count&#8230;. dont matter&#8230; get it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreamspell Calculator by Birgitte</title>
		<link>http://www.blixtsystems.com/downloads/dreamspell-calculator/#comment-31566</link>
		<dc:creator>Birgitte</dc:creator>
		<pubDate>Mon, 09 Nov 2009 14:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://blixtsystems.com/wp/?page_id=8#comment-31566</guid>
		<description>Hi Leo, 
Just wanted to say, the Dreamspell is not the actual Mayan Calendar.  I know you don't say so here, but it's important the distinction be clear so people can make their own decisions in terms of which calendar to follow.

There is so much confusion out there and misinformation, and a lot of people around the world believe that Mr. Arguelles' Dreamspell calendar represents the authentic Mayan Calendar, namely, the Tzolk'in.  It does not. Don Alejandro Oxlaj, who is the Head of the Council of Elders of the Maya, and the rest of the Maya elders have never officially endorsed the Dreamspell, in fact have refused to do so.  I think the Maya should know!  :-)

Anyway thanks and maybe you could post a calculator for the authentic Tzolk'in?  For example today, Nov 9 is 10 Ik.

Blessings, Birgitte</description>
		<content:encoded><![CDATA[<p>Hi Leo,<br />
Just wanted to say, the Dreamspell is not the actual Mayan Calendar.  I know you don&#8217;t say so here, but it&#8217;s important the distinction be clear so people can make their own decisions in terms of which calendar to follow.</p>
<p>There is so much confusion out there and misinformation, and a lot of people around the world believe that Mr. Arguelles&#8217; Dreamspell calendar represents the authentic Mayan Calendar, namely, the Tzolk&#8217;in.  It does not. Don Alejandro Oxlaj, who is the Head of the Council of Elders of the Maya, and the rest of the Maya elders have never officially endorsed the Dreamspell, in fact have refused to do so.  I think the Maya should know!  <img src='http://www.blixtsystems.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Anyway thanks and maybe you could post a calculator for the authentic Tzolk&#8217;in?  For example today, Nov 9 is 10 Ik.</p>
<p>Blessings, Birgitte</p>
]]></content:encoded>
	</item>
</channel>
</rss>
