使用Flash中的getURL()函数可以设置超链接
楼上的是AS2.0的。以下是AS3.0实现链接163网站的脚本:import flash.net.URLRequest;navigateToURL(new URLRequest("http://www.163.com"));