janet e
unread,Nov 8, 2009, 11:57:50 AM11/8/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 台灣 Adobe 使用者俱樂部
我是as3 的新手, 正在測試as3 與javascript 的混搭使用, 但compile 後沒有任何反應, 我想知道出了什麼問
題, 我的code 如下:
package {
import flash.external.ExternalInterface;
import flash.display.*;
public class saveXML extends Sprite {
public function saveXML() {
ExternalInterface.call("function() {alert('hello');}");
}
}
}