Initial support for AIR
This commit is contained in:
9
externs/air/flash/html/HTMLPDFCapability.hx
Normal file
9
externs/air/flash/html/HTMLPDFCapability.hx
Normal file
@@ -0,0 +1,9 @@
|
||||
package flash.html;
|
||||
|
||||
extern class HTMLPDFCapability {
|
||||
static var ERROR_CANNOT_LOAD_READER:Int = 3204;
|
||||
static var ERROR_INSTALLED_READER_NOT_FOUND:Int = 3201;
|
||||
static var ERROR_INSTALLED_READER_TOO_OLD:Int = 3202;
|
||||
static var ERROR_PREFERRED_READER_TOO_OLD:Int = 3203;
|
||||
static var STATUS_OK:Int = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user