易截截图软件、单文件、免安装、纯绿色、仅160KB

Flex Builder 3 下载安装与注册


Flex Builder 3 正式版,发布于中国时间 2008 年
2 月 25 日;
下载地址一:
http://download.macromedia.com/pub/flex
/flex
_builder/FB3_win.exe
大小: 424 MB ;未进行压缩的 Flex Builder 3 安装文件
不用注
册登录,可以直接下载。
下载地址二:

http://tria
ls.adobe.com/Applications/.../FB3_WWEJ.exe
大小: 385.84
MB ; 已经压缩的 Flex Builder 3 安装文件
需要注册登录,才可下载。

Flex builder 3.0注册码(已经试过的,可用的):
1377-4168-2018-0771-2432-1495
1377-4760-3354-0772-2773-8996
1377-4165-2080-7265-7813-8901
1377-4964-5021-8182-2399-8235
Flex builder 中要进行调试,就必须安装含debug的flash
player版本。下载链接地址:
Adobe Flash Player 9 —
Debugger Versions (aka debug players or content debuggers) for Flex and
Flash Developers
12/3/2007
Updated debugger versions of Flash Player 9 (aka debug players or
content debuggers) are available for Flex Builder 2 users and Flash CS3
Professional users. These new players are version 9.0.r115.
Download the
Windows Flash Player 9 ActiveX control content debugger (for IE)
(EXE, 1.59 MB)
Download the
Windows Flash Player 9 Plugin content debugger (for Netscape-compatible
browsers)
(EXE, 1.56 MB)
Download the
Windows Flash Player 9 Projector content debugger
(EXE, 3.69 MB)
Download the
Macintosh Flash Player 9 Plugin content debugger (Intel-based Macs)
(DMG, 5.35 MB)
Download the
Macintosh Flash Player 9 Plugin content debugger (PowerPC-based Macs)
(DMG, 2.41 MB)
Download the
Macintosh Flash Player 9 Projector content debugger
(ZIP, 4.81 MB)
12/3/2007
Updated Linux debugger versions (aka debug players or content
debuggers) of Flash Player 9 are now available. Additionally, the Linux
standalone player (projector) is available for developers who wish to
publish projectors on Linux operating systems.
Download the Linux
debugger and standalone players
(TAR.GZ, 9.29 MB)


相关文档:

Flex 全屏显示方法

http://blog.sina.com.cn/s/blog_5fc933730100iigh.html     参考
1,修改html-template下的index.template.html文件…增加四行
  1<!-- saved from url=(0014)about:internet -->  
  2<html lang="en">  
&n ......

is 运算符(FLEX)

is 运算符是 ActionScript 3.0 中的新增运算符,它可用来测试变量或表达式是否为给定数据类型的成员。在早期的 
ActionScript 版本中,此功能由 instanceof 运算符提供。但在 ActionScript 3.0 中,不应使用 instanceof 运算符来测试变量或
表达式是否为数据类型的成员。对于手动类型检查,应用 is 运算符来代替 ins ......

flex使用小技巧

//1.复制内容到系统剪贴板
System.setClipboard(strContent);
//2.复制一个ArrayCollection
//dummy solution( well, it works )
var bar:ArrayCollection = new ArrayCollection();
for each ( var i:Object in ac ){
bar.addItem( i ); }
// fantastic ! //
var bar:ListCollecti ......

Flex 字符串处理汇总


1.连接字符串:连接字符串指两个及两个以上的字符串合并成为一个字符串.
1.1."+"操作符连接字符串
格式:字符串1+字符串2+...;
//结果为"Thisworks"
var example:String="This"+"works";
//结果为"There are 24 people"
var attendance:int=24;
var output:String="There are&nb ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号