Flex In Action 4 brief contents PART 1 APPLICATION BASICS 1 ■ Making the case 3 2 ■ Getting started 21 3 ■ Working with Actionscr ipt 44 4 ■ Layout and containers 70 5 ■ Displaying forms and capturing user input 96 6 ■ Validating user input 117 7 ■
Table of Contents Change History i Table of Contents ii 1.ActionSctipt核心概念 1 1.1类和对象 Class and Object 1 1.2包与命名空间 Package and NameSpace 1 1.3构造方法Constructor 2 1.4变量和值 Variable 2 1.5赋值 2 1.6 AS数据类型 3 1.7数据类型转换 3 1.8实例方法,实例变量和静态方法,静态变量 4 1.9接口 Interfa
安装wine的第六步configure: error: Your flex version is too old. Please install flex version 2.5.33 or newer. 需要安装这个版本的flex-2.5.35即可解决 附:tar.gz源代码包安装方式: 引用: 1、找到相应的软件包,比如soft.tar.gz,下载到本机某个目录; 2、打开一个终端,su -成root用户; 3、cd soft.tar.gz所在的目录; 4、tar -xzvf soft.t