Adobe Integrated Runtime (AIR) for JavaScript Developers Pocket Reference
Primary AIR Technologies | 19 advantages to deploying applications via the browser. The fact that there are so many web applicat ...
20 CHAPTER 2 CHAPTER 2 Getting Started with AIR Development This chapter discusses how to get started developing applica- tions ...
What Do You Need to Develop AIR Applications? | 21 Adobe AIR SDK The Adobe AIR SDK contains command-line tools, sample files, an ...
22 | Chapter 2: Getting Started with AIR Development Uninstalling Pre-Beta Versions of Adobe AIR If you have previously installe ...
Uninstalling Adobe AIR Beta | 23 Installing the runtime is simple, and requires downloading and running the Adobe Integrated Run ...
24 | Chapter 2: Getting Started with AIR Development Uninstalling on Windows On Windows, you can uninstall Adobe AIR the same wa ...
Setting Up the AIR SDK and Command-Line Tools | 25 TIP In order to run the command-line tools, you need to copy only thebin andr ...
26 | Chapter 2: Getting Started with AIR Development In order to test the installation, open a new Windows Con- sole (Start➝ Run ...
Setting Up the AIR SDK and Command-Line Tools | 27 If you get an error that the file cannot be found, then check the following t ...
28 | Chapter 2: Getting Started with AIR Development 9.If the file is empty, add the following line: export PATH=$PATH:/airsdk/b ...
Creating a Simple AIR Application with HTML and JavaScript | 29 Creating the Application Files Every AIR application contains a ...
30 | Chapter 2: Getting Started with AIR Development Open AIRHelloWorld.xml and type in the following text: <?xml version="1. ...
Creating a Simple AIR Application with HTML and JavaScript | 31 The next section of elements specify general metadata about the ...
32 | Chapter 2: Getting Started with AIR Development For our example, we will use the operating system’s window chrome. This is ...
Creating a Simple AIR Application with HTML and JavaScript | 33 As you can see, this is a very basic HTML file that displays “He ...
34 | Chapter 2: Getting Started with AIR Development TIP Checking for the existence of the runtime property is a simple way to d ...
Testing the Application | 35 While we could package up the entire application and then install it, this would be tedious, and ma ...
36 | Chapter 2: Getting Started with AIR Development Make sure you have configured the SDK correctly, so that the ADL tool can ...
Testing the Application | 37 function init( ) { runtime2.trace("init function called"); } </script> </head> <body ...
38 | Chapter 2: Getting Started with AIR Development Adobe AIR provides a function to make it possible to send information from ...
«
1
2
3
4
5
6
7
8
9
»
Free download pdf