<?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>Freddie&#039;s Ria World- Flex</title>
	<atom:link href="http://javaflex.net/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://javaflex.net</link>
	<description>Just another flex weblog</description>
	<lastBuildDate>Thu, 19 Aug 2010 08:28:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>zh</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex Keycode对照表</title>
		<link>http://javaflex.net/flex/flex-keycode/</link>
		<comments>http://javaflex.net/flex/flex-keycode/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 02:07:45 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://javaflex.net/?p=213</guid>
		<description><![CDATA[



字母和数字键的键码值(keyCode)


按键
键码
按键
键码
按键
键码
按键
键码


A
65
J
74
S
83
1
49


B
66
K
75
T
84
2
50


C
67
L
76
U
85
3
51


D
68
M
77
V
86
4
52


E
69
N
78
W
87
5
53


F
70
O
79
X
88
6
54


G
71
P
80
Y
89
7
55


H
72
Q
81
Z
90
8
56


I
73
R
82
0
48
9
57






数字键盘上的键的键码值(keyCode)
功能键键码值(keyCode)


按键
键码
按键
键码
按键
键码
按键
键码


0
96
8
104
F1
112
F7
118


1
97
9
105
F2
113
F8
119


2
98
*
106
F3
114
F9
120


3
99
+
107
F4
115
F10
121


4
100
Enter
108
F5
116
F11
122


5
101
-
109
F6
117
F12
123


6
102
.
110
 
 
 
 


7
103
/
111
 
 
 
 






控制键键码值(keyCode)


按键
键码
按键
键码
按键
键码
按键
键码


BackSpace
8
Esc
27
Right Arrow
39
-_
189


Tab
9
Spacebar
32
Dw Arrow
40
.&#62;
190


Clear
12
Page Up
33
Insert
45
/?
191


Enter
13
Page Down
34
Delete
46
`~
192


Shift
16
End
35
Num Lock
144
[{
219


Control
17
Home
36
;:
186
\&#124;
220


Alt
18
Left Arrow
37
=+
187
]}
221


Cape Lock
20
Up Arrow
38
,&#60;
188
&#8216;&#8221;
222






多媒体键码值(keyCode)


按键
键码
按键
键码
按键
键码
按键
键码


音量加
175
 
 
 
 
 
 


音量减
174
 
 
 
 
 
 


停止
179
 
 
 
 
 
 


静音
173
 
 
 
 
 
 


浏览器
172
 
 
 
 
 
 


邮件
180
 
 
 
 
 
 


搜索
170
 
 
 
 
 
 


收藏
171
 
 
 
 
 
 



您可能也会关注:flex 3 全屏代码用BlazeDS实现flex与java通信（最简单的DEMO）3.22在容器中滚动到某个指定的子组件Adobe AIR 一个游戏五个平台Mysql配置文件my.cnf详解




		
			Share this on del.icio.us
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Subscribe to the comments for this post?
		
		
			Add this to Google Bookmarks
		
		
			Add this to Google Reader
		
		
			Post on Google Buzz
		
		
			Blog this on Blogger
		
		
			Add this to DZone
		





]]></description>
			<content:encoded><![CDATA[<p><span id="more-213"></span></p>
<table border="0" cellspacing="1" cellpadding="1" width="100%" bgcolor="#999999">
<tbody>
<tr align="center" bgcolor="#ffffff">
<td colspan="8"><strong>字母和数字键的键码值(keyCode)</strong></td>
</tr>
<tr align="center" bgcolor="#dddddd">
<td>按键</td>
<td>键码</td>
<td>按键</td>
<td>键码</td>
<td>按键</td>
<td>键码</td>
<td>按键</td>
<td>键码</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>A</td>
<td>65</td>
<td>J</td>
<td>74</td>
<td>S</td>
<td>83</td>
<td>1</td>
<td>49</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>B</td>
<td>66</td>
<td>K</td>
<td>75</td>
<td>T</td>
<td>84</td>
<td>2</td>
<td>50</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>C</td>
<td>67</td>
<td>L</td>
<td>76</td>
<td>U</td>
<td>85</td>
<td>3</td>
<td>51</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>D</td>
<td>68</td>
<td>M</td>
<td>77</td>
<td>V</td>
<td>86</td>
<td>4</td>
<td>52</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>E</td>
<td>69</td>
<td>N</td>
<td>78</td>
<td>W</td>
<td>87</td>
<td>5</td>
<td>53</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>F</td>
<td>70</td>
<td>O</td>
<td>79</td>
<td>X</td>
<td>88</td>
<td>6</td>
<td>54</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>G</td>
<td>71</td>
<td>P</td>
<td>80</td>
<td>Y</td>
<td>89</td>
<td>7</td>
<td>55</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>H</td>
<td>72</td>
<td>Q</td>
<td>81</td>
<td>Z</td>
<td>90</td>
<td>8</td>
<td>56</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>I</td>
<td>73</td>
<td>R</td>
<td>82</td>
<td>0</td>
<td>48</td>
<td>9</td>
<td>57</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="1" cellpadding="1" width="100%" bgcolor="#999999">
<tbody>
<tr align="center" bgcolor="#ffffff">
<td colspan="4"><strong>数字键盘上的键的键码值(keyCode)</strong></td>
<td colspan="4"><strong>功能键键码值(keyCode)</strong></td>
</tr>
<tr align="center" bgcolor="#dddddd">
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>0</td>
<td>96</td>
<td>8</td>
<td>104</td>
<td>F1</td>
<td>112</td>
<td>F7</td>
<td>118</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>1</td>
<td>97</td>
<td>9</td>
<td>105</td>
<td>F2</td>
<td>113</td>
<td>F8</td>
<td>119</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>2</td>
<td>98</td>
<td>*</td>
<td>106</td>
<td>F3</td>
<td>114</td>
<td>F9</td>
<td>120</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>3</td>
<td>99</td>
<td>+</td>
<td>107</td>
<td>F4</td>
<td>115</td>
<td>F10</td>
<td>121</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>4</td>
<td>100</td>
<td>Enter</td>
<td>108</td>
<td>F5</td>
<td>116</td>
<td>F11</td>
<td>122</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>5</td>
<td>101</td>
<td>-</td>
<td>109</td>
<td>F6</td>
<td>117</td>
<td>F12</td>
<td>123</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>6</td>
<td>102</td>
<td>.</td>
<td>110</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>7</td>
<td>103</td>
<td>/</td>
<td>111</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="1" cellpadding="1" width="100%" bgcolor="#999999">
<tbody>
<tr align="center" bgcolor="#ffffff">
<td colspan="8"><strong>控制键键码值(keyCode)</strong></td>
</tr>
<tr align="center" bgcolor="#dddddd">
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>BackSpace</td>
<td>8</td>
<td>Esc</td>
<td>27</td>
<td>Right Arrow</td>
<td>39</td>
<td>-_</td>
<td>189</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Tab</td>
<td>9</td>
<td>Spacebar</td>
<td>32</td>
<td>Dw Arrow</td>
<td>40</td>
<td>.&gt;</td>
<td>190</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Clear</td>
<td>12</td>
<td>Page Up</td>
<td>33</td>
<td>Insert</td>
<td>45</td>
<td>/?</td>
<td>191</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Enter</td>
<td>13</td>
<td>Page Down</td>
<td>34</td>
<td>Delete</td>
<td>46</td>
<td>`~</td>
<td>192</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Shift</td>
<td>16</td>
<td>End</td>
<td>35</td>
<td>Num Lock</td>
<td>144</td>
<td>[{</td>
<td>219</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Control</td>
<td>17</td>
<td>Home</td>
<td>36</td>
<td>;:</td>
<td>186</td>
<td>\|</td>
<td>220</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Alt</td>
<td>18</td>
<td>Left Arrow</td>
<td>37</td>
<td>=+</td>
<td>187</td>
<td>]}</td>
<td>221</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Cape Lock</td>
<td>20</td>
<td>Up Arrow</td>
<td>38</td>
<td>,&lt;</td>
<td>188</td>
<td>&#8216;&#8221;</td>
<td>222</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="1" cellpadding="1" width="100%" bgcolor="#999999">
<tbody>
<tr align="center" bgcolor="#ffffff">
<td colspan="8"><strong>多媒体键码值(keyCode)</strong></td>
</tr>
<tr align="center" bgcolor="#dddddd">
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>音量加</td>
<td>175</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>音量减</td>
<td>174</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>停止</td>
<td>179</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>静音</td>
<td>173</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>浏览器</td>
<td>172</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>邮件</td>
<td>180</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>搜索</td>
<td>170</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>收藏</td>
<td>171</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/flex/flex-3-full-screen-code/" rel="bookmark" class="crp_title">flex 3 全屏代码</a></li><li><a href="http://javaflex.net/java/java-flex-communication/" rel="bookmark" class="crp_title">用BlazeDS实现flex与java通信（最简单的DEMO）</a></li><li><a href="http://javaflex.net/flex/roll-to-component/" rel="bookmark" class="crp_title">3.22在容器中滚动到某个指定的子组件</a></li><li><a href="http://javaflex.net/flex/adobe-air/" rel="bookmark" class="crp_title">Adobe AIR 一个游戏五个平台</a></li><li><a href="http://javaflex.net/linux/mysqlmycnf/" rel="bookmark" class="crp_title">Mysql配置文件my.cnf详解</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/flex/flex-keycode/&amp;title=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/flex/flex-keycode/&amp;t=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8++-+http://b2l.me/9cskn+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/flex/flex-keycode/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/flex/flex-keycode/&amp;title=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/flex/flex-keycode/&amp;title=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+&amp;srcUrl=http://javaflex.net/flex/flex-keycode/&amp;srcTitle=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/flex/flex-keycode/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/flex/flex-keycode/&amp;n=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/flex/flex-keycode/&amp;title=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/flex/flex-keycode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>仿苹果的Accordion实现</title>
		<link>http://javaflex.net/flex/accordion/</link>
		<comments>http://javaflex.net/flex/accordion/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 07:07:40 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://javaflex.net/?p=189</guid>
		<description><![CDATA[原文出自 doug  先生的博客
点我查看效果
这个效果很久以前就在doug的博客看到了，觉得很cool，昨天下源码下来研究，发现编译不了！到网上一搜，有很多人在问这个，可是没人提出解决的办法。 Fred只好自己再跑去看源码,发现在问题所在：原来是源码里的flexlib版本不对，换了个版本，ok，编译通过！:idea:
大致看了一下源码，比较简单，主要是就一个header renderer!

&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; layout=&#34;absolute&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; xmlns:code=&#34;http://code.google.com/p/flexlib/&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; xmlns:local=&#34;*&#34;&#62;
&#160; &#160; &#60;mx:Style source=&#34;assets/style.css&#34;/&#62;
&#160; &#160; &#60;mx:Panel title=&#34;Essentials&#34;&#62;
&#160; &#160; &#160; &#160; &#60;code:VAccordion id=&#34;accordion&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;headerLocation=&#34;below&#34;
&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>原文出自 <a href="http://dougmccune.com/blog/2007/09/22/nifty-flex-accordion-menu-like-on-applecom/" target="_blank">doug</a>  先生的博客</p>
<p><a href="http://javaflex.net/demo/gallery/AppleAccordionTest/index.html" target="_blank">点我查看效果</a></p>
<p>这个效果很久以前就在doug的博客看到了，觉得很cool，昨天下源码下来研究，发现编译不了！到网上一搜，有很多人在问这个，可是没人提出解决的办法。 Fred只好自己再跑去看源码,发现在问题所在：原来是源码里的<span style="color: #ff0000;">flexlib版本</span>不对，换了个版本，ok，编译通过！:idea:</p>
<p>大致看了一下源码，比较简单，主要是就一个header renderer!</p>
<div>
<div class="codecolorer-container mxml default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:560px;height:480px;"><div class="mxml codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000;">&lt;?xml version=<span style="color: #ff0000;">&quot;1.0&quot;</span> encoding=<span style="color: #ff0000;">&quot;utf-8&quot;</span>?<span style="color: #7400FF;">&gt;</span></span><br />
<span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:Application</span> xmlns:mx=<span style="color: #ff0000;">&quot;http://www.adobe.com/2006/mxml&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layout=<span style="color: #ff0000;">&quot;absolute&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xmlns:code=<span style="color: #ff0000;">&quot;http://code.google.com/p/flexlib/&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xmlns:local=<span style="color: #ff0000;">&quot;*&quot;</span><span style="color: #7400FF;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:Style</span> source=<span style="color: #ff0000;">&quot;assets/style.css&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:Panel</span> title=<span style="color: #ff0000;">&quot;Essentials&quot;</span><span style="color: #7400FF;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;code:VAccordion</span> id=<span style="color: #ff0000;">&quot;accordion&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;headerLocation=<span style="color: #ff0000;">&quot;below&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width=<span style="color: #ff0000;">&quot;200&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resizeToContent=<span style="color: #ff0000;">&quot;true&quot;</span> headerRenderer=<span style="color: #ff0000;">&quot;Header&quot;</span><span style="color: #7400FF;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;local:AccordionItem</span> title=<span style="color: #ff0000;">&quot;iTunes 3&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;image=<span style="color: #ff0000;">&quot;@Embed('assets/essentials_itunes20070611.png')&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description=<span style="color: #ff0000;">&quot;Music. Movies. tv shows .podcasts&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;local:AccordionItem</span> title=<span style="color: #ff0000;">&quot;QuickTime&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;image=<span style="color: #ff0000;">&quot;@Embed('assets/essentials_quicktime20070611.png')&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description=<span style="color: #ff0000;">&quot;Enjoy crystal clear video with H.264 support.&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;local:AccordionItem</span> title=<span style="color: #ff0000;">&quot;Widgets&quot;</span> verticalScrollPolicy=<span style="color: #ff0000;">&quot;off&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;image=<span style="color: #ff0000;">&quot;@Embed('assets/essentials_widgets20070611.png')&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description=<span style="color: #ff0000;">&quot;Amazing widgets for your Mac OS X Dashboard.&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;local:AccordionItem</span> title=<span style="color: #ff0000;">&quot;Safari 3 Public Beta&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;image=<span style="color: #ff0000;">&quot;@Embed('assets/essentials_safari20070611.png')&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description=<span style="color: #ff0000;">&quot;The world's best browser. Now on Windows, too.&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;/code:VAccordion</span><span style="color: #7400FF;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;/mx:Panel</span><span style="color: #7400FF;">&gt;</span></span><br />
<br />
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/mx:Application</span><span style="color: #7400FF;">&gt;</span></span></div></div>
</div>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/flex/flex-3-full-screen-code/" rel="bookmark" class="crp_title">flex 3 全屏代码</a></li><li><a href="http://javaflex.net/opensource/wordpress-add-favico/" rel="bookmark" class="crp_title">给WordPress添加一个favicon(地址栏显示图标)</a></li><li><a href="http://javaflex.net/opensource/wordpress-gallery-theme-install/" rel="bookmark" class="crp_title">wordpress gallery主题安装</a></li><li><a href="http://javaflex.net/flex/112mxmlactionscript/" rel="bookmark" class="crp_title">1.12使用代码隐藏模式分离MXML和ActionScript</a></li><li><a href="http://javaflex.net/flex/flex-labelfunction/" rel="bookmark" class="crp_title">2.6设置控件的labelFunction</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/flex/accordion/&amp;title=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/flex/accordion/&amp;t=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0+-+http://b2l.me/r3g8f+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/flex/accordion/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/flex/accordion/&amp;title=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/flex/accordion/&amp;title=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0&amp;srcUrl=http://javaflex.net/flex/accordion/&amp;srcTitle=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/flex/accordion/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/flex/accordion/&amp;n=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/flex/accordion/&amp;title=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/flex/accordion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe AIR 一个游戏五个平台</title>
		<link>http://javaflex.net/flex/adobe-air/</link>
		<comments>http://javaflex.net/flex/adobe-air/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 07:07:57 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://javaflex.net/?p=163</guid>
		<description><![CDATA[
您可能也会关注:flex 3 全屏代码用BlazeDS实现flex与java通信（最简单的DEMO）仿苹果的Accordion实现1.12使用代码隐藏模式分离MXML和ActionScript3.22在容器中滚动到某个指定的子组件




		
			Share this on del.icio.us
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Subscribe to the comments for this post?
		
		
			Add this to Google Bookmarks
		
		
			Add this to Google Reader
		
		
			Post on Google Buzz
		
		
			Blog this on Blogger
		
		
			Add this to DZone
		





]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://player.youku.com/player.php/sid/XMTYzMjUxMDA4/v.swf" /><embed type="application/x-shockwave-flash" width="480" height="400" src="http://player.youku.com/player.php/sid/XMTYzMjUxMDA4/v.swf"></embed></object></p>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/flex/flex-3-full-screen-code/" rel="bookmark" class="crp_title">flex 3 全屏代码</a></li><li><a href="http://javaflex.net/java/java-flex-communication/" rel="bookmark" class="crp_title">用BlazeDS实现flex与java通信（最简单的DEMO）</a></li><li><a href="http://javaflex.net/flex/accordion/" rel="bookmark" class="crp_title">仿苹果的Accordion实现</a></li><li><a href="http://javaflex.net/flex/112mxmlactionscript/" rel="bookmark" class="crp_title">1.12使用代码隐藏模式分离MXML和ActionScript</a></li><li><a href="http://javaflex.net/flex/roll-to-component/" rel="bookmark" class="crp_title">3.22在容器中滚动到某个指定的子组件</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/flex/adobe-air/&amp;title=Adobe+AIR+%E4%B8%80%E4%B8%AA%E6%B8%B8%E6%88%8F%E4%BA%94%E4%B8%AA%E5%B9%B3%E5%8F%B0" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/flex/adobe-air/&amp;t=Adobe+AIR+%E4%B8%80%E4%B8%AA%E6%B8%B8%E6%88%8F%E4%BA%94%E4%B8%AA%E5%B9%B3%E5%8F%B0" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Adobe+AIR+%E4%B8%80%E4%B8%AA%E6%B8%B8%E6%88%8F%E4%BA%94%E4%B8%AA%E5%B9%B3%E5%8F%B0+-+http://b2l.me/qznat+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/flex/adobe-air/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/flex/adobe-air/&amp;title=Adobe+AIR+%E4%B8%80%E4%B8%AA%E6%B8%B8%E6%88%8F%E4%BA%94%E4%B8%AA%E5%B9%B3%E5%8F%B0" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/flex/adobe-air/&amp;title=Adobe+AIR+%E4%B8%80%E4%B8%AA%E6%B8%B8%E6%88%8F%E4%BA%94%E4%B8%AA%E5%B9%B3%E5%8F%B0&amp;srcUrl=http://javaflex.net/flex/adobe-air/&amp;srcTitle=Adobe+AIR+%E4%B8%80%E4%B8%AA%E6%B8%B8%E6%88%8F%E4%BA%94%E4%B8%AA%E5%B9%B3%E5%8F%B0&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/flex/adobe-air/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/flex/adobe-air/&amp;n=Adobe+AIR+%E4%B8%80%E4%B8%AA%E6%B8%B8%E6%88%8F%E4%BA%94%E4%B8%AA%E5%B9%B3%E5%8F%B0&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/flex/adobe-air/&amp;title=Adobe+AIR+%E4%B8%80%E4%B8%AA%E6%B8%B8%E6%88%8F%E4%BA%94%E4%B8%AA%E5%B9%B3%E5%8F%B0&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/flex/adobe-air/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>spring+blazeds动态配置channelSet</title>
		<link>http://javaflex.net/flex/springblazedschannelset/</link>
		<comments>http://javaflex.net/flex/springblazedschannelset/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 02:32:20 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://javaflex.net/?p=159</guid>
		<description><![CDATA[在做spring blazeds intergration 项目的时候，遇到一个小小的问题：
就是在调用ro.channelSet.login(username, password); 的时候 ，这个channelSet怎么得到~
在 Christophe Coenraets的项目 spring-flex-testdrive中，他是直接以硬编码的方式写在项目中的：
 var channel:AMFChannel = new AMFChannel(&#8220;my-amf&#8221;, &#8220;http://localhost:8080/messagebroker/amf&#8221;); 
这样做显然不好，到时候换下服务器地址，就完了！~
我在做项目的时候，用了一个httpService调用本地一个xml文件，然后把channelSet写在这个xml里。这样，当我们换部署路径时，只需要把xml文件里的channelSet作相应的更改就可以了， 不过这样做依然不好！为什么我们不能直接获得blazeds配置文件service-config.xml里的channelSet呢？这样做不是更好吗~
下面的代码很好的解决了这个问题~
var cs:ChannelSet=ServerConfig.getChannelSet(&#8220;ro&#8221;);
此处的&#8221;ro&#8221; 为你项目中已经配置的RemoteObject id~
注：本文可以随便转载~

您可能也会关注:1.8在MXML中创建数组或对象1.8在MXML中创建数组或对象1.6在MXML中添加事件监听器2.6设置控件的labelFunction如何修改网卡的MAC（物理）地址




		
			Share this on del.icio.us
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Subscribe to the comments for this post?
		
		
			Add this to Google Bookmarks
		
		
			Add this to Google Reader
		
		
			Post on Google Buzz
		
		
			Blog this on Blogger
		
		
			Add this to DZone
		





]]></description>
			<content:encoded><![CDATA[<p>在做spring blazeds intergration 项目的时候，遇到一个小小的问题：</p>
<p>就是在调用ro.channelSet.login(username, password); 的时候 ，这个channelSet怎么得到~</p>
<p>在 Christophe Coenraets的项目 spring-flex-testdrive中，他是直接以硬编码的方式写在项目中的：</p>
<p><span><span> var</span><span> channel:AMFChannel = </span><span>new</span><span> AMFChannel(</span><span>&#8220;my-amf&#8221;</span><span>, </span><span>&#8220;http://localhost:8080/messagebroker/amf&#8221;</span><span>); </span></span></p>
<p><span><span>这样做显然不好，到时候换下服务器地址，就完了！~</span></span></p>
<p><span><span>我在做项目的时候，用了一个httpService调用本地一个xml文件，然后把channelSet写在这个xml里。这样，当我们换</span></span>部署路径时，只需要把xml文件里的channelSet作相应的更改就可以了， 不过这样做依然不好！为什么我们不能直接获得blazeds配置文件service-config.xml里的channelSet呢？这样做不是更好吗~</p>
<p>下面的代码很好的解决了这个问题~</p>
<p><span><span>var</span><span> cs:ChannelSet=ServerConfig.getChannelSet(&#8220;ro&#8221;);</span></span></p>
<p><span><span>此处的&#8221;ro&#8221; 为你项目中已经配置的RemoteObject id~</span></span></p>
<p><span><span>注：<a href="http://javaflex.net/it/springblazedschannelset/">本文</a>可以随便转载~<br />
</span></span></p>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/flex/mxml-create-array/" rel="bookmark" class="crp_title">1.8在MXML中创建数组或对象</a></li><li><a href="http://javaflex.net/flex/mxml-create-array-2/" rel="bookmark" class="crp_title">1.8在MXML中创建数组或对象</a></li><li><a href="http://javaflex.net/flex/mxml-add-event-listener/" rel="bookmark" class="crp_title">1.6在MXML中添加事件监听器</a></li><li><a href="http://javaflex.net/flex/flex-labelfunction/" rel="bookmark" class="crp_title">2.6设置控件的labelFunction</a></li><li><a href="http://javaflex.net/windows/how-to-fix-mac-address/" rel="bookmark" class="crp_title">如何修改网卡的MAC（物理）地址</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/flex/springblazedschannelset/&amp;title=spring%2Bblazeds%E5%8A%A8%E6%80%81%E9%85%8D%E7%BD%AEchannelSet" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/flex/springblazedschannelset/&amp;t=spring%2Bblazeds%E5%8A%A8%E6%80%81%E9%85%8D%E7%BD%AEchannelSet" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=spring%2Bblazeds%E5%8A%A8%E6%80%81%E9%85%8D%E7%BD%AEchannelSet+-+http://b2l.me/qznau+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/flex/springblazedschannelset/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/flex/springblazedschannelset/&amp;title=spring%2Bblazeds%E5%8A%A8%E6%80%81%E9%85%8D%E7%BD%AEchannelSet" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/flex/springblazedschannelset/&amp;title=spring%2Bblazeds%E5%8A%A8%E6%80%81%E9%85%8D%E7%BD%AEchannelSet&amp;srcUrl=http://javaflex.net/flex/springblazedschannelset/&amp;srcTitle=spring%2Bblazeds%E5%8A%A8%E6%80%81%E9%85%8D%E7%BD%AEchannelSet&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/flex/springblazedschannelset/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/flex/springblazedschannelset/&amp;n=spring%2Bblazeds%E5%8A%A8%E6%80%81%E9%85%8D%E7%BD%AEchannelSet&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/flex/springblazedschannelset/&amp;title=spring%2Bblazeds%E5%8A%A8%E6%80%81%E9%85%8D%E7%BD%AEchannelSet&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/flex/springblazedschannelset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个日本网站提供的flex例程,可以右键查看源码 (转)</title>
		<link>http://javaflex.net/flex/flex/</link>
		<comments>http://javaflex.net/flex/flex/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 01:14:23 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://javaflex.net/?p=154</guid>
		<description><![CDATA[一个日本网站提供的flex例程,可以右键查看源码
 



Accordion
Accordion01 
Accordion02 
Accordion03 


Alert
AlertButtons 
AlertIcon 
AlertShow 
AlertSound 


Application
ApplicationMargin 
ApplicationNoPreloader 


ApplicationControlBar
ApplicationControlBarExample01 


ApplicationDomain
FlashMashup01 
FlashMashup02 
getDefinitionDump 


Button
ButtonExample 
ButtonIcon 
ButtonIconVar 
Buttons 
ButtonToggleExample 
ChangeIcon 


ButtonBar
ButtonBarExample 
ButtonBarIcon 
ButtonBarStyle 


CheckBox
CheckBoxExample 
CheckBoxExample2 


ColorPicker
ColorPickerDataProvider 
ColorPickerExample 
ColorPickerProgram 


ComboBox
AutoFilterComboSample 
ComboBox01 
ComboBox02 
ComboBoxAS 
ComboBoxCustomCell 
ComboBoxDataObjects 
ComboBoxEdit 
ComboBoxMXML 


ControlBar
ControlBarExample 


DataGrid
CheckBoxEditor 
ComboBoxEditor 
DataGrid01 
DataGrid02 
DataGrid03 
DataGrid04 
DataGridColumns 
DataGridExample 
DataGridFiltering01 
DataGridFilteringSample 
DataGridIconRenderer 
DataGridSample 
DataGridSample2 
DateFieldEditor 


DateChooser
DateChooserExample 


DateFormatter
DateTimeTest 


DividedBox
DividedBoxCombo 
HDividedBoxExample 
VDividedBoxExample [...]]]></description>
			<content:encoded><![CDATA[<p>一个日本网站提供的flex例程,可以右键查看源码</p>
<p> </p>
<table border="1" cellpadding="10">
<tbody>
<tr>
<td valign="top">Accordion</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Accordion/Accordion01/Accordion01.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">Accordion01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Accordion/Accordion02/Accordion02.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">Accordion02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Accordion/Accordion03/Accordion03.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">Accordion03 </span></span></a></td>
</tr>
<tr>
<td valign="top">Alert</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Alert/AlertButtons/AlertButtons.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">AlertButtons </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Alert/AlertIcon/AlertIcon.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">AlertIcon </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Alert/AlertShow/AlertShow.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">AlertShow </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Alert/AlertSound/AlertSound.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">AlertSound </span></span></a></td>
</tr>
<tr>
<td valign="top">Application</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Application/ApplicationMargin/ApplicationMargin.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ApplicationMargin </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Application/ApplicationNoPreloader/ApplicationNoPreloader.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ApplicationNoPreloader </span></span></a></td>
</tr>
<tr>
<td valign="top">ApplicationControlBar</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/ApplicationControlBar/ApplicationControlBarExample01/ApplicationControlBarExample01.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ApplicationControlBarExample01 </span></span></a></td>
</tr>
<tr>
<td valign="top">ApplicationDomain</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/ApplicationDomain/FlashMashup01/FlashMashup01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">FlashMashup01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ApplicationDomain/FlashMashup02/FlashMashup02.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">FlashMashup02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ApplicationDomain/getDefinitionDump/getDefinitionDump.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">getDefinitionDump </span></span></a></td>
</tr>
<tr>
<td valign="top">Button</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Button/ButtonExample/ButtonExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ButtonExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Button/ButtonIcon/ButtonIcon.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ButtonIcon </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Button/ButtonIconVar/ButtonIconVar.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ButtonIconVar </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Button/Buttons/Buttons.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">Buttons </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Button/ButtonToggleExample/ButtonToggleExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ButtonToggleExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Button/ChangeIcon/ChangeIcon.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ChangeIcon </span></span></a></td>
</tr>
<tr>
<td valign="top">ButtonBar</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/ButtonBar/ButtonBarExample/ButtonBarExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ButtonBarExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ButtonBar/ButtonBarIcon/ButtonBarIcon.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ButtonBarIcon </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ButtonBar/ButtonBarStyle/ButtonBarStyle.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ButtonBarStyle </span></span></a></td>
</tr>
<tr>
<td valign="top">CheckBox</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/CheckBox/CheckBoxExample/CheckBoxExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">CheckBoxExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/CheckBox/CheckBoxExample2/CheckBoxExample2.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">CheckBoxExample2 </span></span></a></td>
</tr>
<tr>
<td valign="top">ColorPicker</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/ColorPicker/ColorPickerDataProvider/ColorPickerDataProvider.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ColorPickerDataProvider </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ColorPicker/ColorPickerExample/ColorPickerExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ColorPickerExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ColorPicker/ColorPickerProgram/ColorPickerProgram.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ColorPickerProgram </span></span></a></td>
</tr>
<tr>
<td valign="top">ComboBox</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/ComboBox/AutoFilterComboSample/AutoFilterComboSample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">AutoFilterComboSample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ComboBox/ComboBox01/ComboBox01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ComboBox01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ComboBox/ComboBox02/ComboBox02.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ComboBox02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ComboBox/ComboBoxAS/ComboBoxAS.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ComboBoxAS </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ComboBox/ComboBoxCustomCell/ComboBoxCustomCell.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ComboBoxCustomCell </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ComboBox/ComboBoxDataObjects/ComboBoxDataObjects.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ComboBoxDataObjects </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ComboBox/ComboBoxEdit/ComboBoxEdit.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ComboBoxEdit </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ComboBox/ComboBoxMXML/ComboBoxMXML.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ComboBoxMXML </span></span></a></td>
</tr>
<tr>
<td valign="top">ControlBar</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/ControlBar/ControlBarExample/ControlBarExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ControlBarExample </span></span></a></td>
</tr>
<tr>
<td valign="top">DataGrid</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/CheckBoxEditor/CheckBoxEditor.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">CheckBoxEditor </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/ComboBoxEditor/ComboBoxEditor.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ComboBoxEditor </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DataGrid01/DataGrid01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DataGrid01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DataGrid02/DataGrid02.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DataGrid02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DataGrid03/DataGrid03.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DataGrid03 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DataGrid04/DataGrid04.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DataGrid04 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DataGridColumns/DataGridColumns.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DataGridColumns </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DataGridExample/DataGridExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DataGridExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DataGridFiltering01/DataGridFiltering01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DataGridFiltering01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DataGridFilteringSample/DataGridFilteringSample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DataGridFilteringSample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DataGridIconRenderer/DataGridIconRenderer.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DataGridIconRenderer </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DataGridSample/DataGridSample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DataGridSample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DataGridSample2/DataGridSample2.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">DataGridSample2 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DataGrid/DateFieldEditor/DateFieldEditor.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">DateFieldEditor </span></span></a></td>
</tr>
<tr>
<td valign="top">DateChooser</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/DateChooser/DateChooserExample/DateChooserExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">DateChooserExample </span></span></a></td>
</tr>
<tr>
<td valign="top">DateFormatter</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/DateFormatter/DateTimeTest/DateTimeTest.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">DateTimeTest </span></span></a></td>
</tr>
<tr>
<td valign="top">DividedBox</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/DividedBox/DividedBoxCombo/DividedBoxCombo.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DividedBoxCombo </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DividedBox/HDividedBoxExample/HDividedBoxExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">HDividedBoxExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/DividedBox/VDividedBoxExample/VDividedBoxExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">VDividedBoxExample </span></span></a></td>
</tr>
<tr>
<td valign="top">Effect</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Effect/EffectListen/EffectListen.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">EffectListen </span></span></a></td>
</tr>
<tr>
<td valign="top">ExternalInterface</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/ExternalInterface/Base64Sample/Base64Sample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">Base64Sample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ExternalInterface/ExternalInterfaceASJS/ExternalInterfaceASJS.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ExternalInterfaceASJS </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ExternalInterface/ExternalInterfaceASJSReturn/ExternalInterfaceASJSReturn.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ExternalInterfaceASJSReturn </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/ExternalInterface/ExternalInterfaceJSAS/ExternalInterfaceJSAS.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ExternalInterfaceJSAS </span></span></a></td>
</tr>
<tr>
<td valign="top">FileReference</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/FileReference/FileUploadExample/FileUploadExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">FileUploadExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/FileReference/FileUploadExample2/FileUploadExample2.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">FileUploadExample2 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/FileReference/FileUploadExample3/FileUploadExample3.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">FileUploadExample3 </span></span></a></td>
</tr>
<tr>
<td valign="top">flash.net</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/flash.net/navigateToURLSample/navigateToURLSample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">navigateToURLSample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/flash.net/sendToURLSample/sendToURLSample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">sendToURLSample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/flash.net/URLLoaderSample/URLLoaderSample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">URLLoaderSample </span></span></a></td>
</tr>
<tr>
<td valign="top">Font</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Font/FlexFonts/FlexFonts.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">FlexFonts </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Font/FontsEmbed01/FontsEmbed01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">FontsEmbed01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Font/FontsEmbed02/FontsEmbed02.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">FontsEmbed02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Font/FontsLoader01/FontsLoader01.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">FontsLoader01 </span></span></a></td>
</tr>
<tr>
<td valign="top">Form</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Form/FormModel/FormModel.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">FormModel </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Form/FormSimple/FormSimple.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">FormSimple </span></span></a></td>
</tr>
<tr>
<td valign="top">GarbageCollector</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/GarbageCollector/GC_Test/GC_Test.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">GC_Test </span></span></a></td>
</tr>
<tr>
<td valign="top">Grid</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Grid/GridColSpan/GridColSpan.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">GridColSpan </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Grid/GridExample/GridExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">GridExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Grid/GridRowSpan/GridRowSpan.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">GridRowSpan </span></span></a></td>
</tr>
<tr>
<td valign="top">HBox</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/HBox/HBoxExample/HBoxExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">HBoxExample </span></span></a></td>
</tr>
<tr>
<td valign="top">HistoryManagement</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/HistoryManagement/HistoryManagement01/HistoryManagement01.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">HistoryManagement01 </span></span></a></td>
</tr>
<tr>
<td valign="top">HorizontalList</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/HorizontalList/HorizontalList01/HorizontalList01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">HorizontalList01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/HorizontalList/HorizontalList02/HorizontalList02.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">HorizontalList02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/HorizontalList/HorizontalListExample/HorizontalListExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">HorizontalListExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/HorizontalList/HorizontalListSample/HorizontalListSample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">HorizontalListSample </span></span></a></td>
</tr>
<tr>
<td valign="top">HRule</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/HRule/HRuleExample/HRuleExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">HRuleExample </span></span></a></td>
</tr>
<tr>
<td valign="top">HTTPService</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/HTTPService/HTTPService01/HTTPService01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">HTTPService01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/HTTPService/HTTPService02/HTTPService02.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">HTTPService02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/HTTPService/HttpServiceBasic/HttpServiceBasic.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">HttpServiceBasic </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/HTTPService/HTTPServiceSample/HTTPServiceSample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">HTTPServiceSample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/HTTPService/PostSample/PostSample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">PostSample </span></span></a></td>
</tr>
<tr>
<td valign="top">Image</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Image/ImageBlurEffect/ImageBlurEffect.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ImageBlurEffect </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Image/ImageEmbed/ImageEmbed.html" target="_blank"><span style="color: #800080;"><span style="text-decoration: underline;">ImageEmbed </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Image/ImageEmbedAS/ImageEmbedAS.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ImageEmbedAS </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Image/ImageSample/ImageSample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ImageSample </span></span></a></td>
</tr>
<tr>
<td valign="top">Label</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Label/LabelExample/LabelExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">LabelExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Label/LabelHTML/LabelHTML.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">LabelHTML </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Label/LabelStyle/LabelStyle.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">LabelStyle </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Label/LabelTextFormat/LabelTextFormat.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">LabelTextFormat </span></span></a></td>
</tr>
<tr>
<td valign="top">Link</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Link/LinkExample/LinkExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">LinkExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Link/LinkStyle/LinkStyle.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">LinkStyle </span></span></a></td>
</tr>
<tr>
<td valign="top">LinkBar</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/LinkBar/LinkBarExample/LinkBarExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">LinkBarExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/LinkBar/LinkBarViewStack/LinkBarViewStack.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">LinkBarViewStack </span></span></a></td>
</tr>
<tr>
<td valign="top">List</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/List/List01/List01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">List01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/List/List02/List02.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">List02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/List/ListCustomCell/ListCustomCell.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ListCustomCell </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/List/ListExample/ListExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ListExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/List/ListMultiple/ListMultiple.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ListMultiple </span></span></a></td>
</tr>
<tr>
<td valign="top">ListBase</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/ListBase/ListBase01/ListBase01.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ListBase01 </span></span></a></td>
</tr>
<tr>
<td valign="top">LocalConnection</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/LocalConnection/Using_Flash8_SWF_in_Flex2/Using_Flash8_SWF_in_Flex2.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">Using_Flash8_SWF_in_Flex2 </span></span></a></td>
</tr>
<tr>
<td valign="top">Menu</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Menu/Menu01/Menu01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">Menu01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Menu/Menu02/Menu02.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">Menu02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Menu/MenuCheck/MenuCheck.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">MenuCheck </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Menu/MenuExample/MenuExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">MenuExample </span></span></a></td>
</tr>
<tr>
<td valign="top">MenuBar</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/MenuBar/MenuBar01/MenuBar01.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">MenuBar01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/MenuBar/MenuBar02/MenuBar02.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">MenuBar02 </span></span></a></td>
</tr>
<tr>
<td valign="top">Module</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Module/ModuleSample01/ModuleSample01.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">ModuleSample01 </span></span></a></td>
</tr>
<tr>
<td valign="top">NumericStepper</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/NumericStepper/NumericStepperChange/NumericStepperChange.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">NumericStepperChange </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/NumericStepper/NumericStepperExample/NumericStepperExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">NumericStepperExample </span></span></a></td>
</tr>
<tr>
<td valign="top">ObjectUtil</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/ObjectUtil/duplicateComplexObject/duplicateComplexObject.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">duplicateComplexObject </span></span></a></td>
</tr>
<tr>
<td valign="top">Panel</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Panel/FitToContent/FitToContent.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">FitToContent </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Panel/HackPanelCloseButton/HackPanelCloseButton.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">HackPanelCloseButton </span></span></a></td>
</tr>
<tr>
<td valign="top">PopupMenuButton</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/PopupMenuButton/PopupMenuButton01/PopupMenuButton01.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">PopupMenuButton01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/PopupMenuButton/PopupMenuButton02/PopupMenuButton02.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">PopupMenuButton02 </span></span></a></td>
</tr>
<tr>
<td valign="top">RadioButton</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/RadioButton/RadioButtonExample/RadioButtonExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RadioButtonExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RadioButton/RadioButtonGroupChange/RadioButtonGroupChange.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">RadioButtonGroupChange </span></span></a></td>
</tr>
<tr>
<td valign="top">RemoteObject</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/PopulateAtClient/PopulateAtClient.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">PopulateAtClient </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/RemoteClassSample/RemoteClassSample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RemoteClassSample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/RemoteObject01/RemoteObject01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RemoteObject01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/RemoteObject02/RemoteObject02.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RemoteObject02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/RemoteObject03/RemoteObject03.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RemoteObject03 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/RemoteObject04/RemoteObject04.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RemoteObject04 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/RemoteObject05/RemoteObject05.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RemoteObject05 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/RemoteObject06/RemoteObject06.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RemoteObject06 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/RemoteObject07/RemoteObject07.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RemoteObject07 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/RemoteObjectSample/RemoteObjectSample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RemoteObjectSample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/RemoteObjectWithHTTPS/RemoteObjectWithHTTPS.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RemoteObjectWithHTTPS </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/RemoteObject/TransientSample/TransientSample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">TransientSample </span></span></a></td>
</tr>
<tr>
<td valign="top">SharedObject</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/SharedObject/SharedObjectSample01/SharedObjectSample01.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">SharedObjectSample01 </span></span></a></td>
</tr>
<tr>
<td valign="top">Slider</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Slider/HSliderExample/HSliderExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">HSliderExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Slider/HSliderExample2/HSliderExample2.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">HSliderExample2 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Slider/SliderSample/SliderSample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">SliderSample </span></span></a></td>
</tr>
<tr>
<td valign="top">State</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/State/StateExample/StateExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">StateExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/State/StateTransition/StateTransition.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">StateTransition </span></span></a></td>
</tr>
<tr>
<td valign="top">Style</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Style/CustomTheme01/CustomTheme01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">CustomTheme01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/DynamicBackgroundImage/DynamicBackgroundImage.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">DynamicBackgroundImage </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/FillColor/FillColor.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">FillColor </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/Flex2StyleExplorer/Flex2StyleExplorer.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">Flex2StyleExplorer </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/FlexSkins/FlexSkins.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">FlexSkins </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/RealTimeCSS/RealTimeCSS.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RealTimeCSS </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/RuntimeCSS/RuntimeCSS.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">RuntimeCSS </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/StaticBackgroundImage/StaticBackgroundImage.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">StaticBackgroundImage </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/SyncCSSModule/SyncCSSModule.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">SyncCSSModule </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/Theme01/Theme01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">Theme01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/Theme02/Theme02.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">Theme02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/Theme03/Theme03.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">Theme03 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/Themes/Themes.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">Themes </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Style/wmode/wmode.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">wmode </span></span></a></td>
</tr>
<tr>
<td valign="top">SWFLoader</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/SWFLoader/Flex3Test/Flex3Test.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">Flex3Test </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/SWFLoader/LoaderAlign/LoaderAlign.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">LoaderAlign </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/SWFLoader/LoaderConstrain/LoaderConstrain.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">LoaderConstrain </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/SWFLoader/LoaderExample/LoaderExample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">LoaderExample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/SWFLoader/LoaderPreloader/LoaderPreloader.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">LoaderPreloader </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/SWFLoader/MaskedLoader/MaskedLoader.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">MaskedLoader </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/SWFLoader/SWFLoaderSample/SWFLoaderSample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">SWFLoaderSample </span></span></a></td>
</tr>
<tr>
<td valign="top">SystemManager</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/SystemManager/MixinSample/MixinSample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">MixinSample </span></span></a></td>
</tr>
<tr>
<td valign="top">TabBar</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/TabBar/VTabNavigator/VTabNavigator.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">VTabNavigator </span></span></a></td>
</tr>
<tr>
<td valign="top">TabNavigator</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/TabNavigator/TabNavigator01/TabNavigator01.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">TabNavigator01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/TabNavigator/TabNavigator02/TabNavigator02.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">TabNavigator02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/TabNavigator/TabNavigator03/TabNavigator03.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">TabNavigator03 </span></span></a></td>
</tr>
<tr>
<td valign="top">TextArea</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/TextArea/TextAreaSample01/TextAreaSample01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">TextAreaSample01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/TextArea/TextAreaScroll/TextAreaScroll.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">TextAreaScroll </span></span></a></td>
</tr>
<tr>
<td valign="top">TileList</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/TileList/TileList01/TileList01.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">TileList01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/TileList/TileList02/TileList02.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">TileList02 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/TileList/TileListSample/TileListSample.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">TileListSample </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/TileList/TileListSample2/TileListSample2.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">TileListSample2 </span></span></a></td>
</tr>
<tr>
<td valign="top">Tree</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/Tree/ArrayForTree1/ArrayForTree1.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ArrayForTree1 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Tree/ArrayForTree2/ArrayForTree2.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ArrayForTree2 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Tree/ArrayForTree3/ArrayForTree3.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ArrayForTree3 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Tree/ArrayForTree4/ArrayForTree4.html" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">ArrayForTree4 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Tree/Tree01/Tree01.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">Tree01 </span></span></a><br />
<a href="http://shigeru-nakagaki.com/flex_samples/Tree/Tree02/Tree02.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">Tree02 </span></span></a></td>
</tr>
<tr>
<td valign="top">VBox</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/VBox/VBoxExample/VBoxExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">VBoxExample </span></span></a></td>
</tr>
<tr>
<td valign="top">VRule</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/VRule/VRuleExample/VRuleExample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">VRuleExample </span></span></a></td>
</tr>
<tr>
<td valign="top">WebService</td>
<td><a href="http://shigeru-nakagaki.com/flex_samples/WebService/WebServiceSample/WebServiceSample.html" target="_blank"><span style="text-decoration: underline;"><span style="color: #0000ff;">WebServiceSample </span></span></a></td>
</tr>
</tbody>
</table>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/flex/mxml-create-array/" rel="bookmark" class="crp_title">1.8在MXML中创建数组或对象</a></li><li><a href="http://javaflex.net/flex/mxml-create-array-2/" rel="bookmark" class="crp_title">1.8在MXML中创建数组或对象</a></li><li><a href="http://javaflex.net/flex/mxml-add-event-listener/" rel="bookmark" class="crp_title">1.6在MXML中添加事件监听器</a></li><li><a href="http://javaflex.net/flex/flex-labelfunction/" rel="bookmark" class="crp_title">2.6设置控件的labelFunction</a></li><li><a href="http://javaflex.net/opensource/how-to-setup-a-dual-currency-magento-shop/" rel="bookmark" class="crp_title">magento添加多货币 How to Setup a Dual Currency Magento Shop</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/flex/flex/&amp;title=%E4%B8%80%E4%B8%AA%E6%97%A5%E6%9C%AC%E7%BD%91%E7%AB%99%E6%8F%90%E4%BE%9B%E7%9A%84flex%E4%BE%8B%E7%A8%8B%2C%E5%8F%AF%E4%BB%A5%E5%8F%B3%E9%94%AE%E6%9F%A5%E7%9C%8B%E6%BA%90%E7%A0%81+%28%E8%BD%AC%29" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/flex/flex/&amp;t=%E4%B8%80%E4%B8%AA%E6%97%A5%E6%9C%AC%E7%BD%91%E7%AB%99%E6%8F%90%E4%BE%9B%E7%9A%84flex%E4%BE%8B%E7%A8%8B%2C%E5%8F%AF%E4%BB%A5%E5%8F%B3%E9%94%AE%E6%9F%A5%E7%9C%8B%E6%BA%90%E7%A0%81+%28%E8%BD%AC%29" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%E4%B8%80%E4%B8%AA%E6%97%A5%E6%9C%AC%E7%BD%91%E7%AB%99%E6%8F%90%E4%BE%9B%E7%9A%84flex%E4%BE%8B%E7%A8%8B%2C%E5%8F%AF%E4%BB%A5%E5%8F%B3%E9%94%AE%E6%9F%A5%E7%9C%8B%E6%BA%90%E7%A0%81+%28%E8%BD%AC%29+-+http://b2l.me/qzk8w+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/flex/flex/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/flex/flex/&amp;title=%E4%B8%80%E4%B8%AA%E6%97%A5%E6%9C%AC%E7%BD%91%E7%AB%99%E6%8F%90%E4%BE%9B%E7%9A%84flex%E4%BE%8B%E7%A8%8B%2C%E5%8F%AF%E4%BB%A5%E5%8F%B3%E9%94%AE%E6%9F%A5%E7%9C%8B%E6%BA%90%E7%A0%81+%28%E8%BD%AC%29" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/flex/flex/&amp;title=%E4%B8%80%E4%B8%AA%E6%97%A5%E6%9C%AC%E7%BD%91%E7%AB%99%E6%8F%90%E4%BE%9B%E7%9A%84flex%E4%BE%8B%E7%A8%8B%2C%E5%8F%AF%E4%BB%A5%E5%8F%B3%E9%94%AE%E6%9F%A5%E7%9C%8B%E6%BA%90%E7%A0%81+%28%E8%BD%AC%29&amp;srcUrl=http://javaflex.net/flex/flex/&amp;srcTitle=%E4%B8%80%E4%B8%AA%E6%97%A5%E6%9C%AC%E7%BD%91%E7%AB%99%E6%8F%90%E4%BE%9B%E7%9A%84flex%E4%BE%8B%E7%A8%8B%2C%E5%8F%AF%E4%BB%A5%E5%8F%B3%E9%94%AE%E6%9F%A5%E7%9C%8B%E6%BA%90%E7%A0%81+%28%E8%BD%AC%29&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/flex/flex/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/flex/flex/&amp;n=%E4%B8%80%E4%B8%AA%E6%97%A5%E6%9C%AC%E7%BD%91%E7%AB%99%E6%8F%90%E4%BE%9B%E7%9A%84flex%E4%BE%8B%E7%A8%8B%2C%E5%8F%AF%E4%BB%A5%E5%8F%B3%E9%94%AE%E6%9F%A5%E7%9C%8B%E6%BA%90%E7%A0%81+%28%E8%BD%AC%29&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/flex/flex/&amp;title=%E4%B8%80%E4%B8%AA%E6%97%A5%E6%9C%AC%E7%BD%91%E7%AB%99%E6%8F%90%E4%BE%9B%E7%9A%84flex%E4%BE%8B%E7%A8%8B%2C%E5%8F%AF%E4%BB%A5%E5%8F%B3%E9%94%AE%E6%9F%A5%E7%9C%8B%E6%BA%90%E7%A0%81+%28%E8%BD%AC%29&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/flex/flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6.4过滤DataGrid数据项</title>
		<link>http://javaflex.net/flex/64datagrid/</link>
		<comments>http://javaflex.net/flex/64datagrid/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 02:42:57 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[flex cookbook]]></category>
		<category><![CDATA[flex 过滤datagrid数据]]></category>

		<guid isPermaLink="false">http://javaflex.net/?p=119</guid>
		<description><![CDATA[

主要功能： 对dataprovider里面的data进行过滤~
代码：
&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62;
&#60;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; layout=&#8221;absolute&#8221; applicationComplete=&#8221;oninit()&#8221;&#62;
    &#60;mx:Script&#62;
        &#60;![CDATA[
            import mx.collections.ArrayCollection;
            import mx.rpc.events.ResultEvent;
            [Bindable]
            private var items:ArrayCollection;
            private function oninit():void{
                this.srv.send();
            }
            private function onResult(event:ResultEvent):void{
                this.items=event.result.item;
            }
            private function applyFilter():void{
                if (this.items.filterFunction == null)
                {
                    this.items.filterFunction=this.filterNames;
                }
                this.items.refresh();
            }
            private function filterNames(item:Object):Boolean{
                var match:Boolean = true;
                if(nameFilter.text!=&#8221;"){
                    var name:String = item["name"];
                    var filter:String =nameFilter.text;
                    if(!name&#124;&#124;name.toLowerCase().indexOf(filter.toLowerCase())&#60;0){
                        [...]]]></description>
			<content:encoded><![CDATA[<h4 id="subjcns!58AD7AC66694240A!331"><a href="http://tub123.spaces.live.com/blog/cns!58AD7AC66694240A!331.entry"></a></h4>
<div id="msgcns!58AD7AC66694240A!331">
<p>主要功能： 对dataprovider里面的data进行过滤~</p>
<p>代码：</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;<a href="http://www.adobe.com/2006/mxml&quot;">http://www.adobe.com/2006/mxml&#8221;</a> layout=&#8221;absolute&#8221; applicationComplete=&#8221;oninit()&#8221;&gt;<br />
    &lt;mx:Script&gt;<br />
        &lt;![CDATA[<br />
            import mx.collections.ArrayCollection;<br />
            import mx.rpc.events.ResultEvent;<br />
            [Bindable]<br />
            private var items:ArrayCollection;<br />
            private function oninit():void{<br />
                this.srv.send();<br />
            }<br />
            private function onResult(event:ResultEvent):void{<br />
                this.items=event.result.item;<br />
            }<br />
            private function applyFilter():void{<br />
                if (this.items.filterFunction == null)<br />
                {<br />
                    this.items.filterFunction=this.filterNames;<br />
                }<br />
                this.items.refresh();<br />
            }<br />
            private function filterNames(item:Object):Boolean{<br />
                var match:Boolean = true;<br />
                if(nameFilter.text!=&#8221;"){<br />
                    var name:String = item["name"];<br />
                    var filter:String =nameFilter.text;<br />
                    if(!name||name.toLowerCase().indexOf(filter.toLowerCase())&lt;0){<br />
                        match=false;<br />
                    }<br />
                }<br />
                return match;<br />
            }<br />
        ]]&gt;<br />
    &lt;/mx:Script&gt;<br />
    &lt;mx:HTTPService id=&#8221;srv&#8221; url=&#8221;assets/items.xml&#8221;<br />
        resultFormat=&#8221;object&#8221; result=&#8221;onResult(event)&#8221;/&gt;<br />
        &lt;mx:TextInput id=&#8221;nameFilter&#8221;<br />
                          change=&#8221;applyFilter()&#8221;/&gt;<br />
    &lt;mx:AdvancedDataGrid id=&#8221;grid&#8221; width=&#8221;100%&#8221; height=&#8221;602&#8243; dataProvider=&#8221;{items}&#8221; sortExpertMode=&#8221;true&#8221; y=&#8221;30&#8243;&gt;<br />
        &lt;mx:columns&gt;<br />
            &lt;mx:AdvancedDataGridColumn headerText=&#8221;name&#8221; dataField=&#8221;name&#8221;/&gt;<br />
            &lt;mx:AdvancedDataGridColumn headerText=&#8221;photoUrl&#8221; dataField=&#8221;photoUrl&#8221;/&gt;<br />
        &lt;/mx:columns&gt;<br />
    &lt;/mx:AdvancedDataGrid&gt;<br />
&lt;/mx:Application&gt;</p>
<p>这里需要用到mx:AdvancedDataGrid，然后将你的过滤方法设置到 mx:AdvancedDataGrid的filterFunction属性上~ 这个方法的主要实现就是：传object对象进去（也就是你的dataprovider里的）进去，然后返回一个boolean值，如果跟你设置的需要留下的item匹配 就返回一个true，如果跟你设置的不匹配，就返回false过滤掉~~</p></div>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/flex/linkbar-control-viewstack/" rel="bookmark" class="crp_title">3.13 通过LinkBar 控制ViewStack</a></li><li><a href="http://javaflex.net/flex/flex-keyboard-listener/" rel="bookmark" class="crp_title">1.15监听键盘事件</a></li><li><a href="http://javaflex.net/flex/roll-to-component/" rel="bookmark" class="crp_title">3.22在容器中滚动到某个指定的子组件</a></li><li><a href="http://javaflex.net/flex/flex-event-bubble/" rel="bookmark" class="crp_title">flex cookbook学习—1.11使用事件冒泡机制</a></li><li><a href="http://javaflex.net/flex/315/" rel="bookmark" class="crp_title">3.15使用延迟实例化提高启动效率</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/flex/64datagrid/&amp;title=6.4%E8%BF%87%E6%BB%A4DataGrid%E6%95%B0%E6%8D%AE%E9%A1%B9" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/flex/64datagrid/&amp;t=6.4%E8%BF%87%E6%BB%A4DataGrid%E6%95%B0%E6%8D%AE%E9%A1%B9" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=6.4%E8%BF%87%E6%BB%A4DataGrid%E6%95%B0%E6%8D%AE%E9%A1%B9+-+http://b2l.me/qzyun+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/flex/64datagrid/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/flex/64datagrid/&amp;title=6.4%E8%BF%87%E6%BB%A4DataGrid%E6%95%B0%E6%8D%AE%E9%A1%B9" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/flex/64datagrid/&amp;title=6.4%E8%BF%87%E6%BB%A4DataGrid%E6%95%B0%E6%8D%AE%E9%A1%B9&amp;srcUrl=http://javaflex.net/flex/64datagrid/&amp;srcTitle=6.4%E8%BF%87%E6%BB%A4DataGrid%E6%95%B0%E6%8D%AE%E9%A1%B9&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/flex/64datagrid/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/flex/64datagrid/&amp;n=6.4%E8%BF%87%E6%BB%A4DataGrid%E6%95%B0%E6%8D%AE%E9%A1%B9&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/flex/64datagrid/&amp;title=6.4%E8%BF%87%E6%BB%A4DataGrid%E6%95%B0%E6%8D%AE%E9%A1%B9&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/flex/64datagrid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
