플래시 메뉴인데 링크가 안걸리는데요.;

· 14년 전 · 1408

뭐가 잘못 되었을까요?
메뉴부분에 링크를 걸어줘도 # 표시만 나오고 해당 페이지로 넘어가지를 않아요.


link = new Array();
link[1] = "/company/company_01.php";
link[2] = "/company/company_02.php";
link[3] = "/company/company_03.php";
link[4] = "/company/company_04.php";
link[5] = "/company/company_05.php";

// 각 메인메뉴에 해당하는 웹페이지 주소입니다.
frame = new Array();
frame[1] = "_self";
frame[2] = "_self";
frame[3] = "_self";
frame[4] = "_self";
frame[5] = "_self";

// 타겟 프레임
numOfMenu = 5;
// 메뉴 개수
//defaultY = 40;
// 메뉴의 기본 세로크기
//max = new Array(0, 0, 0,0, 0, 0, 0, 0, 0, 0, 0);
// 각 메뉴 롤오버시 해당 메뉴의 세로크기
// 첫번째 80은 첫번째 메뉴 롤오버시 첫번째 메뉴가 아래쪽으로 내려오는 공간크기(80픽셀)
// 두번째 80은 두번째 메뉴 롤오버시 두번째 메뉴가 아래쪽으로 내려오는 공간크기(80픽셀)
//
_global.active = pageNum;
_global.subActive = subNum;
// 현재 활성화된 메인버튼과 서브버튼 번호를 저장합니다.
// pageNum,subNum은 htm파일에서 지정됩니다.
_global.over = active;
for (i=1; i<=numOfMenu; i++) {
 //this[i].defaultY = this[i]._y;
 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(link[this._parent._name], frame[this._parent._name]);
  // 메인버튼 링크
 };
 //this[i].bg._height = defaultY;
 //if (i != 1) {
  //this[i]._y = this[i-1].bg._height+this[i-1]._y;
 //}
 this[i].onEnterFrame = function() {
  if (over == this._name) {
   this.direction = "next";
   this.nextFrame();
  } else {
   this.direction = "prev";
   this.prevFrame();
  }
  /*if (int(this._name)>int(over)) {
   this._y += (this.defaultY+max[over-1]-this._y)/4;
  } else {
   this._y += (this.defaultY-this._y)/4;
  }*/
 };
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

[이 게시물은 관리자님에 의해 2011-10-31 16:50:06 Flash에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
14년 전 조회 3,055
14년 전 조회 2,374
14년 전 조회 1,735
14년 전 조회 2,386
14년 전 조회 1,251
14년 전 조회 1,363
14년 전 조회 2,004
14년 전 조회 2,081
14년 전 조회 1,690
14년 전 조회 1,383
14년 전 조회 1,543
14년 전 조회 1,492
14년 전 조회 2,317
14년 전 조회 2,451
14년 전 조회 2,325
14년 전 조회 1,484
14년 전 조회 2,035
14년 전 조회 2,079
14년 전 조회 2,170
14년 전 조회 3,948
14년 전 조회 1,503
14년 전 조회 2,305
14년 전 조회 1,218
14년 전 조회 1,358
14년 전 조회 1,212
14년 전 조회 1,650
14년 전 조회 2,095
14년 전 조회 1,644
14년 전 조회 1,495
14년 전 조회 1,176
14년 전 조회 2,138
14년 전 조회 1,702
14년 전 조회 1,245
14년 전 조회 2,664
14년 전 조회 1,760
14년 전 조회 1,701
14년 전 조회 1,216
14년 전 조회 2,097
14년 전 조회 3,064
14년 전 조회 1,480
14년 전 조회 931
14년 전 조회 2,461
14년 전 조회 2,217
14년 전 조회 1,170
14년 전 조회 1,736
14년 전 조회 1,919
14년 전 조회 1,778
14년 전 조회 1,118
14년 전 조회 1,108
14년 전 조회 1,409
14년 전 조회 1,734
14년 전 조회 1,589
14년 전 조회 1,278
14년 전 조회 1,698
14년 전 조회 1,525
14년 전 조회 1,823
14년 전 조회 1,287
14년 전 조회 1,524
14년 전 조회 1,299
14년 전 조회 1,660
14년 전 조회 1,131
14년 전 조회 2,540
14년 전 조회 1,740
14년 전 조회 3,321
14년 전 조회 1,710
14년 전 조회 1,476
14년 전 조회 1,545
14년 전 조회 1,524
14년 전 조회 979
14년 전 조회 1,234
14년 전 조회 1,304
14년 전 조회 2,768
14년 전 조회 1,406
14년 전 조회 3,766
14년 전 조회 1,223
14년 전 조회 1,053
14년 전 조회 1,137
14년 전 조회 2,119
14년 전 조회 1,733
14년 전 조회 1,546
14년 전 조회 1,599
14년 전 조회 1,519
14년 전 조회 1,627
14년 전 조회 1,281
15년 전 조회 899
15년 전 조회 1,398
15년 전 조회 2,564
15년 전 조회 1,873
15년 전 조회 2,248
15년 전 조회 1,309
15년 전 조회 1,623
15년 전 조회 1,936
15년 전 조회 2,054
15년 전 조회 1,422
15년 전 조회 1,334
15년 전 조회 1,429
15년 전 조회 864
15년 전 조회 1,569
15년 전 조회 1,178
15년 전 조회 1,478