|
@@ -11,7 +11,7 @@ extern class SWFObject {
|
|
function setAttribute( id : String, value : String ) : Void;
|
|
function setAttribute( id : String, value : String ) : Void;
|
|
|
|
|
|
private static function __init__() : Void untyped {
|
|
private static function __init__() : Void untyped {
|
|
- #if !embedJs
|
|
|
|
|
|
+ #if embedJs
|
|
haxe.macro.Tools.includeFile("js/swfobject-1.5.js");
|
|
haxe.macro.Tools.includeFile("js/swfobject-1.5.js");
|
|
#end
|
|
#end
|
|
js.SWFObject = deconcept.SWFObject;
|
|
js.SWFObject = deconcept.SWFObject;
|