Nicolas Cannasse 18 years ago
parent
commit
522a6cb997
2 changed files with 4 additions and 1 deletions
  1. 1 1
      std/flash/system/Security.hx
  2. 3 0
      std/haxe/ImportAll.hx

+ 1 - 1
std/flash/system/Security.hx

@@ -7,7 +7,7 @@ extern class Security
 	static function loadPolicyFile(url:String):Void;
 
 	#if flash8
-	static function sandboxType(default,null) : String;
+	static var sandboxType(default,null) : String;
 	#end
 
 	private static function __init__() : Void untyped {

+ 3 - 0
std/haxe/ImportAll.hx

@@ -70,6 +70,9 @@ import haxe.remoting.Proxy;
 #if !js
 import haxe.remoting.SocketConnection;
 #end
+#if !neko
+import haxe.remoting.FlashJsConnection;
+#end
 
 import haxe.rtti.Infos;
 import haxe.rtti.Type;