Packagecom.myflashlab.air.extensions.richWebView.android
Classpublic class ChromeClient
InheritanceChromeClient Inheritance Object

A reference to the native ChromeClient being initialized by the ANE as soon as a new instance of Webview is initialized by user calling RichWebView.android.getInstance



Public Properties
 PropertyDefined By
  defaultVideoPoster : BitmapData
[read-only] When not playing, video elements are represented by a 'poster' image.
ChromeClient
Public Methods
 MethodDefined By
  
visitedHistory($callback:Function):void
Obtains a list of all visited history items, used for link coloring.
ChromeClient
Property Detail
defaultVideoPosterproperty
defaultVideoPoster:BitmapData  [read-only]

When not playing, video elements are represented by a 'poster' image. The image to use can be specified by the poster attribute of the video tag in HTML. If the attribute is absent, then a default poster will be used. This method allows the ChromeClient to provide that default image.


Implementation
    public function get defaultVideoPoster():BitmapData
Method Detail
visitedHistory()method
public function visitedHistory($callback:Function):void

Obtains a list of all visited history items, used for link coloring.

Parameters

$callback:Function — expects an array of strings