Tag Archives: Flex

豆瓣读书年终统计工具

只支持 100本以内的已读书目, 如图:   右上角输入豆瓣ID后按下回车, 等待. 地址: http://liguoliang.com/wp-content/uploads/2012/12/DoubanAnalytics.swf

Posted in 哥是个爱分享的人 | Tagged , , | Leave a comment

Adobe Flash builder 4.7 Released

Adobe released Flash builder 4.7 last week,  got several new features.    Release features AIR SDK 3.4 support for ActionScript workflows (AIR SDK 3.4 enables runtime features for AIR 3.4 and Flash Player 11.4) Support for customizing launch configuration with …

Posted in Flex | Tagged , | Leave a comment

在Flex中使用JSON新手入门: 读取豆瓣API

豆瓣提供了丰富的API, 在Flex中可使用WebService快速调用。 读取指定用户收藏过的图书:   在Flex中使用JSON FlashPlayer 11开始原生支持JSON: Native JSON (JavaScript Object Notation) Support — Allows ActionScript developers to take advantage of high performance native parsing and generation of JSON-formatted data. – http://helpx.adobe.com/x-productkb/multi/release-notes-flash-player-11.html 在Flex SDK 4.6中已有顶级类: JSON。 如果使用旧的SDK, 则可以as3corelib: An ActionScript …

Posted in ActionScript, Flex | Tagged , , , | Leave a comment

Small Flex Tool for parsing column names to SQL format string

Hi all, I wrote a small Flex tool for parsing column names to SQL format, for example: when I want to select those fields: ColumnName ACCOUNT SECURITYEXCHANGE ORDREFNO ORDERID BUYSELL   I need to copy those fields into my SQL …

Posted in Flex, 哥是个爱分享的人 | Tagged , , | Leave a comment

FlashBuilder4.7 Beta2发布: New cross platform development features and enhancements

October 8, 2012 — Beta 2 of Flash Builder 4.7 is now available. This release introduces integrated support for profiling Flash content via the upcoming Project Monocle. Download the Flash Builder 4.7 Game Development beta 2 Key features for Flash Builder …

Posted in Flex | Tagged , , | Leave a comment