我正在尝试从位于 iframe 外部的 flash 按钮更改 iframe src
这是我的代码
this.contact.onRelease = function() {
navigateToURL(new URLRequest("page2.html", target="myframe") );
};
但这不起作用
我正在尝试从位于 iframe 外部的 flash 按钮更改 iframe src
这是我的代码
this.contact.onRelease = function() {
navigateToURL(new URLRequest("page2.html", target="myframe") );
};
但这不起作用