Packageqnx.media
Classpublic final class QNXWebViewProxy
InheritanceQNXWebViewProxy Inheritance flash.events.EventDispatcher



Public Methods
 MethodDefined 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
Events
 Event Summary Defined By
  The stopped event is dispatched when the proxy process terminates.QNXWebViewProxy
Constructor Detail
QNXWebViewProxy()Constructor
public function QNXWebViewProxy()



Method Detail
_stop()method
public function _stop():void

setClipboardPath()method 
public function setClipboardPath(path:String):void

Set the clipboard path for the proxy process

Parameters

path:String — Clipboard path

setEnvironment()method 
public function setEnvironment(name:String, value:String):void

Sets 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):void

Set the working directory for the proxy process

Parameters

path:String — Working directory

start()method 
public function start():Boolean

Start the proxy process

Returns
Booleantrue if successful, false otherwise
stop()method 
public function stop():void

Stop the proxy process

Event Detail
stopped Event
Event Object Type: qnx.events.QNXWebViewProxyEvent
QNXWebViewProxyEvent.type property = qnx.media.QNXWebViewProxy.STOPPED

The stopped event is dispatched when the proxy process terminates.