Package | com.myflashlab.air.extensions.richWebView.android |
Class | public class ChromeClient |
Inheritance | ChromeClient Object |
RichWebView.android.getInstance
Property | Defined By | ||
---|---|---|---|
defaultVideoPoster : BitmapData [read-only]
When not playing, video elements are represented by a 'poster' image. | ChromeClient |
Method | Defined By | ||
---|---|---|---|
visitedHistory($callback:Function):void
Obtains a list of all visited history items, used for link coloring. | ChromeClient |
defaultVideoPoster | property |
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.
public function get defaultVideoPoster():BitmapData
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
|