ExternalConnection

class haxe.remoting.ExternalConnectionimplements Connectionimplements Dynamic<Connection>Available in flash, flash9, neko, js, php, cppSynchronous 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 ) : ExternalConnectionAvailable in jswill return a connection to the given Flash Object. Some HTML properties must be set. This will only work with Flash 8 and higher. Please note that the haXe Flash content must be loaded and it must include the haxe.remoting.Connection class. static function jsConnect( name : String, ?ctx : Context ) : ExternalConnectionAvailable in flash, flash9will return a connection to the local JavaScript haXe code. The JS haXe code must be compiled with the class ExternalConnection included. This is only working with Flash Player 8 and higher.
version #6634, modified 2009-08-01 16:57:30 by adnez