FlashのボタンにURLを書き込むAS 通常。 on (release) { getURL("●●.html"); } _blankを使う場合。 on (release) { getURL("●●.html","_blank"); }