| Package | qnx.media |
| Class | public final class QNXWebViewProxy |
| Inheritance | QNXWebViewProxy flash.events.EventDispatcher |
| Method | Defined By | ||
|---|---|---|---|
| QNXWebViewProxy | |||
_stop():void | QNXWebViewProxy | ||
setClipboardPath(path:String):void Set the clipboard path for the proxy process
| QNXWebViewProxy | ||
setEnvironment(name:String, value:String):void Sets an environment variable for the proxy process. | QNXWebViewProxy | ||
setWorkingDirectory(path:String):void Set the working directory for the proxy process
| QNXWebViewProxy | ||
start():Boolean Start the proxy process
| QNXWebViewProxy | ||
stop():void Stop the proxy process
| QNXWebViewProxy | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| The stopped event is dispatched when the proxy process terminates. | QNXWebViewProxy | |||
| QNXWebViewProxy | () | Constructor |
public function QNXWebViewProxy()| _stop | () | method |
public function _stop():void| setClipboardPath | () | method |
public function setClipboardPath(path:String):voidSet the clipboard path for the proxy process
Parameters
path:String — Clipboard path
|
| setEnvironment | () | method |
public function setEnvironment(name:String, value:String):voidSets an environment variable for the proxy process.
Parameters
name:String — Name of environment variable
| |
value:String — Value of environment variable or null to delete
|
| setWorkingDirectory | () | method |
public function setWorkingDirectory(path:String):voidSet the working directory for the proxy process
Parameters
path:String — Working directory
|
| start | () | method |
public function start():BooleanStart the proxy process
ReturnsBoolean — true if successful, false otherwise
|
| stop | () | method |
public function stop():voidStop the proxy process
| stopped | Event |
qnx.events.QNXWebViewProxyEventqnx.media.QNXWebViewProxy.STOPPED
The stopped event is dispatched when the proxy
process terminates.