发几个Flex的学习资源

书籍:

目前在看两本

Essential.ActionScript.3.0

Flex 4 In Action

还有两本当手册翻阅,非常喜欢Cookbook这种题材的书,对于初学者里面的例子可以直接拿来现学现卖

Flex.4.Cookbook

ActionScript 3.0 Cookbook

学习网站

  1. http://www.adobe.com/cn/devnet/flex.html
    Adobe Flex开发人员中心
  2. http://www.adobe.com/cn/devnet/flex/videotraining.html
    一周学会 Flex 应用开发视频培训
  3. http://www.adobe.com/cn/devnet/air.html
    Adobe AIR开发人员中心
  4. http://lostinactionscript.com/
    The blog of Shane McCartney, an Aussie Flash Developer who's currently working in London

资源网站

  1. http://www.adobe.com/support/flashplayer/downloads.html
    Adobe Flash Player的正式版和Debug版的下载地址
  2. http://flex.apache.org/index.html
    Apache Flex
  3. http://code.google.com/p/as3crypto/
    提供了非常多的ActionScript 3编写的加密算法
    image
  4. https://github.com/mikechambers/as3corelib
    An ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript? 3. These include classes for MD5 and SHA 1 hashing, Image encoders, and JSON serialization as well as general String, Number and Date APIs.

下面几篇博客也列出了一些比较不错的网站:

  1. 推荐几个不错的Flex学习网站
  2. Flex学习资料网站
  3. Flex 学习站点汇总,(FLEX学习站点、博客、论坛)
原文地址:https://www.cnblogs.com/EthanCai/p/3139564.html