<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>.as .fla .swf .air</title>
	<link>http://andreithomaz.com/labs</link>
	<description>Action Script and Flash (and other topics about multimedia software)</description>
	<pubDate>Fri, 10 Sep 2010 22:42:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Simon game written in Scratch</title>
		<link>http://andreithomaz.com/labs/?p=45</link>
		<comments>http://andreithomaz.com/labs/?p=45#comments</comments>
		<pubDate>Fri, 10 Sep 2010 22:42:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andreithomaz.com/labs/?p=45</guid>
		<description><![CDATA[This semester, I started to teach programming in a Multimedia Production course, at Istituto Europeo di Design, in S&#227;o Paulo. To introduce the students to basic concepts of programming logic, I am using Scratch. With this goal, I developed a simple implementation of Simon game (called Genius in Portuguese) in Scratch, to use it as [...]]]></description>
			<content:encoded><![CDATA[<p>This semester, I started to teach programming in a Multimedia Production course, at Istituto Europeo di Design, in S&atilde;o Paulo. To introduce the students to basic concepts of programming logic, I am using Scratch. With this goal, I developed a simple implementation of Simon game (called Genius in Portuguese) in Scratch, to use it as an example of the use of arrays, variables and messages.</p>
<p>The example can be <a href="http://www.andreithomaz.com/trabalhos/ied/genius_scratch.zip">downloaded here</a>. You can also find other implementations of Simon in Scratch <a target="_blank" href="http://scratch.mit.edu/projects/kevin_karplus/2158">here</a> and <a target="_blank" href="http://scratch.mit.edu/projects/AddZero/853232">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreithomaz.com/labs/?feed=rss2&amp;p=45</wfw:commentRss>
		</item>
		<item>
		<title>Orkut app: a simple quizz</title>
		<link>http://andreithomaz.com/labs/?p=44</link>
		<comments>http://andreithomaz.com/labs/?p=44#comments</comments>
		<pubDate>Thu, 03 Jun 2010 01:28:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andreithomaz.com/labs/?p=44</guid>
		<description><![CDATA[
&#160;
Developed for Webcore.
]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.orkut.com.br/Main#Application?appId=364712891731"><img width="450" height="270" alt="O g&ecirc;nio do mundo da bola." src="http://andreithomaz.com/labs/wp-content/uploads/miniatura_genio_orkut.png" /></a></p>
<p>&nbsp;</p>
<p>Developed for <a target="_blank" href="http://www.webcore.com.br/">Webcore</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreithomaz.com/labs/?feed=rss2&amp;p=44</wfw:commentRss>
		</item>
		<item>
		<title>SWF2ImageSequence</title>
		<link>http://andreithomaz.com/labs/?p=43</link>
		<comments>http://andreithomaz.com/labs/?p=43#comments</comments>
		<pubDate>Sat, 01 May 2010 03:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andreithomaz.com/labs/?p=43</guid>
		<description><![CDATA[&#160;I am developing this tool because I had to translate my lastest works (the ones based on Bridget Riley) to DVD video. The idea is simple: an AIR app loads the SWF you need to export to an image sequence, and it saves each frame to an image file (JPG or PNG).
But there is a [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;I am developing this tool because I had to translate my lastest works (the ones based on Bridget Riley) to DVD video. The idea is simple: an AIR app loads the SWF you need to export to an image sequence, and it saves each frame to an image file (JPG or PNG).</p>
<p>But there is a lot of drawbacks. I have some addressed some of them in this first version, but there are a lot to be solved:</p>
<ol>
<li>The loaded SWF can&#8217;t access the stage (change alignment, for example), because that is forbidden by Flash security model. I found an work-around, loading the SWF as a ByteArray and using Loader.loadBytes().</li>
<li>Currently, the biggest problem is that, if your SWF loads some files, the app will look for them at its folder (in Windows, this means that it will look inside the app folder in Program Filed folder). I.e., there is no way to make the loading operations relative to the SWF location. I need to investigate this issue;</li>
<li>Some SWFs need to be added to the stage to work properly. So, I turn the visibility of Loader object off, and add it to the stage;</li>
<li>For now, you need to set the width and the height mannually, and not use the stage dimensions to scale and position objects. I am thinking about opening another system window and loading the SWF there, so you could set the stage dimensions with which the SWF would work. But I left this for next version.</li>
</ol>
<p><a href="http://www.andreithomaz.com/labs/files/src_swf2imagesequence_0_1.zip" target="_blank">You can grab the 0.1 version of SWF2ImageSequence here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreithomaz.com/labs/?feed=rss2&amp;p=43</wfw:commentRss>
		</item>
		<item>
		<title>Drawing dashed lines with ActionScript 3</title>
		<link>http://andreithomaz.com/labs/?p=42</link>
		<comments>http://andreithomaz.com/labs/?p=42#comments</comments>
		<pubDate>Sun, 06 Dec 2009 15:25:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andreithomaz.com/labs/?p=42</guid>
		<description><![CDATA[http://www.cartogrammar.com/blog/drawing-dashed-lines-with-actionscript-3/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cartogrammar.com/blog/drawing-dashed-lines-with-actionscript-3/" target="_blank">http://www.cartogrammar.com/blog/drawing-dashed-lines-with-actionscript-3/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andreithomaz.com/labs/?feed=rss2&amp;p=42</wfw:commentRss>
		</item>
		<item>
		<title>Google (XML) Sitemaps Generator for WordPress</title>
		<link>http://andreithomaz.com/labs/?p=41</link>
		<comments>http://andreithomaz.com/labs/?p=41#comments</comments>
		<pubDate>Sat, 29 Aug 2009 23:22:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andreithomaz.com/labs/?p=41</guid>
		<description><![CDATA[http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andreithomaz.com/labs/?feed=rss2&amp;p=41</wfw:commentRss>
		</item>
		<item>
		<title>Using GA Flash Tracking with Adobe AIR</title>
		<link>http://andreithomaz.com/labs/?p=40</link>
		<comments>http://andreithomaz.com/labs/?p=40#comments</comments>
		<pubDate>Thu, 20 Aug 2009 14:52:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andreithomaz.com/labs/?p=40</guid>
		<description><![CDATA[Although the documentation of GA Flash Tracking is not explicit about its use with Adobe AIR applications, the implementation of pure AS3, non JavaScript dependent, methods to communicate with GA serves enables its use with Adobe AIR. I am using it and having good results.
]]></description>
			<content:encoded><![CDATA[<p>Although the documentation of <a href="http://code.google.com/p/gaforflash/" target="_blank">GA Flash Tracking</a> is not explicit about its use with Adobe AIR applications, the implementation of pure AS3, non JavaScript dependent, methods to communicate with GA serves enables its use with Adobe AIR. I am using it and having good results.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreithomaz.com/labs/?feed=rss2&amp;p=40</wfw:commentRss>
		</item>
		<item>
		<title>TubeLoc</title>
		<link>http://andreithomaz.com/labs/?p=39</link>
		<comments>http://andreithomaz.com/labs/?p=39#comments</comments>
		<pubDate>Mon, 17 Aug 2009 04:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andreithomaz.com/labs/?p=39</guid>
		<description><![CDATA[An AS3 YouTube Player wrapper that uses LocalConnection, not ExternalInterface. This enables its use with Adobe AIR.
http://code.google.com/apis/youtube/articles/tubeloc.html
]]></description>
			<content:encoded><![CDATA[<p>An AS3 YouTube Player wrapper that uses LocalConnection, not ExternalInterface. This enables its use with Adobe AIR.</p>
<p><a target="_blank" href="http://code.google.com/apis/youtube/articles/tubeloc.html">http://code.google.com/apis/youtube/articles/tubeloc.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andreithomaz.com/labs/?feed=rss2&amp;p=39</wfw:commentRss>
		</item>
		<item>
		<title>New Work: Cola Nessa</title>
		<link>http://andreithomaz.com/labs/?p=38</link>
		<comments>http://andreithomaz.com/labs/?p=38#comments</comments>
		<pubDate>Tue, 02 Jun 2009 01:37:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andreithomaz.com/labs/?p=38</guid>
		<description><![CDATA[Agency: Hello Interactive
Client: Oi (the biggest telecom company in Brazil)&#160;












&#160;
]]></description>
			<content:encoded><![CDATA[<p>Agency: <i>Hello Interactive</i><br />
Client: <i>Oi</i> (the biggest telecom company in Brazil)&nbsp;</p>
<table cellspacing="4" cellpadding="0" border="0" width="450">
<tbody>
<tr>
<td><a target="_blank" href="http://liberdade.oi.com.br/desbloqueio/colanessa/"><img height="140" width="220" alt="Cola Nessa" src="http://andreithomaz.com/labs/wp-content/uploads/image/miniatura_cola_nessa01.png" /></a></td>
<td><a target="_blank" href="http://liberdade.oi.com.br/desbloqueio/colanessa/"><img height="140" width="220" alt="Cola Nessa" src="http://andreithomaz.com/labs/wp-content/uploads/image/miniatura_cola_nessa02.png" /></a></td>
</tr>
<tr>
<td><a target="_blank" href="http://liberdade.oi.com.br/desbloqueio/colanessa/"><img height="137" width="220" alt="Cola Nessa" src="http://andreithomaz.com/labs/wp-content/uploads/image/miniatura_cola_nessa03.png" /></a></td>
<td><a target="_blank" href="http://liberdade.oi.com.br/desbloqueio/colanessa/"><img height="140" width="220" alt="Cola Nessa" src="http://andreithomaz.com/labs/wp-content/uploads/image/miniatura_cola_nessa04.png" /></a></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://andreithomaz.com/labs/?feed=rss2&amp;p=38</wfw:commentRss>
		</item>
		<item>
		<title>Sonocromática @ FILE Rio / Oi Futuro, Rio de Janeiro</title>
		<link>http://andreithomaz.com/labs/?p=37</link>
		<comments>http://andreithomaz.com/labs/?p=37#comments</comments>
		<pubDate>Sun, 22 Mar 2009 00:53:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andreithomaz.com/labs/?p=37</guid>
		<description><![CDATA[Last weekend, me and Alexandre Porres, Fernando Iazzetta, Francisco Serpa, Lilian Campesato and Vitor Kisil presented two performances at FILE Rio, Sonocrom&#225;tica and Teia. The festival took place at Oi Futuro, a cultural center focused on art and technology, sponsored by Oi company.
Sonocrom&#225;tica is based on the work of brazilian artist Abraham Palatnik, a pioneer [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend, me and Alexandre Porres, Fernando Iazzetta, Francisco Serpa, Lilian Campesato and Vitor Kisil presented two performances at FILE Rio, <i>Sonocrom&aacute;tica </i>and <i>Teia</i>. The festival took place at <i>Oi Futuro</i>, a cultural center focused on art and technology, sponsored by <i>Oi </i>company.</p>
<p>Sonocrom&aacute;tica is based on the work of brazilian artist Abraham Palatnik, a pioneer in kinetic art. I developed all the animations used in this performance<i> </i>with Flash. In the third part of the performance, the performer (Serpa) uses a web cam to record blinking lights. The images are projected with a kind of stripe effect, making a reference to the <i>Progressions </i>paintings, by Palatnik.</p>
<p>The images below are a courtesy of <i>Oi Futuro</i>.</p>
<p><img height="340" width="450" alt="" src="http://andreithomaz.com/labs/wp-content/uploads/image/sonocromatica01.jpg" /></p>
<p><img height="341" width="450" alt="" src="http://andreithomaz.com/labs/wp-content/uploads/image/sonocromatica03.jpg" /></p>
<p><img height="341" width="450" alt="" src="http://andreithomaz.com/labs/wp-content/uploads/image/sonocromatica04.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://andreithomaz.com/labs/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>New work: UOL Mais - Você Aqui</title>
		<link>http://andreithomaz.com/labs/?p=36</link>
		<comments>http://andreithomaz.com/labs/?p=36#comments</comments>
		<pubDate>Sat, 21 Mar 2009 23:03:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andreithomaz.com/labs/?p=36</guid>
		<description><![CDATA[Developed for Rapp Digital / Rapp Brasil.&#160;








]]></description>
			<content:encoded><![CDATA[<p>Developed for <a target="_blank" href="http://www.rappbrasil.com.br/">Rapp Digital / Rapp Brasil</a>.&nbsp;</p>
<table cellspacing="1" cellpadding="1" border="0" width="450">
<tbody>
<tr>
<td><a target="_blank" href="http://voceaqui.uol.com.br/"><img height="137" width="220" alt="" src="http://andreithomaz.com/labs/wp-content/uploads/image/miniatura_voceaqui01.jpg" /></a></td>
<td><a target="_blank" href="http://voceaqui.uol.com.br/"><img height="137" width="220" alt="Voc&ecirc; Aqui" src="http://andreithomaz.com/labs/wp-content/uploads/image/miniatura_voceaqui02.jpg" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://andreithomaz.com/labs/?feed=rss2&amp;p=36</wfw:commentRss>
		</item>
	</channel>
</rss>

