<?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>CasaDiRocco &#187; adobe</title>
	<atom:link href="http://www.casadirocco.nl/tag/adobe/feed" rel="self" type="application/rss+xml" />
	<link>http://www.casadirocco.nl</link>
	<description>A Blog About Flex and Flash</description>
	<lastBuildDate>Fri, 22 Jan 2010 16:48:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash CS3 Datagrid with AMFPHP</title>
		<link>http://www.casadirocco.nl/2008/11/flash-cs3-datagrid-with-amfphp.html</link>
		<comments>http://www.casadirocco.nl/2008/11/flash-cs3-datagrid-with-amfphp.html#comments</comments>
		<pubDate>Tue, 25 Nov 2008 17:27:33 +0000</pubDate>
		<dc:creator>nrocco</dc:creator>
				<category><![CDATA[Flash & ActionScript 3.0]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[amfphp]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[array collection]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[datagrid]]></category>
		<category><![CDATA[dataprovider]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash cs3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[remoting]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.casadirocco.nl/?p=80</guid>
		<description><![CDATA[Wade Arnold wrote an interesting article about connecting flash to a MySql database with the help of AMFPHP, flash remoting.]]></description>
		<wfw:commentRss>http://www.casadirocco.nl/2008/11/flash-cs3-datagrid-with-amfphp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizable ComboBox (Flash CS3)</title>
		<link>http://www.casadirocco.nl/2008/05/customizable-combobox.html</link>
		<comments>http://www.casadirocco.nl/2008/05/customizable-combobox.html#comments</comments>
		<pubDate>Wed, 21 May 2008 18:48:58 +0000</pubDate>
		<dc:creator>nrocco</dc:creator>
				<category><![CDATA[Flash & ActionScript 3.0]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[combobox]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[textfield]]></category>
		<category><![CDATA[textformat]]></category>

		<guid isPermaLink="false">http://www.casadirocco.nl/?p=45</guid>
		<description><![CDATA[Here is an example of how to customize the font (size, style, color) for the two components List and TextField inside the standard ComboBox component:

First you have to create a TextFormat object where you can specify font, size and color parameters.

var myTextFormat:TextFormat = new TextFormat&#40;&#41;;
myTextFormat.font = &#34;Comic Sans MS&#34;;
myTextFormat.color = 0xFF0000;
myTextFormat.size = 40;

Afterwards you create [...]]]></description>
		<wfw:commentRss>http://www.casadirocco.nl/2008/05/customizable-combobox.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
