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.
As3 から Web ページを開いて、現在の iFrame (および Flash オブジェクト) を置き換えるにはどうすればよいですか。
Web ページを iframe で開きますか、それとも iframe を含むページ全体を置き換えますか?
前者:
import flash.net.*; navigateToURL( new URLRequest("url-of-the-page-to-be-opened"), "_self" );
後者:
import flash.net.*; navigateToURL( new URLRequest("url-of-the-page-to-be-opened"), "_top" );