<?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>DisplayObject &#187; Flex</title>
	<atom:link href="http://www.displayobject.fr/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.displayobject.fr</link>
	<description>Flash Flex &#38; Actionscript</description>
	<lastBuildDate>Fri, 25 Jun 2010 12:25:10 +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>Test Operation with Flash Builder and Zend AMF on mysql utf8 database</title>
		<link>http://www.displayobject.fr/2010/06/10/test-operation-with-flash-builder-and-zend-amf-on-mysql-utf8-database/</link>
		<comments>http://www.displayobject.fr/2010/06/10/test-operation-with-flash-builder-and-zend-amf-on-mysql-utf8-database/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 11:44:06 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[amf]]></category>
		<category><![CDATA[flash builder]]></category>
		<category><![CDATA[operation]]></category>
		<category><![CDATA[utf8]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=505</guid>
		<description><![CDATA[The problem occurs when there are accented characters in an utf8 database (particularly common in french). The generated service works properly, but is not testable in Test Operation view.
Flash Builder displays an error advising to encode the content with the php method utf8_encode ()...]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2010/06/10/test-operation-with-flash-builder-and-zend-amf-on-mysql-utf8-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Fullscreen on a specific DisplayObject, deal with overlay and use hardware acceleration</title>
		<link>http://www.displayobject.fr/2010/04/29/fullscreen-on-a-specific-displayobject-overlay-and-hardware-acceleration/</link>
		<comments>http://www.displayobject.fr/2010/04/29/fullscreen-on-a-specific-displayobject-overlay-and-hardware-acceleration/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 11:47:31 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[acceleration]]></category>
		<category><![CDATA[DiplayObject]]></category>
		<category><![CDATA[Fullscreen]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[overlay]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=420</guid>
		<description><![CDATA[There is several ways to show a specific zone/object in a Flash application in full-screen mode. The problems are to use hardware acceleration (interesting for video), to deal with possible overlay (display object above the target we want to show in full-screen mode) or to avoid with UI pixelization. And we have to consider various [...]]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2010/04/29/fullscreen-on-a-specific-displayobject-overlay-and-hardware-acceleration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Un debugger monstrueux</title>
		<link>http://www.displayobject.fr/2009/09/13/un-debugger-monstrueux/</link>
		<comments>http://www.displayobject.fr/2009/09/13/un-debugger-monstrueux/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 21:46:34 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[demonster]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=90</guid>
		<description><![CDATA[Lors du développement d'une application Flash ou Flex il devient rapidement nécessaire d'utiliser un outil de debug permettant de tracer ce qui se passe dans les profondeurs du code...]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2009/09/13/un-debugger-monstrueux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Afficher des chaines JSON valides dans le browser AMFPHP 1.9</title>
		<link>http://www.displayobject.fr/2009/08/28/afficher-des-chaines-json-valides-dans-le-browser-amfphp/</link>
		<comments>http://www.displayobject.fr/2009/08/28/afficher-des-chaines-json-valides-dans-le-browser-amfphp/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 23:22:16 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[amfphp]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[remoting]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=72</guid>
		<description><![CDATA[Un peu frustré à l’idée de ne pouvoir afficher de chaine JSON valides dans le browser, j’ai jeté un coup d’oeil dans la classe php utilisée pour récupérer les services. Après investigation le « problème » se situe dans la classe core/shared/util/MethodTable.php.]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2009/08/28/afficher-des-chaines-json-valides-dans-le-browser-amfphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
