王朝百科
分享
 
 
 

AdobeAIR1.5Cookbook(影印版)

王朝百科·作者佚名  2010-07-08  
宽屏版  字体: |||超大  

Adobe AIR1.5Cookbook(影印版)作者:(美国)(Tucker.D.)塔克等

AdobeAIR1.5Cookbook(影印版)

·出版社:东南大学出版社

·页码: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应用程序

创建数据库并连接至你的应用程序

为PC和Mac整合原生菜单

与Service Monitor Framework共同运作

利用Adobe AIR Update Framework

利用自定义chrome和应用程序图标创建标志性的桌面体验

使用Seamless Install Badge发布AIR应用程序还有更多。《Adobe AIR 1.5 Cookbook》包含了许多AIR开发团队中新进明星的秘诀,如David Tucker、Rich Tretola、Marco Casario和Koen De Weggheleire,以及由Adobe和O'Reilly主办的《Adobe AIR 1.5 Cookbook》社区站点(www.adobe.com/go/air_cookbook)上许多访问者张贴的最佳解决方案。如果你已经准备好利用Adobe AIR来扩展你的技能,那么这《Adobe AIR1.5Cookbook(影印版)》就是你期待已久的。

作者简介David Tucker,就职于Universal Mind公司,是一名从事Flex和AIR应用程序设计的软件工程师。

媒体推荐“这本书史无前例地涵盖了Adobe AIR 1.5和AIR开发的一切,你甚至找不到一个更好的创作团队来帮你了解些。当我从事AIR开发时,这本书是除了我的键盘之外,另一个不可或缺的工具。”

——Lee Elrimelow Platform Evangelist,Adobe Systems,Inc。

编辑推荐《Adobe AIR1.5Cookbook(影印版)》共分17个章节,主要对叙述了Web开发者和应用程序设计者最希望了解的最佳实践、基本原理以及主题。书中的实战技巧可以帮助你解决在使用Adobe AIR建立桌面的富互联网应用程序时所遇到的各种任务和情景,并且详细解释了它们为何及如何运作。该书可供各大专院校作为教材使用,也可供从事相关工作的人员作为参考用书使用。

目录Foreword

Credits

Preface

1. AIR Basics

1.1 Creating and Running an AIR Application with Flex Builder 3

1.2 Creating and Running an AIR Application with Flash

1.3 Creating and Running an AIR Application with HTML and JavaScript

1.4 Debugging an AIR Application with JavaScript

1.5 Signing and Exporting an AIR Application

1.6 Signing an AIR File with a Trusted Certificate

1.7 Understanding Synchronous and Asynchronous Programming in AIR

2. 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

3. 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

3.9 Creating Windows with Custom Chrome

3.10 Minimizing and Maximizing a Window

3.11 Resizing a Window

3.12 Closing a Window

3.13 Displaying a Prompt Before Closing a Window

3.14 Closing All Open Windows at Once

3.15 Adding a Drop Shadow to a Custom Chrome Window in ActionScript

3.16 Applying a Pixel Bender Filter to a Custom Chrome Window in ActionScript

4. 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

5. 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

6. PDF Support

6.1 Detecting Whether PDF Support Is Available

6.2 Loading a PDF Document

6.3 Communicating from AIR to PDF

6.4 Communicating from PDF to AIR

......

 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
如何用java替换看不见的字符比如零宽空格​十六进制U+200B
 干货   2023-09-10
网页字号不能单数吗,网页字体大小为什么一般都是偶数
 干货   2023-09-06
java.lang.ArrayIndexOutOfBoundsException: 4096
 干货   2023-09-06
Noto Sans CJK SC字体下载地址
 干货   2023-08-30
window.navigator和navigator的区别是什么?
 干货   2023-08-23
js获取referer、useragent、浏览器语言
 干货   2023-08-23
oscache遇到404时会不会缓存?
 干货   2023-08-23
linux下用rm -rf *删除大量文件太慢怎么解决?
 干货   2023-08-08
刀郎新歌破世界纪录!
 娱乐   2023-08-01
js实现放大缩小页面
 干货   2023-07-31
生成式人工智能服务管理暂行办法
 百态   2023-07-31
英语学习:过去完成时The Past Perfect Tense举例说明
 干货   2023-07-31
Mysql常用sql命令语句整理
 干货   2023-07-30
科学家复活了46000年前的虫子
 探索   2023-07-29
英语学习:过去进行时The Past Continuous Tense举例说明
 干货   2023-07-28
meta name="applicable-device"告知页面适合哪种终端设备:PC端、移动端还是自适应
 干货   2023-07-28
只用css如何实现打字机特效?
 百态   2023-07-15
css怎么实现上下滚动
 干货   2023-06-28
canvas怎么画一个三角形?
 干货   2023-06-28
canvas怎么画一个椭圆形?
 干货   2023-06-28
canvas怎么画一个圆形?
 干货   2023-06-28
canvas怎么画一个正方形?
 干货   2023-06-28
中国河南省郑州市金水区蜘蛛爬虫ip大全
 干货   2023-06-22
javascript简易动态时间代码
 干货   2023-06-20
感谢员工的付出和激励的话怎么说?
 干货   2023-06-18
 
>>返回首页<<
 
 
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有