haXe API Documentation
Back
|
Index
class
haxe.remoting.ExternalConnection
implements
Connection
implements
Dynamic
<
Connection
>
Available in flash, neko, js, flash9, php, cpp
Synchronous communications between Flash and Javascript.
function
call(params :
Array
<
Dynamic
>) :
Dynamic
function
close() :
Void
function
resolve(field :
String
) :
Connection
static
function
flashConnect(name :
String
, flashObjectID :
String
, ?ctx :
Context
) :
ExternalConnection
Available in js
static
function
jsConnect(name :
String
, ?ctx :
Context
) :
ExternalConnection
Available in flash, flash9
Back
|
Index