Adobe AIR for JavaScript Developers Pocketguide

English, 1.0

APIs : Markdown | HTML

Errata

Chapter 1

Page 28

The example for step 7 should be:

export PATH=$PATH:/usr/local/bin:/airsdk/bin

Chapter 2

Page 26

Images 2-1 and 2-2 are swapped.

Page 37

Images 2-1 and 2-2 are swapped.

Chapter 3

Page 95

In the example code:

login = new air.HTMLLoader.createRootWindow(true,options, false);

should be

login = air.HTMLLoader.createRootWindow(true,options, false);

Chapter 4

Page 86

The closing script tag right above the head was cut off. The example should read:

<!--
var requiredMajorVersion = 9;
var requiredMinorVersion = 0;
var requiredRevision = 115;
</script>

</head>
<body bgcolor="#ffffff">

Appendix

Page 170

flash.eventsAsyncErrorEvent should be flash.events.AsyncErrorEvent

Page 170

air.NativeWindow =flash.display.NativeWindow should be flash.display.NativeWindow

Page 172

air.Socket = flash.net.Socket should be flash.net.Socket

Page 175

All of the ActionScript APIs in table A-15 are incorrect. The correct table is:

Alias ActionScript API
air.ServiceMonitor flash.net.ServiceMonitor
air.SocketMonitor flash.net.SocketMonitor
air.URLMonitor flash.net.URLMonitor

Table of Contents

Leave a Comment

(required)
(required)

Comments

# Manuel R. Ciosici (Aug 15, 2008  8:04 a.m.)

I would like to translate this chapter into Romanian.