<?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>Indonesian Flex Community Adobe User Group</title>
	<atom:link href="http://indonesianflexcommunity.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://indonesianflexcommunity.org</link>
	<description></description>
	<lastBuildDate>Wed, 24 Mar 2010 09:34:20 +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>Download Flash Builder 4 Final</title>
		<link>http://indonesianflexcommunity.org/download-flash-builder-4-final/</link>
		<comments>http://indonesianflexcommunity.org/download-flash-builder-4-final/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 09:34:20 +0000</pubDate>
		<dc:creator>tm2_reynolds</dc:creator>
				<category><![CDATA[News & Events]]></category>
		<category><![CDATA[Adobe Flash Builder 4]]></category>
		<category><![CDATA[Adobe Flex 4]]></category>
		<category><![CDATA[Download]]></category>

		<guid isPermaLink="false">http://indonesianflexcommunity.org/?p=187</guid>
		<description><![CDATA[Sekian lama para developer flex menunggu kehadirannya, akhirnya telah di release juga Flash Builder 4 Final. Dengan menyempurnakan fitur-fiturnya, Flash Builder 4 hadir dengan lebih mantap.
Download
]]></description>
			<content:encoded><![CDATA[<p>Sekian lama para developer flex menunggu kehadirannya, akhirnya telah di release juga Flash Builder 4 Final.<span id="more-187"></span> Dengan menyempurnakan fitur-fiturnya, Flash Builder 4 hadir dengan lebih mantap.<br />
<a href="http://www.adobe.com/devnet/flex/?view=downloads">Download</a></p>
<a href="http://www.google.com/reader/link?url=http://indonesianflexcommunity.org/?p=187&title=Download+Flash+Builder+4+Final&snippet=Sekian+lama+para+developer+flex+menunggu+kehadirannya%2C+akhirnya+telah+di+release+juga+Flash+Builder+4+Final.+Dengan+menyempurnak...&srcURL=http://indonesianflexcommunity.org&srcTitle=Indonesian Flex Community Adobe User Group" target="_blank" ><img align="right" alt="Buzz it!" src="http://indonesianflexcommunity.org/wp-content/plugins/buzz-it/images/buzz-icon.png" border="0" style="border: 0px;" /></a><br clear="all" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Findonesianflexcommunity.org%2Fdownload-flash-builder-4-final%2F&amp;linkname=Download%20Flash%20Builder%204%20Final"><img src="http://indonesianflexcommunity.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://indonesianflexcommunity.org/download-flash-builder-4-final/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Membuat Button skin + transition color + image dengan menggunakan Flex 4</title>
		<link>http://indonesianflexcommunity.org/membuat-button-skin-transition-color-image-dengan-menggunakan-flex-4/</link>
		<comments>http://indonesianflexcommunity.org/membuat-button-skin-transition-color-image-dengan-menggunakan-flex-4/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 11:38:27 +0000</pubDate>
		<dc:creator>tm2_reynolds</dc:creator>
				<category><![CDATA[Learning Center]]></category>
		<category><![CDATA[Adobe Flex 4]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[Image Button]]></category>
		<category><![CDATA[Skinning]]></category>
		<category><![CDATA[transition]]></category>

		<guid isPermaLink="false">http://indonesianflexcommunity.org/?p=170</guid>
		<description><![CDATA[Pada tutorial flex 4 ini kita akan membuat suatu button skin yang akan lebih di percantik lagi dengan tambahan image dan transition color. Pertama – tama kita buat file dengan nama CustomButtonSkinWithImage.mxml, kemudian ketikkan source yang ada di bawah ini:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;s:Application xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34; 
			   xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34; 
			   xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34; minWidth=&#34;1024&#34; minHeight=&#34;768&#34;&#62;
	&#60;fx:Declarations&#62;
		&#60;!-- Place non-visual [...]]]></description>
			<content:encoded><![CDATA[<p>Pada tutorial flex 4 ini kita akan membuat suatu button skin yang akan lebih di percantik lagi dengan tambahan image dan transition color.<span id="more-170"></span> Pertama – tama kita buat file dengan nama CustomButtonSkinWithImage.mxml, kemudian ketikkan source yang ada di bawah ini:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;utf-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Application</span> <span style="color: #000066;">xmlns:fx</span>=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span> </span>
<span style="color: #009900;">			   <span style="color: #000066;">xmlns:s</span>=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/spark&quot;</span> </span>
<span style="color: #009900;">			   <span style="color: #000066;">xmlns:mx</span>=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/halo&quot;</span> <span style="color: #000066;">minWidth</span>=<span style="color: #ff0000;">&quot;1024&quot;</span> <span style="color: #000066;">minHeight</span>=<span style="color: #ff0000;">&quot;768&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;fx:Declarations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #808080; font-style: italic;">&lt;!-- Place non-visual elements (e.g., services, value objects) here --&gt;</span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/fx:Declarations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;fx:Style</span> <span style="color: #000066;">source</span>=<span style="color: #ff0000;">&quot;assets/css/style.css&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:HGroup</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;534&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;246&quot;</span> <span style="color: #000066;">verticalCenter</span>=<span style="color: #ff0000;">&quot;-22&quot;</span> <span style="color: #000066;">paddingLeft</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">paddingRight</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">paddingTop</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">paddingBottom</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">horizontalCenter</span>=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Button</span> <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;BUDGET&quot;</span> <span style="color: #000066;">styleName</span>=<span style="color: #ff0000;">&quot;BudgetButton&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Button</span> <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;ACCOUNTING&quot;</span> <span style="color: #000066;">styleName</span>=<span style="color: #ff0000;">&quot;AccountingButton&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Button</span> <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;SYNC&quot;</span> <span style="color: #000066;">styleName</span>=<span style="color: #ff0000;">&quot;SyncButton&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:HGroup<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Application<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>Kemudian buatlah file style.css yang di letakkan pada folder &#8220;assets/css&#8221; dan kemudian ketikkan source di bawah ini:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* CSS file */</span>
<span style="color: #a1a100;">@namespace s &quot;library://ns.adobe.com/flex/spark&quot;;</span>
<span style="color: #a1a100;">@namespace mx &quot;library://ns.adobe.com/flex/halo&quot;;</span>
&nbsp;
s|Application
<span style="color: #00AA00;">&#123;</span>
	skin-class<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'skins.ApplicationSkin'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>	
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.BudgetButton</span>
<span style="color: #00AA00;">&#123;</span>
	skin-class<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'skins.BudgetButton'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.AccountingButton</span>
<span style="color: #00AA00;">&#123;</span>
	skin-class<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'skins.AccountingButton'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.SyncButton</span>
<span style="color: #00AA00;">&#123;</span>
	skin-class<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'skins.SyncButton'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Berikut adalah source skin untuk button yang nantinya akan digunakan. Buatlah 3 buah file dengan nama BudgetButton.mxml, AccountingButton.mxml, dan Sync.mxml, kemudian ketikkan source di bawah ini pada masing-masing ke tiga file tadi.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;utf-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:SparkSkin</span> <span style="color: #000066;">xmlns:fx</span>=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span> </span>
<span style="color: #009900;">			 <span style="color: #000066;">xmlns:s</span>=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/spark&quot;</span> </span>
<span style="color: #009900;">			 <span style="color: #000066;">xmlns:mx</span>=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/halo&quot;</span>  <span style="color: #000000; font-weight: bold;">&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;fx:Declarations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/fx:Declarations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:states<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:State</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;up&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:State</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;over&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:State</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;down&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:State</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;disabled&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:states<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:transitions<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Transition</span> <span style="color: #000066;">fromState</span>=<span style="color: #ff0000;">&quot;up&quot;</span> <span style="color: #000066;">toState</span>=<span style="color: #ff0000;">&quot;over&quot;</span> <span style="color: #000066;">autoReverse</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:AnimateColor</span> <span style="color: #000066;">targets</span>=<span style="color: #ff0000;">&quot;{[g1,g2,g3,g4]}&quot;</span> <span style="color: #000066;">duration</span>=<span style="color: #ff0000;">&quot;300&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Transition<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Transition</span> <span style="color: #000066;">fromState</span>=<span style="color: #ff0000;">&quot;over&quot;</span> <span style="color: #000066;">toState</span>=<span style="color: #ff0000;">&quot;up&quot;</span> <span style="color: #000066;">autoReverse</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:AnimateColor</span> <span style="color: #000066;">targets</span>=<span style="color: #ff0000;">&quot;{[g1,g2,g3,g4]}&quot;</span> <span style="color: #000066;">duration</span>=<span style="color: #ff0000;">&quot;300&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Transition<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:transitions<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;fx:Metadata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		[HostComponent(&quot;spark.components.Button&quot;)]
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/fx:Metadata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:RectangularDropShadow</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#000000&quot;</span> </span>
<span style="color: #009900;">							 <span style="color: #000066;">blurX</span>=<span style="color: #ff0000;">&quot;15&quot;</span> <span style="color: #000066;">blurY</span>=<span style="color: #ff0000;">&quot;15&quot;</span> <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">left</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">right</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">bottom</span>=<span style="color: #ff0000;">&quot;0&quot;</span> </span>
<span style="color: #009900;">							 <span style="color: #000066;">blRadius</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">brRadius</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">tlRadius</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">trRadius</span>=<span style="color: #ff0000;">&quot;6&quot;</span></span>
<span style="color: #009900;">							 <span style="color: #000066;">angle</span>=<span style="color: #ff0000;">&quot;90&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Rect</span> <span style="color: #000066;">radiusX</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">radiusY</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">right</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">left</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">bottom</span>=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:LinearGradient</span> <span style="color: #000066;">rotation</span>=<span style="color: #ff0000;">&quot;90&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;g1&quot;</span> </span>
<span style="color: #009900;">								 <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#3f3f3f&quot;</span></span>
<span style="color: #009900;">								 <span style="color: #000066;">color.over</span>=<span style="color: #ff0000;">&quot;#ffffff&quot;</span></span>
<span style="color: #009900;">								 <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;g2&quot;</span> </span>
<span style="color: #009900;">								 <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#000000&quot;</span></span>
<span style="color: #009900;">								 <span style="color: #000066;">color.over</span>=<span style="color: #ff0000;">&quot;#e0e0e0&quot;</span></span>
<span style="color: #009900;">								 <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:LinearGradient<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Rect<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #808080; font-style: italic;">&lt;!--stroke--&gt;</span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Rect</span> <span style="color: #000066;">radiusX</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">radiusY</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #000066;">right</span>=<span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #000066;">left</span>=<span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #000066;">bottom</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:stroke<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:LinearGradientStroke</span> <span style="color: #000066;">rotation</span>=<span style="color: #ff0000;">&quot;-27&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#ffffff&quot;</span> <span style="color: #000066;">alpha</span>=<span style="color: #ff0000;">&quot;0.9&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#ffffff&quot;</span> <span style="color: #000066;">alpha</span>=<span style="color: #ff0000;">&quot;0.05&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#ffffff&quot;</span> <span style="color: #000066;">alpha</span>=<span style="color: #ff0000;">&quot;0.9&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:LinearGradientStroke<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:stroke<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Rect<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:VGroup</span> <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">left</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">right</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">bottom</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">horizontalAlign</span>=<span style="color: #ff0000;">&quot;center&quot;</span> <span style="color: #000066;">gap</span>=<span style="color: #ff0000;">&quot;2&quot;</span> <span style="color: #000066;">paddingRight</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">paddingLeft</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">paddingBottom</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">paddingTop</span>=<span style="color: #ff0000;">&quot;10&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:BitmapImage</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;pic&quot;</span> <span style="color: #000066;">source</span>=<span style="color: #ff0000;">&quot;@Embed('assets/images/Budget.png')&quot;</span> <span style="color: #000066;">smooth</span>=<span style="color: #ff0000;">&quot;true&quot;</span>  <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;5&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #808080; font-style: italic;">&lt;!-- layer 8: text --&gt;</span>
&nbsp;
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Group</span> <span style="color: #000066;">verticalCenter</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">horizontalCenter</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;100%&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:RectangularDropShadow</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#000000&quot;</span> </span>
<span style="color: #009900;">									 <span style="color: #000066;">blurX</span>=<span style="color: #ff0000;">&quot;8&quot;</span> <span style="color: #000066;">blurY</span>=<span style="color: #ff0000;">&quot;8&quot;</span> <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">left</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">right</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">bottom</span>=<span style="color: #ff0000;">&quot;0&quot;</span>  <span style="color: #000066;">distance</span>=<span style="color: #ff0000;">&quot;2&quot;</span></span>
<span style="color: #009900;">									 <span style="color: #000066;">blRadius</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">brRadius</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">tlRadius</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">trRadius</span>=<span style="color: #ff0000;">&quot;6&quot;</span></span>
<span style="color: #009900;">									 <span style="color: #000066;">angle</span>=<span style="color: #ff0000;">&quot;90&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Rect</span> <span style="color: #000066;">radiusX</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">radiusY</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">verticalCenter</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">horizontalCenter</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;100%&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;{labelDisplay.height + 14}&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
					<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:LinearGradient</span> <span style="color: #000066;">rotation</span>=<span style="color: #ff0000;">&quot;90&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
						<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;g3&quot;</span> </span>
<span style="color: #009900;">										 <span style="color: #000066;">color.over</span>=<span style="color: #ff0000;">&quot;#ff6d13&quot;</span></span>
<span style="color: #009900;">										 <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#ffffff&quot;</span></span>
<span style="color: #009900;">										 <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
						<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;g4&quot;</span> </span>
<span style="color: #009900;">										 <span style="color: #000066;">color.over</span>=<span style="color: #ff0000;">&quot;#e85603&quot;</span></span>
<span style="color: #009900;">										 <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#e0e0e0&quot;</span></span>
<span style="color: #009900;">										 <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
					<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:LinearGradient<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>		
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Rect<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:RichText</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;labelDisplay&quot;</span></span>
<span style="color: #009900;">						<span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;0x000000&quot;</span></span>
<span style="color: #009900;">						<span style="color: #000066;">color.over</span>=<span style="color: #ff0000;">&quot;0xffffff&quot;</span></span>
<span style="color: #009900;">						<span style="color: #000066;">fontSize</span>=<span style="color: #ff0000;">&quot;15&quot;</span> <span style="color: #000066;">fontWeight</span>=<span style="color: #ff0000;">&quot;bold&quot;</span> <span style="color: #000066;">horizontalCenter</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">verticalCenter</span>=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Group<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:VGroup<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Rect</span> <span style="color: #000066;">topLeftRadiusX</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">topLeftRadiusY</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">topRightRadiusX</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">topRightRadiusY</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #000066;">right</span>=<span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #000066;">left</span>=<span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;80&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:LinearGradient</span> <span style="color: #000066;">rotation</span>=<span style="color: #ff0000;">&quot;90&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#ffffff&quot;</span> <span style="color: #000066;">alpha</span>=<span style="color: #ff0000;">&quot;0.3&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#ffffff&quot;</span> <span style="color: #000066;">alpha</span>=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:LinearGradient<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Rect<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Rect</span> <span style="color: #000066;">radiusX</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">radiusY</span>=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;4&quot;</span> <span style="color: #000066;">right</span>=<span style="color: #ff0000;">&quot;4&quot;</span> <span style="color: #000066;">left</span>=<span style="color: #ff0000;">&quot;4&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;20&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:LinearGradient</span> <span style="color: #000066;">rotation</span>=<span style="color: #ff0000;">&quot;90&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#ffffff&quot;</span> <span style="color: #000066;">alpha</span>=<span style="color: #ff0000;">&quot;0.6&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#ffffff&quot;</span> <span style="color: #000066;">alpha</span>=<span style="color: #ff0000;">&quot;0.05&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:LinearGradient<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Rect<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:SparkSkin<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>Kemudian untuk membedakan sebuah image, dapat kita ganti source yang menunjukkan letak file image tersebut seperti penggalan source di bawah ini:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>65
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:BitmapImage</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;pic&quot;</span> <span style="color: #000066;">source</span>=<span style="color: #ff0000;">&quot;@Embed('assets/images/Budget.png')&quot;</span> <span style="color: #000066;">smooth</span>=<span style="color: #ff0000;">&quot;true&quot;</span>  <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;5&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></td></tr></table></div>

<p>Selanjutnya untuk merubah latar belakang / background pada aplikasi ini, dapat kita buat sebuah file dengan nama ApplicationSkin.mxml lalu ketikkan source program di bawah ini:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;utf-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:SparkSkin</span> <span style="color: #000066;">xmlns:fx</span>=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span> </span>
<span style="color: #009900;">			 <span style="color: #000066;">xmlns:s</span>=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/spark&quot;</span> </span>
<span style="color: #009900;">			 <span style="color: #000066;">xmlns:mx</span>=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/halo&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;100%&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;100%&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;fx:Declarations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #808080; font-style: italic;">&lt;!-- Place non-visual elements (e.g., services, value objects) here --&gt;</span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/fx:Declarations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:states<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:State</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;normal&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:State</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;disabled&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:states<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;fx:Metadata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		[HostComponent(&quot;spark.components.Application&quot;)]
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/fx:Metadata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Rect</span> <span style="color: #000066;">left</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">right</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">bottom</span>=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:RadialGradient</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">scaleX</span>=<span style="color: #ff0000;">&quot;1000&quot;</span> <span style="color: #000066;">scaleY</span>=<span style="color: #ff0000;">&quot;1373.44&quot;</span> <span style="color: #000066;">rotation</span>=<span style="color: #ff0000;">&quot;-90&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#f6f6f6&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:GradientEntry</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#d4d4d4&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:RadialGradient<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Rect<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Group</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;contentGroup&quot;</span> <span style="color: #000066;">left</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">right</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">bottom</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">minWidth</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">minHeight</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:SparkSkin<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>Berikut tampilan programnya:<br />
<a href="http://indonesianflexcommunity.org/wp-content/uploads/2010/03/CustomButtonSkinWithImage.jpg"><br />
<img src="http://indonesianflexcommunity.org/wp-content/uploads/2010/03/CustomButtonSkinWithImage.jpg" alt="" class="alignnone size-full wp-image-157" /></a></p>
<a href="http://www.google.com/reader/link?url=http://indonesianflexcommunity.org/?p=170&title=Membuat+Button+skin+%2B+transition+color+%2B+image+dengan+menggunakan+Flex+4&snippet=Pada+tutorial+flex+4+ini+kita+akan+membuat+suatu+button+skin+yang+akan+lebih+di+percantik+lagi+dengan+tambahan+image+dan+transit...&srcURL=http://indonesianflexcommunity.org&srcTitle=Indonesian Flex Community Adobe User Group" target="_blank" ><img align="right" alt="Buzz it!" src="http://indonesianflexcommunity.org/wp-content/plugins/buzz-it/images/buzz-icon.png" border="0" style="border: 0px;" /></a><br clear="all" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Findonesianflexcommunity.org%2Fmembuat-button-skin-transition-color-image-dengan-menggunakan-flex-4%2F&amp;linkname=Membuat%20Button%20skin%20%2B%20transition%20color%20%2B%20image%20dengan%20menggunakan%20Flex%204"><img src="http://indonesianflexcommunity.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://indonesianflexcommunity.org/membuat-button-skin-transition-color-image-dengan-menggunakan-flex-4/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>National Seminar RIA and Mobile Solution With Adobe Flash Platform</title>
		<link>http://indonesianflexcommunity.org/national-seminar-ria-and-mobile-solution-with-adobe-flash-platform/</link>
		<comments>http://indonesianflexcommunity.org/national-seminar-ria-and-mobile-solution-with-adobe-flash-platform/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 14:46:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News & Events]]></category>
		<category><![CDATA[Seminar]]></category>
		<category><![CDATA[Workshop]]></category>

		<guid isPermaLink="false">http://indonesianflexcommunity.org/?p=163</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_164" class="wp-caption alignnone" style="width: 581px"><a href="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/Seminar-Nasional-Rich-Internet-Application-and-Mobile-Solution-With-Adobe-Flash-Platform.jpg"><img class="size-large wp-image-164 " title="Seminar Nasional Rich Internet Application and Mobile Solution With Adobe Flash Platform" src="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/Seminar-Nasional-Rich-Internet-Application-and-Mobile-Solution-With-Adobe-Flash-Platform-714x1024.jpg" alt="Seminar Nasional Rich Internet Application and Mobile Solution With Adobe Flash Platform" width="571" height="819" /></a><p class="wp-caption-text">Seminar Nasional Rich Internet Application and Mobile Solution With Adobe Flash Platform</p></div>
<a href="http://www.google.com/reader/link?url=http://indonesianflexcommunity.org/?p=163&title=National+Seminar+RIA+and+Mobile+Solution+With+Adobe+Flash+Platform&snippet=%5Bcaption+id%3D%26quot%3Battachment_164%26quot%3B+align%3D%26quot%3Balignnone%26quot%3B+width%3D%26quot%3B571%26quot%3B+caption%3D%26quot%3BSeminar+Nasional+Rich+Int...&srcURL=http://indonesianflexcommunity.org&srcTitle=Indonesian Flex Community Adobe User Group" target="_blank" ><img align="right" alt="Buzz it!" src="http://indonesianflexcommunity.org/wp-content/plugins/buzz-it/images/buzz-icon.png" border="0" style="border: 0px;" /></a><br clear="all" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Findonesianflexcommunity.org%2Fnational-seminar-ria-and-mobile-solution-with-adobe-flash-platform%2F&amp;linkname=National%20Seminar%20RIA%20and%20Mobile%20Solution%20With%20Adobe%20Flash%20Platform"><img src="http://indonesianflexcommunity.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://indonesianflexcommunity.org/national-seminar-ria-and-mobile-solution-with-adobe-flash-platform/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Membuat Button skin + transition color dengan menggunakan Flex 4</title>
		<link>http://indonesianflexcommunity.org/membuat-button-skin-transition-color-dengan-menggunakan-flex-4/</link>
		<comments>http://indonesianflexcommunity.org/membuat-button-skin-transition-color-dengan-menggunakan-flex-4/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 16:53:23 +0000</pubDate>
		<dc:creator>tm2_reynolds</dc:creator>
				<category><![CDATA[Learning Center]]></category>
		<category><![CDATA[Adobe Flex 4]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[transition]]></category>

		<guid isPermaLink="false">http://indonesianflexcommunity.org/?p=155</guid>
		<description><![CDATA[Melanjutkan tutorial sebelumnya &#8220;Membuat Button skin sederhana dengan menggunakan Flex 4&#8243;, saat ini kita akan membuat suatu button skin yang sederhana namun dengan menambahkan sentuhan transisi warna yang cantik.  Pertama – tama kita buat file dengan nama CustomButtonSkinTransition.mxml, kemudian ketik source yang ada di bawah ini.


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;s:Application xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34;
			   xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34;
			   [...]]]></description>
			<content:encoded><![CDATA[<p>Melanjutkan tutorial sebelumnya <a href="http://indonesianflexcommunity.org/membuat-button-skin-sederhana-dengan-menggunakan-flex-4-3/">&#8220;Membuat Button skin sederhana dengan menggunakan Flex 4&#8243;</a>, saat ini kita akan membuat suatu button skin yang sederhana namun dengan menambahkan sentuhan transisi warna yang cantik. <span id="more-155"></span> Pertama – tama kita buat file dengan nama CustomButtonSkinTransition.mxml, kemudian ketik source yang ada di bawah ini.</p>
<pre class="brush: xml; ">

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;s:Application xmlns:fx=&quot;http://ns.adobe.com/mxml/2009&quot;
			   xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot;
			   xmlns:mx=&quot;library://ns.adobe.com/flex/halo&quot;
			   minWidth=&quot;1024&quot; minHeight=&quot;768&quot; backgroundColor=&quot;#4E4E4E&quot;&gt;

	&lt;fx:Style&gt;
		@namespace s &quot;library://ns.adobe.com/flex/spark&quot;;
		@namespace mx &quot;library://ns.adobe.com/flex/halo&quot;;

		s|Button
		{
			skinClass: ClassReference(&quot;skins.ButtonSkinTransition&quot;);
		}

	&lt;/fx:Style&gt;

	&lt;s:Button label=&quot;Custom Button&quot;  horizontalCenter=&quot;0&quot; verticalCenter=&quot;15&quot;/&gt;

&lt;/s:Application&gt;
</pre>
<p>Kemudian, buatlah folder skins dan juga buatlah file ButtonSkinTransition.mxml di dalam folder skins yang tadi dibuat. Selanjutnya ketikan source yang ada di bawah ini pada file ButtonSkinTransition.mxml.</p>
<pre class="brush: xml; ">

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;s:SparkSkin xmlns:fx=&quot;http://ns.adobe.com/mxml/2009&quot;
			 xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot;
			 minHeight=&quot;40&quot; minWidth=&quot;40&quot;
			 alpha.disabled=&quot;0.5&quot;&gt;

	&lt;!-- states --&gt;
	&lt;s:states&gt;
		&lt;s:State name=&quot;up&quot; /&gt;
		&lt;s:State name=&quot;over&quot; /&gt;
		&lt;s:State name=&quot;down&quot; /&gt;
		&lt;s:State name=&quot;disabled&quot; /&gt;
	&lt;/s:states&gt;

	&lt;s:transitions&gt;
		&lt;s:Transition fromState=&quot;up&quot; toState=&quot;over&quot; autoReverse=&quot;true&quot;&gt;
			&lt;s:AnimateColor targets=&quot;{[g1,g2]}&quot; duration=&quot;300&quot;/&gt;
		&lt;/s:Transition&gt;
		&lt;s:Transition fromState=&quot;over&quot; toState=&quot;down&quot; autoReverse=&quot;true&quot;&gt;
			&lt;s:AnimateColor targets=&quot;{[g1,g2]}&quot; duration=&quot;300&quot;/&gt;
		&lt;/s:Transition&gt;
		&lt;s:Transition fromState=&quot;over&quot; toState=&quot;up&quot; autoReverse=&quot;true&quot;&gt;
			&lt;s:AnimateColor targets=&quot;{[g1,g2]}&quot; duration=&quot;300&quot;/&gt;
		&lt;/s:Transition&gt;
	&lt;/s:transitions&gt;

	&lt;!-- host component --&gt;
	&lt;fx:Metadata&gt;
		[HostComponent(&quot;spark.components.Button&quot;)]
	&lt;/fx:Metadata&gt;

	&lt;fx:Script&gt;
		&lt;![CDATA[
			static private const exclusions:Array = [&quot;labelDisplay&quot;];

			override public function get colorizeExclusions():Array {
				return exclusions;
			}
		]]&gt;
	&lt;/fx:Script&gt;

	&lt;s:Group left=&quot;0&quot; right=&quot;0&quot; top=&quot;0&quot; bottom=&quot;0&quot;&gt;

		&lt;!-- fill --&gt;
		&lt;s:Rect left=&quot;1&quot; right=&quot;1&quot; top=&quot;1&quot; bottom=&quot;1&quot;
				radiusX=&quot;4&quot; radiusY=&quot;4&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:LinearGradient rotation=&quot;90&quot;&gt;
					&lt;s:GradientEntry id=&quot;g1&quot;
									 color=&quot;0x47f2e8&quot;
									 color.over=&quot;0x007bc2&quot;
									 color.down=&quot;0x656565&quot;
									 alpha=&quot;0.85&quot; /&gt;
					&lt;s:GradientEntry id=&quot;g2&quot;
									 color=&quot;0x007bc2&quot;
									 color.over=&quot;0x47f2e8&quot;
									 color.down=&quot;0x000000&quot;
									 alpha=&quot;0.85&quot; /&gt;
				&lt;/s:LinearGradient&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;

		&lt;!-- highlight --&gt;
		&lt;s:Rect left=&quot;2&quot; right=&quot;2&quot; top=&quot;2&quot; radiusX=&quot;4&quot; radiusY=&quot;4&quot; height=&quot;10&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:LinearGradient rotation=&quot;90&quot;&gt;
					&lt;s:GradientEntry color=&quot;#ffffff&quot; alpha=&quot;0.6&quot; /&gt;
					&lt;s:GradientEntry color=&quot;#ffffff&quot; alpha=&quot;0.1&quot; /&gt;
				&lt;/s:LinearGradient&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;

		&lt;!-- text --&gt;
		&lt;s:RichText id=&quot;labelDisplay&quot;
					verticalAlign=&quot;middle&quot;
					verticalCenter=&quot;0&quot;
					left=&quot;20&quot; right=&quot;20&quot; top=&quot;10&quot; bottom=&quot;10&quot;
					color=&quot;0xffffff&quot;&gt;
			&lt;s:filters&gt;
				&lt;s:DropShadowFilter color=&quot;#000000&quot; blurX=&quot;0&quot; blurY=&quot;0&quot; distance=&quot;1&quot; alpha=&quot;0.5&quot;/&gt;
			&lt;/s:filters&gt;
		&lt;/s:RichText&gt;

	&lt;/s:Group&gt;
&lt;/s:SparkSkin&gt;
</pre>
<p>Berikut tampilan programnya:<br />
<a href="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/CustomButtonSkinTransition.jpg"><img src="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/CustomButtonSkinTransition.jpg" alt="" width="291" height="185" class="alignnone size-full wp-image-157" /></a></p>
<a href="http://www.google.com/reader/link?url=http://indonesianflexcommunity.org/?p=155&title=Membuat+Button+skin+%2B+transition+color+dengan+menggunakan+Flex+4&snippet=Melanjutkan+tutorial+sebelumnya+%26quot%3BMembuat+Button+skin+sederhana+dengan+menggunakan+Flex+4%26quot%3B%2C+saat+ini+kita+akan+membuat+...&srcURL=http://indonesianflexcommunity.org&srcTitle=Indonesian Flex Community Adobe User Group" target="_blank" ><img align="right" alt="Buzz it!" src="http://indonesianflexcommunity.org/wp-content/plugins/buzz-it/images/buzz-icon.png" border="0" style="border: 0px;" /></a><br clear="all" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Findonesianflexcommunity.org%2Fmembuat-button-skin-transition-color-dengan-menggunakan-flex-4%2F&amp;linkname=Membuat%20Button%20skin%20%2B%20transition%20color%20dengan%20menggunakan%20Flex%204"><img src="http://indonesianflexcommunity.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://indonesianflexcommunity.org/membuat-button-skin-transition-color-dengan-menggunakan-flex-4/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Membuat Button skin sederhana dengan menggunakan Flex 4</title>
		<link>http://indonesianflexcommunity.org/membuat-button-skin-sederhana-dengan-menggunakan-flex-4-3/</link>
		<comments>http://indonesianflexcommunity.org/membuat-button-skin-sederhana-dengan-menggunakan-flex-4-3/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 10:07:08 +0000</pubDate>
		<dc:creator>tm2_reynolds</dc:creator>
				<category><![CDATA[Learning Center]]></category>
		<category><![CDATA[Adobe Flex 4]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[skin]]></category>

		<guid isPermaLink="false">http://indonesianflexcommunity.org/?p=145</guid>
		<description><![CDATA[Pada tutorial flex kali ini, kita akan mencoba membuat sebuah button yang sederhana dengan tampilan yang tidak biasa pada Flex 4. Pertama &#8211; tama kita buat file dengan nama CustomButtonSkin.mxml, kemudian ketik source yang ada di bawah ini.

&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- CustomButtonSkin.mxml --&#62;
&#60;s:Application xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34; xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34;  minWidth=&#34;1024&#34; minHeight=&#34;768&#34; backgroundColor=&#34;#4E4E4E&#34;&#62;

	&#60;fx:Style&#62;
		@namespace s &#34;library://ns.adobe.com/flex/spark&#34;;
		@namespace mx &#34;library://ns.adobe.com/flex/halo&#34;;

		s&#124;Button
		{
			skinClass: ClassReference(&#34;skins.ButtonSkin&#34;);
		}

	&#60;/fx:Style&#62;

	&#60;s:Button label=&#34;Custom [...]]]></description>
			<content:encoded><![CDATA[<p>Pada tutorial flex kali ini, kita akan mencoba membuat sebuah button yang sederhana dengan tampilan yang tidak biasa pada Flex 4.<span id="more-145"></span> Pertama &#8211; tama kita buat file dengan nama CustomButtonSkin.mxml, kemudian ketik source yang ada di bawah ini.</p>
<pre class="brush: xml; ">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;!-- CustomButtonSkin.mxml --&gt;
&lt;s:Application xmlns:fx=&quot;http://ns.adobe.com/mxml/2009&quot; xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot; xmlns:mx=&quot;library://ns.adobe.com/flex/halo&quot;  minWidth=&quot;1024&quot; minHeight=&quot;768&quot; backgroundColor=&quot;#4E4E4E&quot;&gt;

	&lt;fx:Style&gt;
		@namespace s &quot;library://ns.adobe.com/flex/spark&quot;;
		@namespace mx &quot;library://ns.adobe.com/flex/halo&quot;;

		s|Button
		{
			skinClass: ClassReference(&quot;skins.ButtonSkin&quot;);
		}

	&lt;/fx:Style&gt;

	&lt;s:Button label=&quot;Custom Button&quot;  horizontalCenter=&quot;0&quot; verticalCenter=&quot;15&quot;/&gt;

&lt;/s:Application&gt;
</pre>
<p>Kemudian, buatlah folder skins dan juga buatlah file ButtonSkin.mxml di dalam folder skins yang tadi dibuat. Selanjutnya ketikan source yang ada di bawah ini pada file ButtonSkin.mxml.</p>
<pre class="brush: xml; ">

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;!-- skins/ButtonSkin.mxml --&gt;
&lt;s:SparkSkin xmlns:fx=&quot;http://ns.adobe.com/mxml/2009&quot;
			 xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot;
			 minHeight=&quot;40&quot; minWidth=&quot;40&quot;
			 alpha.disabled=&quot;0.5&quot;&gt;

	&lt;!-- states --&gt;
	&lt;s:states&gt;
		&lt;s:State name=&quot;up&quot; /&gt;
		&lt;s:State name=&quot;over&quot; /&gt;
		&lt;s:State name=&quot;down&quot; /&gt;
		&lt;s:State name=&quot;disabled&quot; /&gt;
	&lt;/s:states&gt;

	&lt;!-- host component --&gt;
	&lt;fx:Metadata&gt;
		[HostComponent(&quot;spark.components.Button&quot;)]
	&lt;/fx:Metadata&gt;

	&lt;fx:Script&gt;
		&lt;![CDATA[
			static private const exclusions:Array = [&quot;labelDisplay&quot;];

			override public function get colorizeExclusions():Array {
				return exclusions;
			}
		]]&gt;
	&lt;/fx:Script&gt;

	&lt;s:Group left=&quot;0&quot; right=&quot;0&quot; top=&quot;0&quot; bottom=&quot;0&quot;&gt;

		&lt;!-- fill --&gt;
		&lt;s:Rect left=&quot;1&quot; right=&quot;1&quot; top=&quot;1&quot; bottom=&quot;1&quot;
				radiusX=&quot;4&quot; radiusY=&quot;4&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:LinearGradient rotation=&quot;90&quot;&gt;
					&lt;s:GradientEntry id=&quot;g1&quot;
									 color=&quot;0x47f2e8&quot;
									 color.over=&quot;0x007bc2&quot;
									 color.down=&quot;0x656565&quot;
									 alpha=&quot;0.85&quot; /&gt;
					&lt;s:GradientEntry id=&quot;g2&quot;
									 color=&quot;0x007bc2&quot;
									 color.over=&quot;0x47f2e8&quot;
									 color.down=&quot;0x000000&quot;
									 alpha=&quot;0.85&quot; /&gt;
				&lt;/s:LinearGradient&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;

		&lt;!-- highlight --&gt;
		&lt;s:Rect left=&quot;2&quot; right=&quot;2&quot; top=&quot;2&quot; radiusX=&quot;4&quot; radiusY=&quot;4&quot; height=&quot;10&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:LinearGradient rotation=&quot;90&quot;&gt;
					&lt;s:GradientEntry color=&quot;#ffffff&quot; alpha=&quot;0.6&quot; /&gt;
					&lt;s:GradientEntry color=&quot;#ffffff&quot; alpha=&quot;0.1&quot; /&gt;
				&lt;/s:LinearGradient&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;

		&lt;!-- text --&gt;
		&lt;s:RichText id=&quot;labelDisplay&quot;
					verticalAlign=&quot;middle&quot;
					verticalCenter=&quot;0&quot;
					left=&quot;20&quot; right=&quot;20&quot; top=&quot;10&quot; bottom=&quot;10&quot;
					color=&quot;0xffffff&quot;&gt;
			&lt;s:filters&gt;
				&lt;s:DropShadowFilter color=&quot;#000000&quot; blurX=&quot;0&quot; blurY=&quot;0&quot; distance=&quot;1&quot; alpha=&quot;0.5&quot;/&gt;
			&lt;/s:filters&gt;
		&lt;/s:RichText&gt;

	&lt;/s:Group&gt;
&lt;/s:SparkSkin&gt;
</pre>
<p>Berikut tampilan programnya:<br />
<img src="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/custombuttonskin.jpg" alt="CustomButtonSkin" /></p>
<a href="http://www.google.com/reader/link?url=http://indonesianflexcommunity.org/?p=145&title=Membuat+Button+skin+sederhana+dengan+menggunakan+Flex+4&snippet=Pada+tutorial+flex+kali+ini%2C+kita+akan+mencoba+membuat+sebuah+button+yang+sederhana+dengan+tampilan+yang+tidak+biasa+pada+Flex+4...&srcURL=http://indonesianflexcommunity.org&srcTitle=Indonesian Flex Community Adobe User Group" target="_blank" ><img align="right" alt="Buzz it!" src="http://indonesianflexcommunity.org/wp-content/plugins/buzz-it/images/buzz-icon.png" border="0" style="border: 0px;" /></a><br clear="all" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Findonesianflexcommunity.org%2Fmembuat-button-skin-sederhana-dengan-menggunakan-flex-4-3%2F&amp;linkname=Membuat%20Button%20skin%20sederhana%20dengan%20menggunakan%20Flex%204"><img src="http://indonesianflexcommunity.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://indonesianflexcommunity.org/membuat-button-skin-sederhana-dengan-menggunakan-flex-4-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Squiggly &#8211; a spell checking engine for Adobe® Flash® Player and Adobe AIR®</title>
		<link>http://indonesianflexcommunity.org/squiggly-a-spell-checking-engine-for-adobe%c2%ae-flash%c2%ae-player-and-adobe-air%c2%ae/</link>
		<comments>http://indonesianflexcommunity.org/squiggly-a-spell-checking-engine-for-adobe%c2%ae-flash%c2%ae-player-and-adobe-air%c2%ae/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 13:12:19 +0000</pubDate>
		<dc:creator>ahmadfathihadi</dc:creator>
				<category><![CDATA[Learning Center]]></category>
		<category><![CDATA[Adobe Flex 3]]></category>
		<category><![CDATA[Adobe Flex 4]]></category>
		<category><![CDATA[Squiggly]]></category>

		<guid isPermaLink="false">http://indonesianflexcommunity.org/?p=39</guid>
		<description><![CDATA[Squiggly adalah spell checking engine untuk Adobe Flash Player dan Adobe AIR. Dengan menggunakan Squiggly library, aplikasi yang kita buat dapat dengan mudah ditambahi fitur spell checking. Squiggly akan bekerja pada semua component berbasiskan Text Control. Namun squiggly hanya dapat digunakan untuk text berbahasa inggris.
Adobe tidak menjanjikan hal lebih dari pengembangan squiggly, karena ini hanya [...]]]></description>
			<content:encoded><![CDATA[<p>Squiggly adalah spell checking engine untuk Adobe Flash Player dan Adobe AIR. Dengan menggunakan Squiggly library, aplikasi yang kita buat dapat dengan mudah ditambahi fitur spell checking. Squiggly akan bekerja pada semua component berbasiskan Text Control. Namun squiggly hanya dapat digunakan untuk text berbahasa inggris.</p>
<p>Adobe tidak menjanjikan hal lebih dari pengembangan squiggly, karena ini hanya merupakan rilis dari teknologi yang mereka buat, walaupun pada website resminya <a href="http://labs.adobe.com/technologies/squiggly/">http://labs.adobe.com/technologies/squiggly/</a>, Adobe mengatakan akan mengupayakan kedepannya  agar Squiggly tidak hanya dapat digunakan untuk bahasa inggris saja.<br />
<span id="more-39"></span><br />
<div id="attachment_40" class="wp-caption alignnone" style="width: 324px"><a href="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/Squiggly-a-spell-checking-engine-for-Adobe®-Flash®-Player-and-Adobe-AIR®.jpg"><img class="size-full wp-image-40 " title="Squiggly - a spell checking engine for Adobe® Flash® Player and Adobe AIR®" src="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/Squiggly-a-spell-checking-engine-for-Adobe®-Flash®-Player-and-Adobe-AIR®.jpg" alt="Squiggly - a spell checking engine for Adobe® Flash® Player and Adobe AIR®" width="314" height="164" /></a><p class="wp-caption-text">Squiggly - a spell checking engine for Adobe® Flash® Player and Adobe AIR®</p></div><br />
Untuk demo klik <a href="http://labs.adobe.com/technologies/squiggly/demo/" target="_blank">disini</a></p>
<p>Untuk contoh source code klik <a href="http://labs.adobe.com/technologies/squiggly/demo/srcview/index.html" target="_blank">disini</a></p>
<p>Untuk download squiggly klik <a href="http://labs.adobe.com/downloads/squiggly.html" target="_blank">disini</a></p>
<a href="http://www.google.com/reader/link?url=http://indonesianflexcommunity.org/?p=39&title=Squiggly+-+a+spell+checking+engine+for+Adobe%C2%AE+Flash%C2%AE+Player+and+Adobe+AIR%C2%AE&snippet=Squiggly+adalah+spell+checking+engine+untuk+Adobe+Flash+Player+dan+Adobe+AIR.+Dengan+menggunakan+Squiggly+library%2C+aplikasi+yang...&srcURL=http://indonesianflexcommunity.org&srcTitle=Indonesian Flex Community Adobe User Group" target="_blank" ><img align="right" alt="Buzz it!" src="http://indonesianflexcommunity.org/wp-content/plugins/buzz-it/images/buzz-icon.png" border="0" style="border: 0px;" /></a><br clear="all" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Findonesianflexcommunity.org%2Fsquiggly-a-spell-checking-engine-for-adobe%25c2%25ae-flash%25c2%25ae-player-and-adobe-air%25c2%25ae%2F&amp;linkname=Squiggly%20%26%238211%3B%20a%20spell%20checking%20engine%20for%20Adobe%C2%AE%20Flash%C2%AE%20Player%20and%20Adobe%20AIR%C2%AE"><img src="http://indonesianflexcommunity.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://indonesianflexcommunity.org/squiggly-a-spell-checking-engine-for-adobe%c2%ae-flash%c2%ae-player-and-adobe-air%c2%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tour de Flex</title>
		<link>http://indonesianflexcommunity.org/tour-de-flex/</link>
		<comments>http://indonesianflexcommunity.org/tour-de-flex/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:32:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learning Center]]></category>

		<guid isPermaLink="false">http://indonesianflexcommunity.org/?p=30</guid>
		<description><![CDATA[Tour de Flex adalah aplikasi yang dikembangkan menggunakan Flex dan dicompile menjadi aplikasi Desktop [Adobe Intergated Runtime] yang memiliki tujuan utama sebagai penjelajah fitur-fitur dan kesanggukan dari Flex serta beserta Source code dari sample yang diberikan. Tour de Flex menyertakan sample dari Components utama Flex, Adobe AIR dan integrasi data-nya, serta menyediakan juga banyak Components [...]]]></description>
			<content:encoded><![CDATA[<p>Tour de Flex adalah aplikasi yang dikembangkan menggunakan Flex dan dicompile menjadi aplikasi Desktop [Adobe Intergated Runtime] yang memiliki tujuan utama sebagai penjelajah fitur-fitur dan kesanggukan dari Flex serta beserta Source code dari sample yang diberikan. Tour de Flex menyertakan sample dari Components utama Flex, Adobe AIR dan integrasi data-nya, serta menyediakan juga banyak Components dari pihak ketiga, seperti effects, skins, Phyics, dll.</p>
<p>Tour de Flex mempunyai tiga fungsi utama :</p>
<ul>
<li>Memperlihatkan kepada Non-Flex developers hal-hal indah yang bisa dilakukan oleh Flex dengan memberikan contoh-contoh yang baik, look and see.</li>
<li>Menyediakan ilustrasi kepada para Flex Developer dengan referensi yang cukup baik.</li>
<li>Menyediakan tempat untuk para Flex developer dalam menunjukkan pekerjaan mereka baik komersial maupun non-komersial.</li>
</ul>
<p>Tour de Flex menyediakan lebih dari 216 contoh aplikasi yang bisa langsung dilihat, sebagian contoh telah dilengkapi dengan source code, dokumentasi, dan details lainnya. Topik yang terdapat dalam Tour de Flex adalah Flex Core Components, Flex Data Access, AIR Desktop Capabilities, Cloud APIs, Data Visualization, Mapping, and a growing collection of custom components, effects, skins, etc.</p>
<p><a href="http://www.adobe.com/devnet/flex/tourdeflex/"><img title="The Tour de Flex component explorer" src="http://www.adobe.com/devnet/flex/tourdeflex/images/tourdeflex_explorer.jpg" alt="The Tour de Flex component explorer" width="492" height="381" /></a></p>
<p><a href="http://www.adobe.com/devnet/flex/tourdeflex/"><img class="alignnone" title="Components and samples in Tour de Flex" src="http://www.adobe.com/devnet/flex/tourdeflex/images/tourdeflex_samples.jpg" alt="Components and samples in Tour de Flex" width="600" height="541" /></a></p>
<h3>Share Tour de Flex</h3>
<p>Anda bisa membantu menyebarluaskan tentang Tour de Flex ini dengan cara mengembed tag HTML dibawah ini :<br />
<iframe src="http://tourdeflex.adobe.com/badge/" mce_src="http://tourdeflex.adobe.com/badge/" scrolling="no" width="216" frameborder="0" height="182"></iframe></p>
<pre class="brush: html; ">
&lt;iframe width=&quot;216&quot; height=&quot;182&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://tourdeflex.adobe.com/badge/&quot;&gt;&lt;/iframe&gt;
</pre>
<a href="http://www.google.com/reader/link?url=http://indonesianflexcommunity.org/?p=30&title=Tour+de+Flex&snippet=Tour+de+Flex+adalah+aplikasi+yang+dikembangkan+menggunakan+Flex+dan+dicompile+menjadi+aplikasi+Desktop+%5BAdobe+Intergated+Runtime...&srcURL=http://indonesianflexcommunity.org&srcTitle=Indonesian Flex Community Adobe User Group" target="_blank" ><img align="right" alt="Buzz it!" src="http://indonesianflexcommunity.org/wp-content/plugins/buzz-it/images/buzz-icon.png" border="0" style="border: 0px;" /></a><br clear="all" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Findonesianflexcommunity.org%2Ftour-de-flex%2F&amp;linkname=Tour%20de%20Flex"><img src="http://indonesianflexcommunity.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://indonesianflexcommunity.org/tour-de-flex/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Skinning Flex Components with Adobe Fireworks CS4</title>
		<link>http://indonesianflexcommunity.org/skinning-flex-components-with-adobe-fireworks-cs4/</link>
		<comments>http://indonesianflexcommunity.org/skinning-flex-components-with-adobe-fireworks-cs4/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:22:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learning Center]]></category>
		<category><![CDATA[Adobe Fireworks CS4]]></category>
		<category><![CDATA[Adobe Flex 3]]></category>
		<category><![CDATA[Skinning]]></category>

		<guid isPermaLink="false">http://indonesianflexcommunity.org/?p=27</guid>
		<description><![CDATA[Banyak cara untuk membuat skin component Flex/AIR, kali ini akan dibahas cara pembuatannya menggunakan Adobe Fireworks CS4. Silahkan download di sini
]]></description>
			<content:encoded><![CDATA[<p><a href="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/Skinning-Flex-Components-with-Adobe-Fireworks-CS4.jpg"><img class="alignleft size-medium wp-image-28" title="Skinning Flex Components with Adobe Fireworks CS4" src="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/Skinning-Flex-Components-with-Adobe-Fireworks-CS4-300x223.jpg" alt="" width="300" height="223" /></a>Banyak cara untuk membuat skin component Flex/AIR, kali ini akan dibahas cara pembuatannya menggunakan Adobe Fireworks CS4. Silahkan download di <a href="http://indonesianflexcommunity.org/files/Skinning%20Flex%20Components%20with%20Adobe%20Fireworks%20CS4.pdf" target="_blank">sini</a></p>
<a href="http://www.google.com/reader/link?url=http://indonesianflexcommunity.org/?p=27&title=Skinning+Flex+Components+with+Adobe+Fireworks+CS4&snippet=Banyak+cara+untuk+membuat+skin+component+Flex%2FAIR%2C+kali+ini+akan+dibahas+cara+pembuatannya+menggunakan+Adobe+Fireworks+CS4.+Sila...&srcURL=http://indonesianflexcommunity.org&srcTitle=Indonesian Flex Community Adobe User Group" target="_blank" ><img align="right" alt="Buzz it!" src="http://indonesianflexcommunity.org/wp-content/plugins/buzz-it/images/buzz-icon.png" border="0" style="border: 0px;" /></a><br clear="all" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Findonesianflexcommunity.org%2Fskinning-flex-components-with-adobe-fireworks-cs4%2F&amp;linkname=Skinning%20Flex%20Components%20with%20Adobe%20Fireworks%20CS4"><img src="http://indonesianflexcommunity.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://indonesianflexcommunity.org/skinning-flex-components-with-adobe-fireworks-cs4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pentingnya penggunaan ScaleGrid pada pembuatan Flex Skin</title>
		<link>http://indonesianflexcommunity.org/pentingnya-penggunaan-scalegrid-pada-pembuatan-flex-skin/</link>
		<comments>http://indonesianflexcommunity.org/pentingnya-penggunaan-scalegrid-pada-pembuatan-flex-skin/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:13:12 +0000</pubDate>
		<dc:creator>ahmadfathihadi</dc:creator>
				<category><![CDATA[Learning Center]]></category>

		<guid isPermaLink="false">http://indonesianflexcommunity.org/?p=17</guid>
		<description><![CDATA[Ketika kita membuat Skin untuk komponen Flex, maka kita perlu memperhatikan Scale Grid. Scale Grid adalah garis pemandu yang berfungsi untuk pembatasi suatu Flex Skin yang dibuat. Scale Grid memiliki garis pemisah Atas, Bawah, Kiri dan Kanan, atau yang disebut scaleGridLeft, scaleGridTop, scaleGridRight, scaleGridBottom.

Nah, lalu apa yang menjadi penting dari scale Grid ?, mari kita [...]]]></description>
			<content:encoded><![CDATA[<p>Ketika kita membuat Skin untuk komponen Flex, maka kita perlu memperhatikan Scale Grid. Scale Grid adalah garis pemandu yang berfungsi untuk pembatasi suatu Flex Skin yang dibuat. Scale Grid memiliki garis pemisah Atas, Bawah, Kiri dan Kanan, atau yang disebut scaleGridLeft, scaleGridTop, scaleGridRight, scaleGridBottom.</p>
<p><a href="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/scalegrid.jpg"><img class="alignnone size-medium wp-image-18" title="scalegrid" src="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/scalegrid-195x300.jpg" alt="" width="195" height="300" /></a></p>
<p><span id="more-17"></span>Nah, lalu apa yang menjadi penting dari scale Grid ?, mari kita lihat contoh dibawah.</p>
<p><a href="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/diferentScaleGrid.jpg"><img class="alignnone size-full wp-image-20" title="diferentScaleGrid" src="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/diferentScaleGrid.jpg" alt="" width="288" height="200" /></a></p>
<p>Nah, terlihat sudah perbedan menggunakan ScaleGrid dengan Tidak.<br />
Ketika kita menggunakan ScaleGrid maka Flex tidak akan menarik atau merusak kawasan yang terdapat didalamnya. Oleh sebab itulah Skin yang dibuat bisa terlihat tidak pecah walaupun ditakir dari ukuran sebenarnya.</p>
<p><a href="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/lindungi.jpg"><img class="alignnone size-full wp-image-22" src="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/lindungi.jpg" alt="" width="116" height="80" /></a></p>
<p>Teknik ini adalah wajib bagi para pembuat UI.<br />
Cara memberikan ScaleGrid pada Skin adalah mudah.</p>
<p><a href="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/tree.jpg"><img class="alignnone size-full wp-image-24" title="tree" src="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/tree.jpg" alt="" width="170" height="170" /></a></p>
<p>Buka file CSS anda</p>
<p><a href="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/CSS.jpg"><img class="alignnone size-medium wp-image-19" title="CSS" src="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/CSS-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Kemudian Klik pada tombol Edit Scale Grid</p>
<p><a href="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/editscalegrid.jpg"><img class="alignnone size-medium wp-image-21" title="editscalegrid" src="http://indonesianflexcommunity.org/wp-content/uploads/2010/02/editscalegrid-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>Jika sudah anda bisa langsung menentukan posisi GridScale yang sesuai dengan Skin yang anda pakai.<br />
Jika sudah, lihat file CSS anda. Maka akan terlihat penambahan atribut CSS.</p>
<pre class="brush: css; ">

Button
{
	upSkin: Embed(source=&quot;aset/Button_upSkin.png&quot;,scaleGridRight=&quot;60&quot;,
	scaleGridLeft=&quot;5&quot;,scaleGridTop=&quot;5&quot;,scaleGridBottom=&quot;24&quot;);
	overSkin: Embed(source=&quot;aset/Button_overSkin.png&quot;,scaleGridRight=&quot;58&quot;,
	scaleGridLeft=&quot;5&quot;,scaleGridTop=&quot;5&quot;,scaleGridBottom=&quot;22&quot;);
	downSkin: Embed(source=&quot;aset/Button_downSkin.png&quot;,scaleGridRight=&quot;60&quot;,
	scaleGridLeft=&quot;5&quot;,scaleGridTop=&quot;5&quot;,scaleGridBottom=&quot;24&quot;);
	disabledSkin: Embed(source=&quot;aset/Button_disabled.png&quot;,scaleGridRight=&quot;60&quot;,
	scaleGridLeft=&quot;5&quot;,scaleGridTop=&quot;5&quot;,scaleGridBottom=&quot;24&quot;);
	color: #FFFFFF;
	textRollOverColor: #FFFFFF;
	textSelectedColor: #FFFFFF;
}
</pre>
<a href="http://www.google.com/reader/link?url=http://indonesianflexcommunity.org/?p=17&title=Pentingnya+penggunaan+ScaleGrid+pada+pembuatan+Flex+Skin&snippet=Ketika+kita+membuat+Skin+untuk+komponen+Flex%2C+maka+kita+perlu+memperhatikan+Scale+Grid.+Scale+Grid+adalah+garis+pemandu+yang+ber...&srcURL=http://indonesianflexcommunity.org&srcTitle=Indonesian Flex Community Adobe User Group" target="_blank" ><img align="right" alt="Buzz it!" src="http://indonesianflexcommunity.org/wp-content/plugins/buzz-it/images/buzz-icon.png" border="0" style="border: 0px;" /></a><br clear="all" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Findonesianflexcommunity.org%2Fpentingnya-penggunaan-scalegrid-pada-pembuatan-flex-skin%2F&amp;linkname=Pentingnya%20penggunaan%20ScaleGrid%20pada%20pembuatan%20Flex%20Skin"><img src="http://indonesianflexcommunity.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://indonesianflexcommunity.org/pentingnya-penggunaan-scalegrid-pada-pembuatan-flex-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 3 documentation</title>
		<link>http://indonesianflexcommunity.org/flex-3-documentation/</link>
		<comments>http://indonesianflexcommunity.org/flex-3-documentation/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 15:43:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learning Center]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[Adobe Flex 2]]></category>
		<category><![CDATA[Adobe Flex 3]]></category>
		<category><![CDATA[Adobe Flex Language Reference]]></category>
		<category><![CDATA[Developer Guide]]></category>

		<guid isPermaLink="false">http://indonesianflexcommunity.org/?p=15</guid>
		<description><![CDATA[Suatu software yang baik tentunya dilengkapi dengan dokumentasi yang baik, bagus, dan lengkap. Untuk para Flex Developer, Buku, Video Tutorial, E-Book,dsb, merupakan hal yang tidak asing lagi dan pasti dimiliki. Namun ada satu hal yang biasanya terlewatkan atau diacuhkan. Flex 3 documentation, Sudah pernah Dilihat atau dibaca ?.
Flex 3 documentation sangatlah bermanfaat dikarenakan banyak hal [...]]]></description>
			<content:encoded><![CDATA[<p>Suatu software yang baik tentunya dilengkapi dengan dokumentasi yang baik, bagus, dan lengkap. Untuk para Flex Developer, Buku, Video Tutorial, E-Book,dsb, merupakan hal yang tidak asing lagi dan pasti dimiliki. Namun ada satu hal yang biasanya terlewatkan atau diacuhkan. <a href="http://www.adobe.com/support/documentation/en/flex/" target="_blank">Flex 3 documentation</a>, Sudah pernah Dilihat atau dibaca ?.</p>
<p>Flex 3 documentation sangatlah bermanfaat dikarenakan banyak hal teknis dan juga teori yang dibahas atau dijelaskan di sini. Flex 3 documentation terdiri dari :</p>
<ul>
<li>Installation Instructions for Adobe Flex 3 and Adobe      Flex Builder 3</li>
<li>Using Adobe Flex Builder 3</li>
<li>Adobe Flex Language Reference</li>
<li>Flex 3 Developer Guide</li>
<li>Creating and Extending Adobe Flex 3 Components</li>
<li>Building and Deploying Adobe Flex 3 Applications</li>
<li>Adobe Flex 3 Data Visualization Developer Guide</li>
<li>Developing and loading sub-applications</li>
<li>Developing AIR Applications with Flex</li>
<li>Programming ActionScript 3.0</li>
<li>Using Flex with Data Services</li>
<li>Importing Skins into Flex Builder</li>
<li>Using the Flex Component Kit for Flash CS3</li>
<li>Adobe Flex 3 Compiler API User Guide</li>
<li>Testing Adobe Flex Applications with Mercury QuickTest      Professional</li>
</ul>
<p>Itu semua bisa didownload terpisah di <a href="http://www.adobe.com/support/documentation/en/flex/" target="_blank">http://www.adobe.com/support/documentation/en/flex/</a></p>
<p>dan juga bisa didowload semuanya sekaligus di <a href="http://livedocs.adobe.com/flex/3/flex3_documentation.zip" target="_blank">http://livedocs.adobe.com/flex/3/flex3_documentation.zip</a></p>
<p>Seberapa penting Flex 3 documentation menurut anda ?</p>
<a href="http://www.google.com/reader/link?url=http://indonesianflexcommunity.org/?p=15&title=Flex+3+documentation&snippet=Suatu+software+yang+baik+tentunya+dilengkapi+dengan+dokumentasi+yang+baik%2C+bagus%2C+dan+lengkap.+Untuk+para+Flex+Developer%2C+Buku%2C+...&srcURL=http://indonesianflexcommunity.org&srcTitle=Indonesian Flex Community Adobe User Group" target="_blank" ><img align="right" alt="Buzz it!" src="http://indonesianflexcommunity.org/wp-content/plugins/buzz-it/images/buzz-icon.png" border="0" style="border: 0px;" /></a><br clear="all" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Findonesianflexcommunity.org%2Fflex-3-documentation%2F&amp;linkname=Flex%203%20documentation"><img src="http://indonesianflexcommunity.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://indonesianflexcommunity.org/flex-3-documentation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
