<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>宋欢的博客 - </title><link>category/374998.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 11 Jun 2008 10:30:21 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>songhuanren</dc:creator><title>FluorineFx Sample (大头贴)</title><link>http://blog.csdn.net/songhuanren/archive/2008/06/11/2534813.aspx</link><pubDate>Wed, 11 Jun 2008 10:30:00 GMT</pubDate><guid>http://blog.csdn.net/songhuanren/archive/2008/06/11/2534813.aspx</guid><wfw:comment>comments/2534813.aspx</wfw:comment><comments>http://blog.csdn.net/songhuanren/archive/2008/06/11/2534813.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2534813.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2534813</trackback:ping><description>利用FluorineFx的remoting做的大头贴,

要注意的是,

fluorineFx里的amf3包里才有byteArray的类,你要在net里引用它,

client在传byteArray给server 之前,要用JPGEncoder转一下,其实就是加一些jpg的信息进去.这个我是用了adobe的as3corelib包,
&lt;img src ="aggbug/2534813.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>songhuanren</dc:creator><title>jtextarea 全文搜索 并 着色 , 并显示行数</title><link>http://blog.csdn.net/songhuanren/archive/2008/06/10/2531875.aspx</link><pubDate>Tue, 10 Jun 2008 15:58:00 GMT</pubDate><guid>http://blog.csdn.net/songhuanren/archive/2008/06/10/2531875.aspx</guid><wfw:comment>comments/2531875.aspx</wfw:comment><comments>http://blog.csdn.net/songhuanren/archive/2008/06/10/2531875.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2531875.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2531875</trackback:ping><description>写了个flashDebug器,通过localconnection来显示debug的信息,里面自定义了一个JTextArea组件,支持全文搜索,可以着色,可以显示行数&lt;img src ="aggbug/2531875.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>songhuanren</dc:creator><title>FluorineFx Sample (blogMp3)</title><link>http://blog.csdn.net/songhuanren/archive/2008/06/06/2516183.aspx</link><pubDate>Fri, 06 Jun 2008 11:11:00 GMT</pubDate><guid>http://blog.csdn.net/songhuanren/archive/2008/06/06/2516183.aspx</guid><wfw:comment>comments/2516183.aspx</wfw:comment><comments>http://blog.csdn.net/songhuanren/archive/2008/06/06/2516183.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2516183.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2516183</trackback:ping><description>FluorineFx实现remotion ,messaging 和data services, , 

FluorineFx要注意的是net 和as3之间的数据交互.

as3的 array 对应的net 是IList

as3的 object 对应的net是hashtable

还有就是可以把as3的一个类传到net中,也会转成net的一个类,你需要在net里的web.config里增加一个classmap节点.


   
    SampleClassNet
    SampleClassAS
   
  

做了个例子,管理音乐数据的,flash + net + access 
&lt;img src ="aggbug/2516183.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>songhuanren</dc:creator><title>目前正在使用的框架和一些开源的项目</title><link>http://blog.csdn.net/songhuanren/archive/2008/05/26/2481124.aspx</link><pubDate>Mon, 26 May 2008 09:12:00 GMT</pubDate><guid>http://blog.csdn.net/songhuanren/archive/2008/05/26/2481124.aspx</guid><wfw:comment>comments/2481124.aspx</wfw:comment><comments>http://blog.csdn.net/songhuanren/archive/2008/05/26/2481124.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2481124.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2481124</trackback:ping><description>1,TweenLite class : 应该可以说是Tween类的精装版,小巧,但很实用,

2,cairngorm 框架 : 不用多说了.adobe官方推荐的一个MVC框架,确实非常好,在开发中带来了很多的便利.

3,Aswing UI : 这个真的是非常好的一套组件,也应该是有很长的时间了,从最早的as2就有了.后来升级到as3,我个人觉的是比flash v3组件好,但是唯一的不好是布局太麻烦了,我在开发中,布局的时候总是占用了不少时间.

4,DistortionEffects : 是一个flex的变形特效组件,里面很多的底层代码都是PV3D的内容.

5,Common-SJD-Lib 组件库 : 也是flex的, 里面有很多很实用的组件,比如AdvanceTabNavigator,ClearTextInput,HTMLToolTip ,ResizeWindow,TemplateInput 相信你们一看名字就应该知道这些组件的作用吧.  url:http://www.flex-flex.net/blog/

6,ColorMatrix class : 一个调&lt;img src ="aggbug/2481124.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>songhuanren</dc:creator><title>(demo) : jtable的自定义cell </title><link>http://blog.csdn.net/songhuanren/archive/2008/05/12/2436773.aspx</link><pubDate>Mon, 12 May 2008 14:23:00 GMT</pubDate><guid>http://blog.csdn.net/songhuanren/archive/2008/05/12/2436773.aspx</guid><wfw:comment>comments/2436773.aspx</wfw:comment><comments>http://blog.csdn.net/songhuanren/archive/2008/05/12/2436773.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2436773.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2436773</trackback:ping><description>an demo of test JTable ,,&lt;img src ="aggbug/2436773.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>songhuanren</dc:creator><title>地图编辑器 (AIR)</title><link>http://blog.csdn.net/songhuanren/archive/2008/05/10/2429243.aspx</link><pubDate>Sat, 10 May 2008 15:16:00 GMT</pubDate><guid>http://blog.csdn.net/songhuanren/archive/2008/05/10/2429243.aspx</guid><wfw:comment>comments/2429243.aspx</wfw:comment><comments>http://blog.csdn.net/songhuanren/archive/2008/05/10/2429243.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2429243.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2429243</trackback:ping><description>主要作用是 : 用地图编辑器载入已设计好的地图,然后根据地图实际地形进行标识,生成地形矩阵 . 

支持在线安装

url : http://www.sandy1219.cn/air/mapEditor/mapEditor.html
&lt;img src ="aggbug/2429243.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>songhuanren</dc:creator><title>推荐Flash DLL</title><link>http://blog.csdn.net/songhuanren/archive/2008/05/08/2415422.aspx</link><pubDate>Thu, 08 May 2008 12:02:00 GMT</pubDate><guid>http://blog.csdn.net/songhuanren/archive/2008/05/08/2415422.aspx</guid><wfw:comment>comments/2415422.aspx</wfw:comment><comments>http://blog.csdn.net/songhuanren/archive/2008/05/08/2415422.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2415422.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2415422</trackback:ping><description>如果不熟悉这个,可以看看这个http://www.flashdll.org/ 

我也做了一个 aswigDLL :  http://www.sandy1219.cn/SandyAsWingDLL.swf ; 

OrangeLAFDLL : http://www.sandy1219.cn/OrangeLAFDLL.swf 

主要是在里面: 

在component类里加了item属性( * 类型), 在AWEvent类里加了data属性( *类型 ),在AsWingManager.callLater(fun,timer,args),中加入了args参数,表示fun的参数

demo : http://www.sandy1219.cn/aswing/dll/flashdlltest.html

 
&lt;img src ="aggbug/2415422.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>songhuanren</dc:creator><title>ASwing as3 api下载</title><link>http://blog.csdn.net/songhuanren/archive/2008/04/19/2308144.aspx</link><pubDate>Sat, 19 Apr 2008 23:13:00 GMT</pubDate><guid>http://blog.csdn.net/songhuanren/archive/2008/04/19/2308144.aspx</guid><wfw:comment>comments/2308144.aspx</wfw:comment><comments>http://blog.csdn.net/songhuanren/archive/2008/04/19/2308144.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2308144.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2308144</trackback:ping><description>http://aswing.googlecode.com/files/aswing_a3_1.3.2_allinone.zip 

对于那些网速慢的人,比如我,,哎...... 
 
&lt;img src ="aggbug/2308144.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>songhuanren</dc:creator><title>aswing做的flickr搜索器(目前只支持tags搜索) view source</title><link>http://blog.csdn.net/songhuanren/archive/2008/04/17/2302439.aspx</link><pubDate>Thu, 17 Apr 2008 23:07:00 GMT</pubDate><guid>http://blog.csdn.net/songhuanren/archive/2008/04/17/2302439.aspx</guid><wfw:comment>comments/2302439.aspx</wfw:comment><comments>http://blog.csdn.net/songhuanren/archive/2008/04/17/2302439.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2302439.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2302439</trackback:ping><description>最近在一个项目里用aswing做了一个搜索flickr图片的模块,目前只支持tags搜索,由于我把aswing包在了module里的,所以该地址里还是一个flex的swf,并且是flex里的ResourceBundle来加载一个flickr.properties文件,里面是我的flickr api_key,,目前不想加入source view,想等完善以后...

http://www.sandy1219.cn/aswing/aswingFlickr/aswingFlickr.html

view source url:   http://www.sandy1219.cn/aswing/aswingFlickr/srcview/index.html

1,利用 tags搜索图片,

2,加入可拖动图片到收藏盒
&lt;img src ="aggbug/2302439.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>songhuanren</dc:creator><title>重新用起aswing</title><link>http://blog.csdn.net/songhuanren/archive/2008/03/30/2230454.aspx</link><pubDate>Sun, 30 Mar 2008 13:47:00 GMT</pubDate><guid>http://blog.csdn.net/songhuanren/archive/2008/03/30/2230454.aspx</guid><wfw:comment>comments/2230454.aspx</wfw:comment><comments>http://blog.csdn.net/songhuanren/archive/2008/03/30/2230454.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2230454.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2230454</trackback:ping><description>以前也研究了好一段时间的ASWING，当然那时还只是as2.0的，那时我做的时候，还是用eclipse，然后还要用mtasc来编译，由于mtasc这个编译器和flash官方的编译器不兼容，所以产生了一些问题，后来就没有再研究了，刚下了个aswing3.0版本的，一看，现在已经又这么多文件了啊。而且编译起来更加的方便，直接在flex的IDE里编写代码，然后直接编译，真的 很方便，哈哈，，&lt;img src ="aggbug/2230454.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>