<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DES 84 - Blog of DES84 Website &#187; Flex</title>
	<atom:link href="http://blog.des84.com/Post/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.des84.com</link>
	<description>Blog &#124; Pablo Davi Faria da Silva</description>
	<lastBuildDate>Tue, 15 Jun 2010 14:08:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash Camp Brasil</title>
		<link>http://blog.des84.com/2009/09/flash-camp-brasil/</link>
		<comments>http://blog.des84.com/2009/09/flash-camp-brasil/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 19:28:13 +0000</pubDate>
		<dc:creator>Pablo Davi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.des84.com/?p=392</guid>
		<description><![CDATA[Galera interativa, é isso mesmo que vocês leram no titulo do post. Quem dá sempre uma olhada no blog do Lee Brimelow viram que haverá ainda nesse ano em países próximos ao Brasil como Chile, Argentina, Peru entre outros o Flash Latin Tour onde ficamos de fora por questões aparentemente técnicas. Mas o bom de [...]]]></description>
		<wfw:commentRss>http://blog.des84.com/2009/09/flash-camp-brasil/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex now is Flash Builder</title>
		<link>http://blog.des84.com/2009/05/flex-now-is-flash-builder/</link>
		<comments>http://blog.des84.com/2009/05/flex-now-is-flash-builder/#comments</comments>
		<pubDate>Mon, 18 May 2009 12:32:37 +0000</pubDate>
		<dc:creator>Pablo Davi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Notícias]]></category>
		<category><![CDATA[Novidades]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://blog.des84.com/?p=338</guid>
		<description><![CDATA[Yes, Flex Builder now is named Flash Builder and will be the Flash Platform Coder for Actionscript inside the Adobe Creative Suite CS5. Lee Brimelow write in your blog, The Flash Blog:
We at Adobe expected that the renaming of Flex Builder to Flash Builder would cause quite a bit of conversation in the community and [...]]]></description>
		<wfw:commentRss>http://blog.des84.com/2009/05/flex-now-is-flash-builder/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AS3 Loader for really beginners</title>
		<link>http://blog.des84.com/2009/05/as3-loader-for-really-beginners/</link>
		<comments>http://blog.des84.com/2009/05/as3-loader-for-really-beginners/#comments</comments>
		<pubDate>Fri, 08 May 2009 02:33:16 +0000</pubDate>
		<dc:creator>Pablo Davi</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Source]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Loader]]></category>
		<category><![CDATA[Loading Files]]></category>

		<guid isPermaLink="false">http://blog.des84.com/?p=323</guid>
		<description><![CDATA[Hi for all, today i will explane something about the principiles of Actionscript 3: how to load an image inside the Flash. For totaly beginners, it&#8217;s so simple do it.
What the difference when load a picture using Actionscript 2 or 3?
Well, on AS2 you can call the file and imediatly when it loaded will appear [...]]]></description>
		<wfw:commentRss>http://blog.des84.com/2009/05/as3-loader-for-really-beginners/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Garbage Collector: System.gc();</title>
		<link>http://blog.des84.com/2009/05/garbage-collector-systemgc/</link>
		<comments>http://blog.des84.com/2009/05/garbage-collector-systemgc/#comments</comments>
		<pubDate>Wed, 06 May 2009 14:39:38 +0000</pubDate>
		<dc:creator>Pablo Davi</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Source]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[garbage collector]]></category>
		<category><![CDATA[Loading Files]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[System.gc()]]></category>

		<guid isPermaLink="false">http://blog.des84.com/?p=320</guid>
		<description><![CDATA[Hi again, sorry for the delay to write again. Here im Brazil, 1st May was a holly day and i was play with my son. Well here in agency we have some problens today with system memory of a AIR Project, the project play full HD videos and HD images into a 32&#8243; LCD. 
The problem: When [...]]]></description>
		<wfw:commentRss>http://blog.des84.com/2009/05/garbage-collector-systemgc/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>AIR &#8211; move, minimize and close application</title>
		<link>http://blog.des84.com/2009/04/air-move-minimize-and-close-application/</link>
		<comments>http://blog.des84.com/2009/04/air-move-minimize-and-close-application/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 14:19:30 +0000</pubDate>
		<dc:creator>Pablo Davi</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://blog.des84.com/?p=311</guid>
		<description><![CDATA[Hi again folks, today working with AIR application i was searching something about control the window and database using Flash CS4, but today i will talk about only window control, close, minimize and move application window, its so simple do it, basically you need import only NativeApplication class, see the code:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package
&#123;
	import flash.desktop.NativeApplication;
	import flash.display.MovieClip;
	import flash.events.MouseEvent;
&#160;
	public class [...]]]></description>
		<wfw:commentRss>http://blog.des84.com/2009/04/air-move-minimize-and-close-application/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Analytics for Flash, easy way.</title>
		<link>http://blog.des84.com/2009/03/google-analytics-for-flash-easy-way/</link>
		<comments>http://blog.des84.com/2009/03/google-analytics-for-flash-easy-way/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 14:09:04 +0000</pubDate>
		<dc:creator>Pablo Davi</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Novidades]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://blog.des84.com/2009/03/06/google-analytics-for-flash-easy-way.des84</guid>
		<description><![CDATA[Hi guys ( and girls ) today i will talk about the GA for Flash without use any component, only the GA library, like in post title: easy way.
Well the first part is download the GA library: http://code.google.com/p/gaforflash/downloads/listThere you will download a compacted file and when extract it, into the &#8216;lib&#8217; folder you will see [...]]]></description>
		<wfw:commentRss>http://blog.des84.com/2009/03/google-analytics-for-flash-easy-way/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using Flex together Flash CS4</title>
		<link>http://blog.des84.com/2009/01/using-flex-together-flash-cs4/</link>
		<comments>http://blog.des84.com/2009/01/using-flex-together-flash-cs4/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 00:03:13 +0000</pubDate>
		<dc:creator>Pablo Davi</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Classes]]></category>

		<guid isPermaLink="false">http://blog.des84.com/?p=151</guid>
		<description><![CDATA[Hi, now i will talk something about how work with Adobe Flex together with Adobe Flash CS4, and how it can speed your code and make increase your produtivity. Well, three simple things to change your coding to Flex is a complex project organizer into Flex, at the first time we load all the project [...]]]></description>
		<wfw:commentRss>http://blog.des84.com/2009/01/using-flex-together-flash-cs4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.855 seconds -->
