@@ -9,7 +9,7 @@ extern class Sound
var checkPolicyFile : Bool;
#end
- function new(target:Dynamic) : Void;
+ function new( ?target:Dynamic ) : Void;
function onLoad(success:Bool):Void;
function onSoundComplete():Void;
@@ -1,5 +1,5 @@
package flash.utils;
-extern class Dictionary {
+extern class Dictionary implements ArrayAccess<Dynamic> {
function new(?weakKeys : Bool) : Void;
}