소스 검색

added addVariable and setAttribute

Nicolas Cannasse 17 년 전
부모
커밋
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 \\ */