2
0

ConnexionsClient.hx 385 B

12345678910
  1. package flash.system;
  2. @:final extern class ConnexionsClient {
  3. var enabled(default,null) : Bool;
  4. function new() : Void;
  5. function Connexions() : Dynamic;
  6. function _init(port : Int, secret : String, topLocation : String, documentReferrer : String, windowLocation : String, movie : String, userAgent : String) : Void;
  7. function autoAdd() : Dynamic;
  8. function manualAdd() : Dynamic;
  9. }