高分求解,FLASH导航条里代码的一些问题
这是原代码stop();myURL = ["main.asp", "article.asp", "down.asp", "www.i8699.com/flash/index.asp", "photo.asp", "down.asp", "board/index.asp"];numOfMenu = 6;_global.active = pageNum;_global.over = active;i = 1;while (i <= numOfMenu) { this[i].mainText.gotoAndStop(i); this[i].bg.onRollOver = function() { _global.over = this._parent._name; }; this[i].bg.onRollOut = this[i].bg.onDragOut = function () { _global.over = active; }; this[i].bg.onRelease = function() { getURL(myURL[(this._parent._name - 1)], "_self"); }; this[i].onEnterFrame = function() { if (over == this._name) { this.nextFrame(); } else { this.prevFrame(); } }; i++;}现在的问题是,点击任何一个按钮,都会在按钮指向的URL地址前默认加入我的网站名“www.i8699.com”.怎么样能让它不加。直接指向URL