Packagecom.myflashlab.air.extensions.pdf
Classpublic class PdfViewerEvent
InheritancePdfViewerEvent Inheritance flash.events.Event



Public Methods
 MethodDefined By
  
PdfViewerEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)
PdfViewerEvent
Public Constants
 ConstantDefined 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
Constructor Detail
PdfViewerEvent()Constructor
public function PdfViewerEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
data:* (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
STATUSConstant
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