Flashで、swf起動時にhtmlから引数を渡すには以下のようにします。(ActionScript3用) html側で >|| |||| var flashVars:Object = this.loaderInfo.parameters; var hoge:String = flashVars['hoge']; // traceで確認 trace(hoge); // javascriptのalertで確認 import flash.external.ExternalInterface; ExternalInterface.call("function(){ javascript:alert('" + hoge + "'); }"); ||http://yakinikunotare.boo.jp/orebase/index.php?Flash%2Fswf%A4%CB%A5%D1%A5%E9