ActionScript에서 여러 팝업 창을 여는 방법은 무엇입니까?여러 팝업 창을 ActionScript에서 여는 방법은 무엇입니까?
0
A
답변
1
당신은 ExternalInterface를 당신은의 navigateToURL() 호출을 큐에 callLater를 사용할 필요가
import flash.external.ExternalInterface;
ExternalInterface.call('window.open("http://www.google.com/")');
1
를 사용하여 액션에서 바로 자바 스크립트에 메서드를 호출 할 수 있습니다.
한 번에 보내면 마지막 navigateToUrl 만 화면 업데이트로 선택됩니다. 이 링크를 확인하십시오 ->http://www.adobe.com/livedocs/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=passingarguments_086_12.html.