1
的iframe,我會認爲我是一個新手,針對存在的問題在Flash鏈接到Firefox的
我在一個Flash菜單進行按鈕播放動畫和去上點擊的網址,而我所做的這樣就可以將url頁面加載到iframe中。
一切工作正常在Safari瀏覽器,但它最終加載到Firefox的新標籤的URL頁面。
如果有人有解決方案,它將非常感激。非常感謝。
這裏是動作和iframe,被命名爲「myframe」:
present_btn.addEventListener(MouseEvent.CLICK,goPresent);
function goPresent(evt:MouseEvent):void {
// play();
present_btn.gotoAndPlay("present");
var url:String = "http://www.ecuad.ca/~vlo/corelam/blank.html";
var request:URLRequest = new URLRequest(url);
try {
navigateToURL(request, "myframe");
} catch (e:Error) {
trace("Error occurred!");
}
}
http://www.codeweblog.com/flex-open-ie-window-and-call-the-javascript/我想。 – phwd 2010-06-23 02:08:35