2
0
Эх сурвалжийг харах

added addVariable and setAttribute

Nicolas Cannasse 17 жил өмнө
parent
commit
910ea8c873
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      std/js/SWFObject.hx

+ 2 - 0
std/js/SWFObject.hx

@@ -6,6 +6,8 @@ extern class SWFObject {
 	function addParam( param : String, value : String ) : Void;
 	function getSWFHTML() : String;
 	function write( elementId : String ) : Bool;
+	function addVariable( param : String, value : String ) : Void;
+	function setAttribute( id : String, value : String ) : Void;
 
 	/* Notes : to embed SWF object, it is only needed to copy/paste the .js and replace \ by \\ */