flex3 : use DragManager in flex3 for Widget Management

在flex3中实现拖放有两种三种方法:
一、使用dragEnabled
二、使用startDrag与stopDrag
三、使用DragManager。

Read the rest of this entry »

flex3 : some flex3 basic tutorials

以前写过的一些flex3方面的一些基础教程,有的在网上,有的没有。一下找不全,会陆续更新。

Read the rest of this entry »

flex3 : upgrading flex sdk to 3.1.0

本文主要论及如何升级flex sdk 3.0.0.477至flex sdk 3.1.2710。sdk 3.1修正了3.0的若干bug,并且支持flash player 10(不推荐编译为fp10版本),是稳定的Milestone版本,建议升级。而flex sdk 4.0 Gumbo版本目前尚不稳定,不建议在项目开发中应用。

Read the rest of this entry »

fllib : flex locale library v0.2 release

Upgrade:
1,延迟初始化时间。
2,本地设置面板外观此许修改。

download: flex-locale-library-v02-bin.rar

subclipse : use svn connect googlecode in flex

在flex中使用svn连接google code.

Read the rest of this entry »

ActionScript3.0 : Array.splice

本文主要介绍在as3中数组复制、数组清空的方法,以及Array.splice方法的使用。
关键字:actionscript3.0,Array,复制数组,splice,slice

Read the rest of this entry »

sban : how to use json with as3corelib in flex

摘要:本文主要介绍as3corelib如何在flex中使用,以及如何在flex中使用json。

Read the rest of this entry »

sban : flex3全部快捷键一览

flex3快捷键word文档下载:http://groups.google.com/group/flex5/web/flex-shortcuts.doc

Read the rest of this entry »