搜索资源列表
ActionScript编程实例
- Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an Actionscr ipt 3.0 class in an application. The Enhanced version adds a name-checking feature. These exam
far_beta_0.1.r1
- FAR consist of two parts: * A command-line utility (OSX/Windows/Linux) for creating FAR archives. * A set of AS3 classes to read FAR archives from Flash. Flash 9 can decompress ZLIB compressed arrays of bytes. However, such arrays must
Vectors
- AS3 Flash Player 10 introduces new Vector data type for faster data read/write. These utilities help you to convert Arrays to Vectors and back, for 1D and 2D arrays. Also vector 2D sort is implemented.