【发布时间】:2013-08-12 09:15:49
【问题描述】:
我正在尝试从 iframe 外部的 flash 按钮更改 iframe src
这是我的代码
this.contact.onRelease = function() {
navigateToURL(new URLRequest("page2.html", target="myframe") );
};
但这不起作用
【问题讨论】:
-
谷歌
ExternalInterface。 -
看起来更像 ActionScript 2 (
this.contact.onRelease)。你有任何错误吗?
标签: actionscript-3 flash flash-cs6