Flex/Flash font style viewer–Flex/Flash字体预览器

Based on your fonts installed on your local machine, view the font style.
image
Link: http://liguoliang.com/pub/utils/FlashFontStyleViewer.html
Code:
// handle click, get the info, and generate Labels.
protected function buttonPreview_clickHandler(event:MouseEvent):void {
var textFontFamilyRaw:Strin

More…

by 老李 | Tagged , , | Leave a comment

数字到Excel列名对照表 Number to Excel Column Name Quick Reference Card

The title tells everything.
from 0(A) to 103(CZ), one page, PDF, A4.

and the Excel Formula is:
=IF(A1>25,CHAR(INT(A1/26)+64),””)&CHAR(MOD(A1-0,26)+65)

Download Link:
Sina Weibo China: http://dl.dbank.com/s0xaqdngd8

by 老李 | Tagged , , | Leave a comment

Flex Examples Source Code Flex范例源代码下载

上个月, 新同事刚刚开始接触, 问我有没有例子, 推荐了Test Drive, 之前有为Athena framework for Flex写过一个Test Drive(比官方的增加服务器端交互, 使用Java&Derby). 感觉Test Drive还是不错的入门资料.
但同事说 版本不同, 代码下载下来都是错误….
昨天看到Flex Doc Team 博客上关于代码范例的文章:
Previously, I blogged with a link to a ZIP file for the 4.5 samples code that is used in the core

More…

by 老李 | Tagged , , | Leave a comment

Flash Builder Hotkeys Quick Reference Card(A4, PDF)

For every Flex developer!  by Adobe Flex Shanghai User Group.

In China: 
Link1 – http://dl.dbank.com/c0tmkc85md  [直接下载]
Link2 – http://dl.dbank.com/s0axnbn51c[下载并在新浪微博转发]

Out of China: http://www.box.net/shared/a9b4706sqnc7paaju927

Priview:

 

by 老李 | Tagged , | Leave a comment

Adobe Labs发布Flash Player 11.2 Beta for desktops 及AIR 3.2 Beta

主要针对视频解码的多线程支持:
Multi-threaded video decoding (Windows, Mac OS, and Linux) — The video decoding pipeline is now fully multi-threaded. This feature should improve the overall performance on all platforms. Note that this feature is a significant architecture change required for other future improvemen

More…

by 老李 | Tagged , , | Leave a comment