“这本书史无前例地涵盖了Adobe AIR 1.5和AIR开发的一切,你甚至找不到一个更好的创作团队来帮你了解些。当我从事AIR开发时,这本书是除了我的键盘之外,另一个不可或缺的工具。” ——Lee Elrimelow Platform Evangelist,Adobe Systems,Inc。
基本介绍
- 书名:AdobeAIR1.5Cookbook
- 作者:Tucker.D.
- ISBN:9787564116330
- 页数:418页
- 出版社:东南大学出版社
Adobe AIR1.5Cookbook(影印版)
作者:(美国)(Tucker.D.)塔克等
·出版社:东南大学出版社
·页码:418 页
·出版日期:2009年
·ISBN:9787564116330
·开本:16
内容简介
完全由Adobe公司的AIR开发团队审核的《Adobe AIR 1.5 Cookbook》,叙述了Web开发者和应用程式设计者最希望了解的最佳实践、基本原理以及主题。《Adobe AIR1.5Cookbook(影印版)》中的实战技巧可以帮助你解决在使用Adobe AIR建立桌面的富网际网路应用程式(Rich Internet Appliction)时所遇到的各种任务和情景。这是通过即学即用的实践解决方案学习Adobe AIR微妙之处的理想方式,并且《Adobe AIR1.5Cookbook(影印版)》详细解释了它们为何及如何运作。这些技巧可以帮助你:
使用Flex、Flash或HTML和Ajax建立AIR应用程式
作者简介
David Tucker,就职于Universal Mind公司,是一名从事Flex和AIR应用程式设计的软体工程师。
编辑推荐
《Adobe AIR1.5Cookbook(影印版)》共分17个章节,主要对叙述了Web开发者和应用程式设计者最希望了解的最佳实践、基本原理以及主题。书中的实战技巧可以帮助你解决在使用Adobe AIR建立桌面的富网际网路应用程式时所遇到的各种任务和情景,并且详细解释了它们为何及如何运作。该书可供各大专院校作为教材使用,也可供从事相关工作的人员作为参考用书使用。
目录
AIR Basics
1.1 Creating and Running an AIR Application with Flex Builder 3
Application Settings
2.1 Targeting a Specific Version of AIR
2.2 Setting the Application ID
2.3 Setting the Application Name and Filename
2.4 Setting the Application Version
2.5 Editing the Application Description and Copyright Information
2.6 Editing the Initial Window Settings
2.7 Setting the Installation Folder for an Application
2.8 Setting the Default Program Menu Folder
2.9 Setting a Custom Application Icon
2.10 Allowing an AIR Application to Interact with the Browser
2.11 Setting the Application to Handle All Updates
2.12 Determining the Application Version at Runtime
2.13 Creating Multilingual AIR Installations
Application Windows
3.1 Changing the Main Application Window
3.2 Launching a New Window in ActionScript
3.3 Launching a New Window (Flex)
3.4 Launching a New Window (JavaScript)
3.5 Creating Utility Windows
3.6 Creating Lightweight Windows
3.7 Creating a Full-Screen Window
3.8 Managing Multiple Windows
Screens
4.1 Positioning Windows on the Desktop
4.2 Positioning Windows Across Multiple Monitors
4.3 Determining the Monitors on Which an Application Is Currently Displayed
HTML Content
5.1 Displaying HTML Content
5.2 Accessing JavaScript from ActionScript in an HTML Container
5.3 Accessing ActionScript from JavaScript in an HTML Container
5.4 Scripting the DOM from ActionScript
5.5 Accessing and Editing an HTML Style Sheet from ActionScript
5.6 Accessing the HTML Container History List
5.7 Bridging Content from Different Security Sandboxes
5.8 Creating JavaScript Functions from ActionScript
5.9 Scrolling HTML Content in ActionScript
5.10 Using ActionScript Libraries Within an HTML Page