Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iframe内にあるFlashAS3からブラウザウィンドウを閉じる方法を知っている人はいますか?
どんな助け/アイデアも大歓迎です、Ss888。
これはできません。少なくとも直接ではありません。
できることは、ExternalInterfaceクラスを使用するかnavigateToUrl、JavaScriptを呼び出すことです。
ExternalInterface
navigateToUrl
navigateToURL(new URLRequest('Javascript: window.close();'), '_self');
その時点で、window.close()リクエストをプロンプトまたは許可/無視するのはブラウザ次第です。
window.close()