<?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: Maybe Free is Too Cheap</title>
	<atom:link href="http://www.pixelwit.com/blog/2007/07/maybe-free-is-too-cheap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelwit.com/blog/2007/07/maybe-free-is-too-cheap/</link>
	<description>Making Flash Go</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:38:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Turbo</title>
		<link>http://www.pixelwit.com/blog/2007/07/maybe-free-is-too-cheap/comment-page-2/#comment-25711</link>
		<dc:creator>Turbo</dc:creator>
		<pubDate>Fri, 10 Oct 2008 14:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/07/30/maybe-free-is-too-cheap/#comment-25711</guid>
		<description>It is unfortunate, but I believe that borrowing code will always be part of any coders protocol. I think that if we see code we made borrowed, (or stolen) then be greatful that what you have done is worth something that others want. There is no greater compliment then someone using what you created.</description>
		<content:encoded><![CDATA[<p>It is unfortunate, but I believe that borrowing code will always be part of any coders protocol. I think that if we see code we made borrowed, (or stolen) then be greatful that what you have done is worth something that others want. There is no greater compliment then someone using what you created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pixelwit</title>
		<link>http://www.pixelwit.com/blog/2007/07/maybe-free-is-too-cheap/comment-page-2/#comment-22539</link>
		<dc:creator>Pixelwit</dc:creator>
		<pubDate>Fri, 25 Jul 2008 23:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/07/30/maybe-free-is-too-cheap/#comment-22539</guid>
		<description>@Dave Jansen, The sample (&lt;a href=&quot;http://www.dreamlinestudio.com/forum/index.php?showtopic=198&quot;&gt;shown here&lt;/a&gt;) has the exact same buttons, gradient and motion as my &lt;a href=&quot;http://www.pixelwit.com/flip/PageFlip.html&quot;&gt;FREE PageFlip&lt;/a&gt;.  That&#039;s an extremely unlikely coincidence.  The sample code you provided doesn&#039;t seem to relate to the actual Page Flipping effect.  Maybe they just translated my code to Spanish and added a function or two.  Did you ever get the FLA file to produce a SWF?  If so, did it look like the sample?</description>
		<content:encoded><![CDATA[<p>@Dave Jansen, The sample (<a href="http://www.dreamlinestudio.com/forum/index.php?showtopic=198">shown here</a>) has the exact same buttons, gradient and motion as my <a href="http://www.pixelwit.com/flip/PageFlip.html">FREE PageFlip</a>.  That&#8217;s an extremely unlikely coincidence.  The sample code you provided doesn&#8217;t seem to relate to the actual Page Flipping effect.  Maybe they just translated my code to Spanish and added a function or two.  Did you ever get the FLA file to produce a SWF?  If so, did it look like the sample?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Jansen</title>
		<link>http://www.pixelwit.com/blog/2007/07/maybe-free-is-too-cheap/comment-page-1/#comment-22505</link>
		<dc:creator>Dave Jansen</dc:creator>
		<pubDate>Thu, 24 Jul 2008 18:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/07/30/maybe-free-is-too-cheap/#comment-22505</guid>
		<description>Well, first of all I had to get a refund because the file didn&#039;t work with either Flash 8 or CS3, plus the code was in spanish! DOH.

code sample:

&lt;code lang=&quot;actionscript&quot;&gt;
function activarBotones(numeroBoton) {
	botones.btnMain.enabled = false;
	_root.seguir = 1;
	for (a=1; a&lt;=10; a++) {
		botones.botones[&quot;btn&quot;+a].enabled = false;
		cuadro[_root.nombreIma][&quot;cuadro&quot;+a].desActivarIntervalo(numeroBoton);
	}
}&lt;/code&gt;

</description>
		<content:encoded><![CDATA[<p>Well, first of all I had to get a refund because the file didn&#8217;t work with either Flash 8 or CS3, plus the code was in spanish! DOH.</p>
<p>code sample:</p>
<div class="codecolorer-container actionscript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="actionscript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">function</span> activarBotones<span style="color: #66cc66;">&#40;</span>numeroBoton<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; botones.<span style="color: #006600;">btnMain</span>.<span style="color: #0066CC;">enabled</span> = <span style="color: #000000; font-weight: bold;">false</span>;<br />
&nbsp; &nbsp; <span style="color: #0066CC;">_root</span>.<span style="color: #006600;">seguir</span> = <span style="color: #cc66cc;">1</span>;<br />
&nbsp; &nbsp; <span style="color: #b1b100;">for</span> <span style="color: #66cc66;">&#40;</span>a=<span style="color: #cc66cc;">1</span>; a<span style="color: #66cc66;">&lt;</span>=<span style="color: #cc66cc;">10</span>; a++<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; botones.<span style="color: #006600;">botones</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">&quot;btn&quot;</span>+a<span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">enabled</span> = <span style="color: #000000; font-weight: bold;">false</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; cuadro<span style="color: #66cc66;">&#91;</span><span style="color: #0066CC;">_root</span>.<span style="color: #006600;">nombreIma</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">&quot;cuadro&quot;</span>+a<span style="color: #66cc66;">&#93;</span>.<span style="color: #006600;">desActivarIntervalo</span><span style="color: #66cc66;">&#40;</span>numeroBoton<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
<span style="color: #66cc66;">&#125;</span></div></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pixelwit</title>
		<link>http://www.pixelwit.com/blog/2007/07/maybe-free-is-too-cheap/comment-page-1/#comment-22372</link>
		<dc:creator>Pixelwit</dc:creator>
		<pubDate>Sun, 20 Jul 2008 12:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/07/30/maybe-free-is-too-cheap/#comment-22372</guid>
		<description>@Dave Jansen, I&#039;d love to see the code you payed for as I&#039;m 99.99% certain that the PageFlip file shown on the site above is derived from my code.</description>
		<content:encoded><![CDATA[<p>@Dave Jansen, I&#8217;d love to see the code you payed for as I&#8217;m 99.99% certain that the PageFlip file shown on the site above is derived from my code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Jansen</title>
		<link>http://www.pixelwit.com/blog/2007/07/maybe-free-is-too-cheap/comment-page-1/#comment-22357</link>
		<dc:creator>Dave Jansen</dc:creator>
		<pubDate>Sat, 19 Jul 2008 22:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/07/30/maybe-free-is-too-cheap/#comment-22357</guid>
		<description>Nah, I bought that flash page flip and the script isn&#039;t even the same, looks the same though.</description>
		<content:encoded><![CDATA[<p>Nah, I bought that flash page flip and the script isn&#8217;t even the same, looks the same though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

