Package | com.myflashlab.air.extensions.pdf |
Class | public class PdfViewerEvent |
Inheritance | PdfViewerEvent flash.events.Event |
Method | Defined By | ||
---|---|---|---|
PdfViewerEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false) | PdfViewerEvent |
Constant | Defined By | ||
---|---|---|---|
STATUS : String = onStatus [static]
Status event is one of the following values:onOpen, onClose or onError
If you are receiving "onError" message, the reason might be one of the followings
1) are you sure the File exists? you should check it before sending it into the ANE
2) on Android, maybe there is no application to be able to open PDF files! you should promote users to install Acrobat Reader or other pdf readers apps on Google Play
| PdfViewerEvent |
PdfViewerEvent | () | Constructor |
public function PdfViewerEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)
type:String | |
data:* (default = null )
| |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
STATUS | Constant |
public static const STATUS:String = onStatus
Status event is one of the following values:onOpen
, onClose
or onError
If you are receiving "onError" message, the reason might be one of the followings
1) are you sure the File exists? you should check it before sending it into the ANE
2) on Android, maybe there is no application to be able to open PDF files! you should promote users to install Acrobat Reader or other pdf readers apps on Google Play