将 Actionscript 2 脚本转换为 AS3 等效脚本
我有以下代码在 AS2 中通过单独的窗口(通过按钮操作)打开文档:
mapSym_btn.onRelease = function() {
getURL ("https://myPortal.html", "_blank")}
谁能告诉我如何在 AS3 中获得相同的结果?我将不胜感激任何帮助。
I have the following code to open a document through a separate window (through a button action) in AS2:
mapSym_btn.onRelease = function() {
getURL ("https://myPortal.html", "_blank")}
Can anyone show me how to get the same results in AS3? I'd appreciate any assistance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(未经测试的代码)
(untested code)