請問一下在Action Script 3.0語法中要如何link URL呢?
PS:因為要用一些3.0的特效,所以一定要用3.0,
之前在2.0時是以下的語法:
on (release) {
getURL("index.html", "_blank");
}
那3.0要如何寫呢?
或是有其它方式可以解決此問題也可以,
麻煩各位大大幫忙~
2007-05-28 09:37:23 · 1 個解答 · 發問者 ? 1 in 電腦與網際網路 ➔ 程式設計
喔,
navigateToURL(new URLRequest("http://www.adobe.com"), "_self");
記得如果要解決開另一視窗問題的時候,要把 AllowScriptAccess 改成 AllowScriptAccess="always"。
http://flashmove.com/forum/showthread.php?t=30449
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=50c1cf38
2007-05-29 02:48:33 · answer #1 · answered by mh 7 · 0⤊ 0⤋