Currently, the Chinese version of Adobe Flex has fewer learning materials, and most of them are very scattered, which is not suitable for systematic learning. Here I will list some of the materials I have read during my study. Of course, it mainly focuses on Adobe's official documents. These documents are very detailed and should be the first choice for learning.
First download and install the Flex development tool Flex Builder 2. The beta version of Flex Builder 3 is not very stable yet and is not recommended.
I found this document is very suitable for beginners to get started: "Flex Chinese Help" translated and adapted by Liu Gang from Daping, Chongqing, in pdf format.
This Chinese document has 4 chapters. Following the examples, you can have a more comprehensive experience of the Flex development process, development tools, and development environment.
Next, start laying the foundation. A journey of a thousand miles begins with a single step. If the downward trend is unstable, you will suffer a lot in the future.
The basis of Flex development is ActionScript 3. This language is very similar to JavaScript, but the differences are also very big (I will list the differences between these two languages in detail after a while). ActionScript 3 is designed based on ECMAScript 4. In the future, JavaScript 2 will also be designed based on ECMAScript 4. However, it takes a lot of learning to move from the current JavaScript 1.5 (the JavaScript version supported by all mainstream browsers) to ActionScript 3. However, once you master ActionScript 3, it will be easier to master JavaScript 2 in the future.
The following 3 Chinese documents are from the official documents of Flash 9:
"ActionScript 3.0 Programming", pdf format. Be sure to read it carefully.
"Using ActionScript 3.0 Components", pdf format. Reference, review.
"ActionScript 3.0 Language and Component Reference", chm format. Reference, review.
Then you can only read the English documents. The official documents of Flex 2 are all in English:
《Getting Started with Flex 2》,pdf format. After reading "Flex Chinese Help", you don't need to read this book very carefully, because the content of "Flex Chinese Help" is basically about translating this book.
《Using Flex Builder 2》,pdf format.If you want to do a good job, you must first sharpen your tools and introduce the development tools in detail.
《Programming ActionScript 3.0》,pdf format.And Flash 9's Chinese version of "ActionScript 3.0 Programming》The content is almost exactly the same. It’s better to read the Chinese version, which can save a lot of time.
《Flex 2 Developer’s Guide》,pdf format.The last book is a document that needs to be reviewed from time to time during development. By the time you read this book, you are already fully prepared. If you can read this book (page 1858), you are already a senior Flex developer.
Must-read books in the learning route:"Flex Chinese Help" -> "ActionScript 3.0 Programming" ->"Flex 2 Developer's Guide" is basically the fastest learning route at present. It takes about two weeks to read the first two books, and the last book can be read while doing development during the development process. Getting started with Flex only requires two It takes about a year to become a master in the week.
First download and install the Flex development tool Flex Builder 2. The beta version of Flex Builder 3 is not very stable yet and is not recommended.
I found this document is very suitable for beginners to get started: "Flex Chinese Help" translated and adapted by Liu Gang from Daping, Chongqing, in pdf format.
This Chinese document has 4 chapters. Following the examples, you can have a more comprehensive experience of the Flex development process, development tools, and development environment.
Next, start laying the foundation. A journey of a thousand miles begins with a single step. If the downward trend is unstable, you will suffer a lot in the future.
The basis of Flex development is ActionScript 3. This language is very similar to JavaScript, but the differences are also very big (I will list the differences between these two languages in detail after a while). ActionScript 3 is designed based on ECMAScript 4. In the future, JavaScript 2 will also be designed based on ECMAScript 4. However, it takes a lot of learning to move from the current JavaScript 1.5 (the JavaScript version supported by all mainstream browsers) to ActionScript 3. However, once you master ActionScript 3, it will be easier to master JavaScript 2 in the future.
The following 3 Chinese documents are from the official documents of Flash 9:
"ActionScript 3.0 Programming", pdf format. Be sure to read it carefully.
"Using ActionScript 3.0 Components", pdf format. Reference, review.
"ActionScript 3.0 Language and Component Reference", chm format. Reference, review.
Then you can only read the English documents. The official documents of Flex 2 are all in English:
《Getting Started with Flex 2》,pdf format. After reading "Flex Chinese Help", you don't need to read this book very carefully, because the content of "Flex Chinese Help" is basically about translating this book.
《Using Flex Builder 2》,pdf format.If you want to do a good job, you must first sharpen your tools and introduce the development tools in detail.
《Programming ActionScript 3.0》,pdf format.And Flash 9's Chinese version of "ActionScript 3.0 Programming》The content is almost exactly the same. It’s better to read the Chinese version, which can save a lot of time.
《Flex 2 Developer’s Guide》,pdf format.The last book is a document that needs to be reviewed from time to time during development. By the time you read this book, you are already fully prepared. If you can read this book (page 1858), you are already a senior Flex developer.
Must-read books in the learning route:"Flex Chinese Help" -> "ActionScript 3.0 Programming" ->"Flex 2 Developer's Guide" is basically the fastest learning route at present. It takes about two weeks to read the first two books, and the last book can be read while doing development during the development process. Getting started with Flex only requires two It takes about a year to become a master in the week.