JSFL 简介及资源收集

作为 Adobe Flash 用户,您可能很熟悉 ActionScript ― 它可用来创建在 Adobe Flash Player 运行时执行的脚本。Flash JavaScript 应用程序编程接口 (JavaScript API) 是一个辅助编程工具,该工具可用来创建在创作环境中运行的脚本。

本文档介绍 JavaScript API 中提供的对象、方法和属性,并假定您了解在创作环境中工作时如何使用文档化的命令。如果您对特定命令的作用持有疑问,请使用 Flash 帮助中的其它文档(如"使用 Flash")来查找该信息。

本文档假定您熟悉 JavaScript 或 ActionScript 语法以及函数、参数和数据类型等基本编程概念。

资源收集:

官方版

Adobe jsfl官方文档

http://help.adobe.com/zh_CN/Flash/10.0_ExtendingFlash/WS5b3ccc516d4fbf351e63e3d118a9024f3f-7fe8.html

Adobe jsfl官方文档 (pdf版)

http://help.adobe.com/zh_CN/flash/cs/extend/flash_cs5_extending.pdf (2013.12.11更新可用)

Adobe jsfl Developer Connection

http://www.adobe.com/devnet/flash/javascript_api.html

Adobe jsfl extending tool

http://www.adobe.com/cfusion/exchange/index.cfm?s=4&o=desc&exc=2&cat=140&event=productHome&l=%2D1&from=1

第三方资料

ActionScript.org Forums

http://www.actionscript.org/forums/archive/index.php3/f-37.html

Extending Flash MX 2004:Complete Guide and Reference to JavaScript Flash   By Keith Peters, Todd Yard (英文书籍)

http://www.friendsofed.com/book.html?isbn=1590593049

Extending Flash MX 2004 Series: An Introduction to the JSAPI (5篇英文入门级资料)

http://www.devx.com/webdev/Article/20821

ECMAScript Language Specification (jsfl及as原型)

http://www.ecma-international.org/publications/files/ecma-st/ECMA-262.pdf.

FlashAdvisor  (有几篇文章很不错)

http://www.flashadvisor.com/tutorial/Dynamic_Content/Flash_Javascript_API_JSFL-38.html

原文地址:https://www.cnblogs.com/holycy/p/2217219.html