자동슬라이드 문의요~~

Stage.align = "LT";
// 플래시를 상단 왼쪽으로 이동합니다.
Stage.scaleMode = "noscale";
// 플래시 무비 크기를 고정합니다.
numOfMenu = 4;
// 메뉴 개수
_global.current = 1;
myURL = "";
// 로드할 swf 파일이 존재하는 절대주소를 입력하세요.
//메인이 되는 화면의 스테이지 크기
var mainW = 922;
var mainH = 350;
//로드되는 화면의 스테이지 크기
var subW = 922;
var subH = 350;
moveView();
prevBtn.onRelease = function() {
 if (current == 1) {
  _global.current = numOfMenu;
 } else {
  _global.current--;
 }
 moveView();
};
nextBtn.onRelease = function() {
 if (current == numOfMenu) {
  _global.current = 1;
 } else {
  _global.current++;
 }
 moveView();
};
function moveView() {
 emptyMC.loadMovie(myURL+"swf/category2"+current+".swf");
 pointBox.point._x = (current-1)*20;
 pointBox.point._y = 0;
}
var that = this;
function moveSet(){
 that.prevBtn._y = Stage.height/2;
 that.nextBtn._y = that.prevBtn._y;
 that.nextBtn._x = Stage.width-that.prevBtn._x;
 that.bg._width = Stage.width;
 that.bg._height = Stage.height;
 that.emptyMC._x = Stage.width/2 - subW/2;
 that.emptyMC._y = Stage.height/2 - subH/2;
 if(Stage.width < 600){
  that.emptyMC._x = 0;
 }
 if(Stage.height < 400){
  that.emptyMC._y = 100;
 }
 trace(that.emptyMC._width);
 that.llii._y = that.emptyMC._y;
}
myListener = new Object();
Stage.addListener(myListener);
myListener.onResize = function() {
 moveSet();
 /*
 _root.onEnterFrame = function() {
  myText._x += (Stage.width/2-myText._width/2-myText._x)/4;
  myText._y += (Stage.height/2-myText._height/2-myText._y)/4;
  // 창크기가 조절이 되면 텍스트의 위치를 창 위치에 맞도록 수정합니다.
 };
 //*/
};
addListener.onResize();
//moveSet();

소스는 이렇구요! 외부파일을 연동해서 클릭시 다음swf파일을 load하는데 클릭안하고
일정시간후엔 자동으로 넘어가게하는 기능도 하고 싶은데요!!

고수님들에 가르침 부탁드립니다

[이 게시물은 관리자님에 의해 2011-10-31 16:50:06 Flash에서 이동 됨]
|

댓글 1개

settimeout("callback_function()",3000 ) 함수를 이용 하심 될 걸로 보입니다.
1초 --> 1000
3초 --> 3000

callback_function(){
//todo
}
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
15년 전 조회 1,523
15년 전 조회 1,659
15년 전 조회 1,395
15년 전 조회 1,899
15년 전 조회 1,664
15년 전 조회 1,927
15년 전 조회 1,643
15년 전 조회 1,533
15년 전 조회 1,610
15년 전 조회 4,101
15년 전 조회 1,433
15년 전 조회 2,616
15년 전 조회 4,082
15년 전 조회 2,051
15년 전 조회 1,983
15년 전 조회 2,680
15년 전 조회 1,852
15년 전 조회 1,858
15년 전 조회 2,084
15년 전 조회 1,534
15년 전 조회 2,385
15년 전 조회 1,907
15년 전 조회 1,526
15년 전 조회 1,671
15년 전 조회 1,448
15년 전 조회 1,929
15년 전 조회 1,322
15년 전 조회 2,506
15년 전 조회 1,531
15년 전 조회 1,320
15년 전 조회 1,762
15년 전 조회 1,785
15년 전 조회 1,708
15년 전 조회 1,865
15년 전 조회 1,519
15년 전 조회 1,487
15년 전 조회 2,115
15년 전 조회 1,628
15년 전 조회 1,261
15년 전 조회 1,437
15년 전 조회 3,525
15년 전 조회 1,620
15년 전 조회 1,285
15년 전 조회 1,366
15년 전 조회 1,148
15년 전 조회 1,222
15년 전 조회 1,709
15년 전 조회 1,403
15년 전 조회 1,237
15년 전 조회 1,515
15년 전 조회 1,072
15년 전 조회 1,257
15년 전 조회 1,428
15년 전 조회 1,294
15년 전 조회 1,213
15년 전 조회 1,230
15년 전 조회 1,395
15년 전 조회 1,425
15년 전 조회 1,584
15년 전 조회 1,389
15년 전 조회 938
15년 전 조회 1,074
15년 전 조회 1,450
15년 전 조회 1,517
15년 전 조회 940
15년 전 조회 2,329
15년 전 조회 1,754
15년 전 조회 1,309
15년 전 조회 1,287
15년 전 조회 1,459
15년 전 조회 2,180
15년 전 조회 1,463
15년 전 조회 1,379
15년 전 조회 1,418
15년 전 조회 1,357
15년 전 조회 1,403
15년 전 조회 1,144
15년 전 조회 1,745
15년 전 조회 1,278
15년 전 조회 1,106
15년 전 조회 3,099
15년 전 조회 858
15년 전 조회 1,336
15년 전 조회 1,315
15년 전 조회 1,270
15년 전 조회 1,133
15년 전 조회 1,448
15년 전 조회 1,501
15년 전 조회 1,162
15년 전 조회 1,542
15년 전 조회 1,187
15년 전 조회 1,435
15년 전 조회 1,564
15년 전 조회 1,311
15년 전 조회 1,115
15년 전 조회 1,306
15년 전 조회 1,432
15년 전 조회 1,131
15년 전 조회 1,120
15년 전 조회 1,507