可口可乐方便面图片:高分求解,FLASH导航条里代码的一些问题

来源:百度文库 编辑:高考问答 时间:2024/04/28 07:45:04
这是原代码
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

oicq :910660
加我说明问题,你上面的问题我听不明白
as我是看懂了。但你说的我没有听明白。