<?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>zerokernel.com &#187; flex</title>
	<atom:link href="http://zerokernel.com/blog/index.php/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://zerokernel.com/blog</link>
	<description>everything you don't need to know (but you are asking anyway)</description>
	<lastBuildDate>Sat, 20 Feb 2010 20:19:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex: Dynamic Background Image on Canvas (redraw version)</title>
		<link>http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/</link>
		<comments>http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 21:51:51 +0000</pubDate>
		<dc:creator>polozero</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dynamic canvas background]]></category>
		<category><![CDATA[examples]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=164</guid>
		<description><![CDATA[Today I tried to load an image form an url and apply it to a background, well appears like setStyle don&#8217;t have the ability to load an image from URL.
So I had to look another alternative, I load the image using an Loader, but I couldn&#8217;t found a way to apply it to the background [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Today I tried to load an image form an url and apply it to a background, well appears like setStyle don&#8217;t have the ability to load an image from URL.</p>
<p>So I had to look another alternative, I load the image using an Loader, but I couldn&#8217;t found a way to apply it to the background  style, I did a workaround, I draw it on the graphics object, I guess it is helpful because the image is titled, but I will try more options I didn&#8217;t quite like 100% this solution.</p>
<p>IMPORTANT : dont&#8217; forget the security restrictions of doing this, remember that flash can&#8217;t load images from another domain, and www.zerokernel.com is different to zerokenel.com, see Adobe for more information ( <a href="http://www.adobe.com/devnet/flashplayer/articles/flash_player_9_security.pdf">Player 9 restrictions from Adobe &#8211; PDF</a> )</p>
<p>Anyway, here is the demo:</p>
<p><a href="http://zerokernel.com/demos/flex/backgroundChanger/  ">http://zerokernel.com/demos/flex/backgroundChanger/</a></p>
<p>And the code:</p>
<p><a href="http://zerokernel.com/demos/flex/backgroundChanger/BackgroundChanger.zip">http://zerokernel.com/demos/flex/backgroundChanger/BackgroundChanger.zip</a></p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 3 / SVN plugin (subclipse) / change credentials / OS X</title>
		<link>http://zerokernel.com/blog/index.php/2009/09/15/flex-3-svn-plugin-subclipse-change-credentials-osx/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/09/15/flex-3-svn-plugin-subclipse-change-credentials-osx/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 07:03:13 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[flex bulder]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=143</guid>
		<description><![CDATA[For a complex reason I couldn&#8217;t understand the SVN plugin of eclipse don&#8217;t have an interface for delete/update users for repositories, so if you want to change you current user you actually have to delete the &#8220;keyring&#8221;, that is a special file where eclipse saves all the login information of your repositories&#8230; yes&#8230; all the [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>For a complex reason I couldn&#8217;t understand the SVN plugin of eclipse don&#8217;t have an interface for delete/update users for repositories, so if you want to change you current user you actually have to delete the &#8220;keyring&#8221;, that is a special file where eclipse saves all the login information of your repositories&#8230; yes&#8230; all the passwords.</p>
<p>So after a search in google with no luck, I found that the location of the configuration files:<br />
@user.home/Documents/Flex Builder 3/configuration</p>
<p>BUT BEWARE READER&#8230;.</p>
<p>All the configuration files are stored in hidden files, and I mean the filename starts with a &#8220;.&#8221; dot, if you go to the finder you will find nothing&#8230; apparently&#8230; you actually had to dig in your terminal skills (or configure the finder to show hidden files), and delete the damn file:</p>
<p>.keyring</p>
<p>And eclipse will ask for passwords again&#8230; </p>
<p>The worst thing&#8230; you had to enter ALL your passwords again.</p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/09/15/flex-3-svn-plugin-subclipse-change-credentials-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube and Flex 3</title>
		<link>http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/#comments</comments>
		<pubDate>Mon, 25 May 2009 19:54:47 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=117</guid>
		<description><![CDATA[A time ago google released an SWF/API to interact with the youtube player, and be able to embed it into your swf projects, the main problem is that it was for AS2, so when you try to do it on AS3 / Flex, you can run into problems.
I ran into this problem, so doing my [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/' rel='bookmark' title='Permanent Link: Flex: Dynamic Background Image on Canvas (redraw version)'>Flex: Dynamic Background Image on Canvas (redraw version)</a> <small>Today I tried to load an image form an url...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/15/flex-3-svn-plugin-subclipse-change-credentials-osx/' rel='bookmark' title='Permanent Link: Flex 3 / SVN plugin (subclipse) / change credentials / OS X'>Flex 3 / SVN plugin (subclipse) / change credentials / OS X</a> <small>For a complex reason I couldn&#8217;t understand the SVN plugin...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A time ago google released an SWF/API to interact with the youtube player, and be able to embed it into your swf projects, the main problem is that it was for AS2, so when you try to do it on AS3 / Flex, you can run into problems.</p>
<p>I ran into this problem, so doing my research, I found a library written for AS, it uses a clever way to do it, it actually use a javascript bridge to communicate with the player inside your SWF.</p>
<p>It&#8217;s internals can be summarized in this way:<br />
swf (external call) -> browser (js) -> swf (via javascript)</p>
<p>There are a lot of tricks that can help our life easier with this problems, but I will like to gave you a list:</p>
<p>- The main tricks in this library are done in javascript, so you have to pay a lot of attention of details like the id of the player in the HTML of the deploy (be sure to copy outside your working copy, because flex overwrites changes on it), check the ****YOUTUBE**** comments in the example.</p>
<p>- You can run into issues with the sandbox, be sure to test it on a webserver.</p>
<p>- Because you are running outside the flex ide, be sure to install <a href="https://addons.mozilla.org/en-US/firefox/addon/3469">flash tracer</a> it will help you a lot</p>
<p>- When you add it to your project, and you can get the creation complete event you are ready to go !</p>
<p>This is the link of the library:</p>
<p><a href="http://code.google.com/p/youtubechromelesswrapper-as3/">http://code.google.com/p/youtubechromelesswrapper-as3/</a></p>
<p>A live demo:<br />
<a href="http://www.zerokernel.com/demos/flex/youtube/">http://www.zerokernel.com/demos/flex/youtube/</a></p>
<p>Deployment files:<br />
<a href="http://www.zerokernel.com/demos/flex/youtube/youtube-deploy.zip">http://www.zerokernel.com/demos/flex/youtube/youtube-deploy.zip</a></p>
<p>Flex source:<br />
<a href="http://www.zerokernel.com/demos/flex/youtube/YoutubeTest.zip">http://www.zerokernel.com/demos/flex/youtube/YoutubeTest.zip</a></p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/' rel='bookmark' title='Permanent Link: Flex: Dynamic Background Image on Canvas (redraw version)'>Flex: Dynamic Background Image on Canvas (redraw version)</a> <small>Today I tried to load an image form an url...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/15/flex-3-svn-plugin-subclipse-change-credentials-osx/' rel='bookmark' title='Permanent Link: Flex 3 / SVN plugin (subclipse) / change credentials / OS X'>Flex 3 / SVN plugin (subclipse) / change credentials / OS X</a> <small>For a complex reason I couldn&#8217;t understand the SVN plugin...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexPop Now in Air !!</title>
		<link>http://zerokernel.com/blog/index.php/2009/05/21/flexpop-now-in-air/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/05/21/flexpop-now-in-air/#comments</comments>
		<pubDate>Thu, 21 May 2009 19:50:54 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[flexpop]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=114</guid>
		<description><![CDATA[A few months ago I put an example of the Degrafa framework, called FlexPop. A few coworkers point me that I should add the feature of saving the image.
Thinking about that, I realize that I was in need of a server technology to &#8220;resend&#8221; the image back to the client, so I decided to take [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/03/31/degrafa-webcam-flexpop/' rel='bookmark' title='Permanent Link: Degrafa + Webcam = FlexPop'>Degrafa + Webcam = FlexPop</a> <small>I was trying to learn the powerful Degrafa extension in...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A few months ago I put an example of the <a href="http://www.degrafa.org/">Degrafa</a> framework, called FlexPop. A few coworkers point me that I should add the feature of saving the image.</p>
<p>Thinking about that, I realize that I was in need of a server technology to &#8220;resend&#8221; the image back to the client, so I decided to take another approach.</p>
<p>This gave me the first step into a bigger world, because I decided to re-write FlexPop in Air, no much changes, but at least in the webcam was a lot easier.</p>
<p>So I let you the link&#8230; please send me any comment you can find.</p>
<p><a href="http://zerokernel.com/blog/index.php/flexpop/">FlexPop &#8211; Air</a></p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/03/31/degrafa-webcam-flexpop/' rel='bookmark' title='Permanent Link: Degrafa + Webcam = FlexPop'>Degrafa + Webcam = FlexPop</a> <small>I was trying to learn the powerful Degrafa extension in...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/05/21/flexpop-now-in-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ad-sense in Air ?</title>
		<link>http://zerokernel.com/blog/index.php/2009/04/03/ad-sense-in-air/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/04/03/ad-sense-in-air/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 15:51:55 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=93</guid>
		<description><![CDATA[I was on a project this week, and it have a requriment of having an google ad inside an AIR, while technologically is posibble with a few tricks, I encounter a more philosophical question, and thats because the terms of service doesnt say anithing about this, even I have a search, waiting from someone from [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/02/26/delete-flash-shared-objects/' rel='bookmark' title='Permanent Link: Delete Flash Shared Objects'>Delete Flash Shared Objects</a> <small>While developing in flash/flex you sometimes want to delete your...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/' rel='bookmark' title='Permanent Link: CDU-680 + Snow Leopard'>CDU-680 + Snow Leopard</a> <small>Well the short answer, it works, but in the 32...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I was on a project this week, and it have a requriment of having an google ad inside an AIR, while technologically is posibble with a few tricks, I encounter a more philosophical question, and thats because the terms of service doesnt say anithing about this, even I have a search, waiting from someone from google to answer;</p>
<p>The question, does anybody knows what google thinks about this ?</p>
<p><a href="http://www.google.com/support/forum/p/AdSense/search?hl=en&#038;q=adobe+air">http://www.google.com/support/forum/p/AdSense/search?hl=en&#038;q=adobe+air</a></p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/02/26/delete-flash-shared-objects/' rel='bookmark' title='Permanent Link: Delete Flash Shared Objects'>Delete Flash Shared Objects</a> <small>While developing in flash/flex you sometimes want to delete your...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/' rel='bookmark' title='Permanent Link: CDU-680 + Snow Leopard'>CDU-680 + Snow Leopard</a> <small>Well the short answer, it works, but in the 32...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/04/03/ad-sense-in-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Degrafa + Webcam = FlexPop</title>
		<link>http://zerokernel.com/blog/index.php/2009/03/31/degrafa-webcam-flexpop/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/03/31/degrafa-webcam-flexpop/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 03:34:45 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[degrafa]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex-webcam]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=89</guid>
		<description><![CDATA[I was trying to learn the powerful Degrafa extension in flex, so I decided to make some tests, and I want to share it with all of you, its far from perfect, and its only a minor example of what degrafa can do, but I really like it.
The purpose of this project is to make [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/21/flexpop-now-in-air/' rel='bookmark' title='Permanent Link: FlexPop Now in Air !!'>FlexPop Now in Air !!</a> <small>A few months ago I put an example of the...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I was trying to learn the powerful Degrafa extension in flex, so I decided to make some tests, and I want to share it with all of you, its far from perfect, and its only a minor example of what degrafa can do, but I really like it.</p>
<p>The purpose of this project is to make a 4 squared pop-art like image, based from the input of the webcam, just like the apple photo booth has.</p>
<p>I seems like a basic task at the beginning, because making a surface with the squares above an image was going to be easy.</p>
<p>The problem begun with the web cam, I only have one web cam, so for an hour or so, I assume the method Camera.getCamera, will return me the reference to the only web cam I had&#8230; big surprise, this wasn&#8217;t true, appears like the operating system has virtual cameras (I suspect why), but these cameras are first, so I decided to put a list  and let the user decide which camera he wants to process.</p>
<p>Another tricky one, was that first I tried to put a canvas above the VideoDisplay, another big surprise, you can&#8217;t do that, the video display likes to be on top.</p>
<p>This las item keep me thinking about how to mix the input of the camera and blend it to the degrafasurface&#8230; I really hope that someone with better skills can tell me a better way, but the solution I found was to use a bitmap fill and copy the bitmap of the videodisplay. Might not be memory efficient, but is not resource hogging.</p>
<p>So, I let you the link to the app:<br />
<a href="http://www.zerokernel.com/degrafa-test/">http://www.zerokernel.com/degrafa-test/</a></p>
<p>And the link to the code:<br />
<a href="http://www.zerokernel.com/degrafa-test/DegrafaExample.zip">http://www.zerokernel.com/degrafa-test/DegrafaExample.zip</a><br />
(the code is released as is, I&#8217;m not responsible if it breaks your computer or your big plasma screen, just be fair and don&#8217;t link it directly, give me some credit)</p>
<p>please post your comments and ideas, its the only way we can learn <img src='http://zerokernel.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/21/flexpop-now-in-air/' rel='bookmark' title='Permanent Link: FlexPop Now in Air !!'>FlexPop Now in Air !!</a> <small>A few months ago I put an example of the...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/03/31/degrafa-webcam-flexpop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delete Flash Shared Objects</title>
		<link>http://zerokernel.com/blog/index.php/2009/02/26/delete-flash-shared-objects/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/02/26/delete-flash-shared-objects/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 00:45:05 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[shared objects]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=79</guid>
		<description><![CDATA[While developing in flash/flex you sometimes want to delete your shared objects settings, of course you can always access to the flash player settings, in adobe..
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html
But sometimes you need something more &#8220;local&#8221;,  so searching in the internet I found this firefox extension to delete the flash shared objets settings
http://objection.mozdev.org/
It&#8217;s still in development but its working, [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/01/20/a-non-cientific-flash-vs-silverlight-size-comparision/' rel='bookmark' title='Permanent Link: A non-cientific Flash vs Silverlight Size Comparision'>A non-cientific Flash vs Silverlight Size Comparision</a> <small>I found a very simple comparision between Flex and silverlight,...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/15/flex-3-svn-plugin-subclipse-change-credentials-osx/' rel='bookmark' title='Permanent Link: Flex 3 / SVN plugin (subclipse) / change credentials / OS X'>Flex 3 / SVN plugin (subclipse) / change credentials / OS X</a> <small>For a complex reason I couldn&#8217;t understand the SVN plugin...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>While developing in flash/flex you sometimes want to delete your shared objects settings, of course you can always access to the flash player settings, in adobe..</p>
<p><a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html">http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html</a></p>
<p>But sometimes you need something more &#8220;local&#8221;,  so searching in the internet I found this firefox extension to delete the flash shared objets settings</p>
<p><a href="http://objection.mozdev.org/">http://objection.mozdev.org/</a></p>
<p>It&#8217;s still in development but its working, so give it a try.</p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/01/20/a-non-cientific-flash-vs-silverlight-size-comparision/' rel='bookmark' title='Permanent Link: A non-cientific Flash vs Silverlight Size Comparision'>A non-cientific Flash vs Silverlight Size Comparision</a> <small>I found a very simple comparision between Flex and silverlight,...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/15/flex-3-svn-plugin-subclipse-change-credentials-osx/' rel='bookmark' title='Permanent Link: Flex 3 / SVN plugin (subclipse) / change credentials / OS X'>Flex 3 / SVN plugin (subclipse) / change credentials / OS X</a> <small>For a complex reason I couldn&#8217;t understand the SVN plugin...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/02/26/delete-flash-shared-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A non-cientific Flash vs Silverlight Size Comparision</title>
		<link>http://zerokernel.com/blog/index.php/2009/01/20/a-non-cientific-flash-vs-silverlight-size-comparision/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/01/20/a-non-cientific-flash-vs-silverlight-size-comparision/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 15:42:25 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=66</guid>
		<description><![CDATA[I found a very simple comparision between Flex and silverlight, but indeed very funny, mostly for developers not for DRM lovers
Adobe Flex: 19 lines
Microsoft Silverlight: 164 lines
Main reason for the difference: Adobe Flex has a [Bindable] attribute
Check it four yourself:
http://riaflex.blogspot.com/2009/01/size-matters-when-comparing-adobe-flex.html


Related posts:Delete Flash Shared Objects While developing in flash/flex you sometimes want to delete your...Skinning flex [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/02/26/delete-flash-shared-objects/' rel='bookmark' title='Permanent Link: Delete Flash Shared Objects'>Delete Flash Shared Objects</a> <small>While developing in flash/flex you sometimes want to delete your...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I found a very simple comparision between Flex and silverlight, but indeed very funny, mostly for developers not for DRM lovers</p>
<blockquote><p>Adobe Flex: 19 lines<br />
Microsoft Silverlight: 164 lines</p>
<p>Main reason for the difference: Adobe Flex has a [Bindable] attribute</p></blockquote>
<p>Check it four yourself:</p>
<p><a href="http://riaflex.blogspot.com/2009/01/size-matters-when-comparing-adobe-flex.html">http://riaflex.blogspot.com/2009/01/size-matters-when-comparing-adobe-flex.html</a></p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/02/26/delete-flash-shared-objects/' rel='bookmark' title='Permanent Link: Delete Flash Shared Objects'>Delete Flash Shared Objects</a> <small>While developing in flash/flex you sometimes want to delete your...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/01/20/a-non-cientific-flash-vs-silverlight-size-comparision/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Json Validator</title>
		<link>http://zerokernel.com/blog/index.php/2009/01/08/json-validator/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/01/08/json-validator/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 21:00:23 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=63</guid>
		<description><![CDATA[I&#8217;ve found a very useful json validator, specially when you are like me and forget to put the &#8221; in the objects
http://www.jsonlint.com/


Related posts:Json Navigator Hey guys, to complement my other post of the json...
Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/02/03/json-navigator/' rel='bookmark' title='Permanent Link: Json Navigator'>Json Navigator</a> <small>Hey guys, to complement my other post of the json...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found a very useful json validator, specially when you are like me and forget to put the &#8221; in the objects</p>
<p><a href="http://www.jsonlint.com/">http://www.jsonlint.com/</a></p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/02/03/json-navigator/' rel='bookmark' title='Permanent Link: Json Navigator'>Json Navigator</a> <small>Hey guys, to complement my other post of the json...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/01/08/json-validator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex Myths</title>
		<link>http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/</link>
		<comments>http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 22:30:09 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=57</guid>
		<description><![CDATA[I found a very nice article about misconceptions of flex, it talks 10 main points I hear everywhere, like: Users Need to Install Something New to Run Flex Applications, Flex is Not for Enterprise / Business Applications, Flash is for Designers, Video, and Annoyances, etc.
You should read it and pass it&#8230;
http://www.swfflex.com/blog/1/2008/01/Top-10-Flex-Misconceptions.cfm


Related posts:Youtube and Flex 3 A time ago [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/' rel='bookmark' title='Permanent Link: Flex: Dynamic Background Image on Canvas (redraw version)'>Flex: Dynamic Background Image on Canvas (redraw version)</a> <small>Today I tried to load an image form an url...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I found a very nice article about misconceptions of flex, it talks 10 main points I hear everywhere, like: <strong>Users Need to Install Something New to Run Flex Applications, Flex is Not for Enterprise / Business Applications, Flash is for Designers, Video, and Annoyances, etc.</strong></p>
<p>You should read it and pass it&#8230;</p>
<p>http://www.swfflex.com/blog/1/2008/01/Top-10-Flex-Misconceptions.cfm</p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/' rel='bookmark' title='Permanent Link: Flex: Dynamic Background Image on Canvas (redraw version)'>Flex: Dynamic Background Image on Canvas (redraw version)</a> <small>Today I tried to load an image form an url...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
