Adobe Integrated Runtime (AIR) for JavaScript Developers Pocket Reference
Packaging and Deploying the AIR Application | 39 Packaging and Deploying the AIR Application Now that we understand how to build ...
40 | Chapter 2: Getting Started with AIR Development Creating an AIR File Using ADT The ADT command-line tool included in the Ad ...
Packaging and Deploying the AIR Application | 41 Testing the AIR file requires trying to install it onto the sys- tem, and then ...
42 | Chapter 2: Getting Started with AIR Development Setting the MIME type One thing to watch out for when distributing AIR file ...
43 CHAPTER 3CHAPTER 3 Working with JavaScript and HTML Within AIR This chapter provides an in-depth overview of the HTML and Jav ...
44 | Chapter 3: Working with JavaScript and HTML Within AIR • CSS • XHTML W3C DOM Level 2 support Essentially, Adobe AIR has a ...
JavaScript Within AIR | 45 Proven technology that web developers know As discussed earlier, one of the biggest problems with com ...
46 | Chapter 3: Working with JavaScript and HTML Within AIR to having access to the HTML DOM, JavaScript can also access AIR and ...
AIR Implementation of Functionality | 47 cookies set within Firefox cannot be shared with AIR applications. TIP In addition to c ...
48 | Chapter 3: Working with JavaScript and HTML Within AIR In addition, the file-browsing dialog created via: <input type="f ...
AIR Implementation of Functionality | 49 xmlhttp.send(null) } </script> When called, this function uses theXMLHttpRequesto ...
50 | Chapter 3: Working with JavaScript and HTML Within AIR Unsupported URI schemes In the Beta build of Adobe AIR, the commonly ...
AIR Implementation of Functionality | 51 TIP The AIR-specific URIs take only a single slash, versus two slashes in the other URI ...
52 | Chapter 3: Working with JavaScript and HTML Within AIR Security Context Content installed within the application runs under ...
AIR Implementation of Functionality | 53 Because of this, content downloaded from third party sources and domains should always ...
54 | Chapter 3: Working with JavaScript and HTML Within AIR TIP You can find more information on the EXT-JS frame- work at http: ...
Accessing AIR APIs from JavaScript | 55 Accessing AIR and Flash Player APIs Most AIR and Flash Player APIs are contained within ...
56 | Chapter 3: Working with JavaScript and HTML Within AIR //call a function on an instance of a class var file = desktop.resol ...
Accessing AIR APIs from JavaScript | 57 way to understand this is to look at an example. The follow- ing example registers for a ...
58 | Chapter 3: Working with JavaScript and HTML Within AIR APIs via the runtime property and the complete API package path, it ...
«
1
2
3
4
5
6
7
8
9
»
Free download pdf