자동슬라이드 문의요~~

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,463
15년 전 조회 1,598
15년 전 조회 1,330
15년 전 조회 1,838
15년 전 조회 1,621
15년 전 조회 1,863
15년 전 조회 1,573
15년 전 조회 1,473
15년 전 조회 1,550
15년 전 조회 4,040
15년 전 조회 1,365
15년 전 조회 2,551
15년 전 조회 4,017
15년 전 조회 1,991
15년 전 조회 1,919
15년 전 조회 2,612
15년 전 조회 1,790
15년 전 조회 1,793
15년 전 조회 2,026
15년 전 조회 1,471
15년 전 조회 2,322
15년 전 조회 1,839
15년 전 조회 1,463
15년 전 조회 1,602
15년 전 조회 1,377
15년 전 조회 1,855
15년 전 조회 1,247
15년 전 조회 2,434
15년 전 조회 1,465
15년 전 조회 1,262
15년 전 조회 1,704
15년 전 조회 1,723
15년 전 조회 1,651
15년 전 조회 1,815
15년 전 조회 1,462
15년 전 조회 1,428
15년 전 조회 2,054
15년 전 조회 1,572
15년 전 조회 1,210
15년 전 조회 1,390
15년 전 조회 3,468
15년 전 조회 1,567
15년 전 조회 1,232
15년 전 조회 1,306
15년 전 조회 1,095
15년 전 조회 1,172
15년 전 조회 1,643
15년 전 조회 1,345
15년 전 조회 1,176
15년 전 조회 1,447
15년 전 조회 1,020
15년 전 조회 1,206
15년 전 조회 1,378
15년 전 조회 1,245
15년 전 조회 1,150
15년 전 조회 1,193
15년 전 조회 1,359
15년 전 조회 1,389
15년 전 조회 1,549
15년 전 조회 1,356
15년 전 조회 906
15년 전 조회 1,042
15년 전 조회 1,421
15년 전 조회 1,480
15년 전 조회 909
15년 전 조회 2,291
15년 전 조회 1,718
15년 전 조회 1,275
15년 전 조회 1,257
15년 전 조회 1,432
15년 전 조회 2,145
15년 전 조회 1,427
15년 전 조회 1,356
15년 전 조회 1,388
15년 전 조회 1,322
15년 전 조회 1,372
15년 전 조회 1,119
15년 전 조회 1,717
15년 전 조회 1,246
15년 전 조회 1,082
15년 전 조회 3,072
15년 전 조회 827
15년 전 조회 1,309
15년 전 조회 1,278
15년 전 조회 1,239
15년 전 조회 1,104
15년 전 조회 1,423
15년 전 조회 1,476
15년 전 조회 1,130
15년 전 조회 1,509
15년 전 조회 1,157
15년 전 조회 1,401
15년 전 조회 1,525
15년 전 조회 1,273
15년 전 조회 1,087
15년 전 조회 1,269
15년 전 조회 1,393
15년 전 조회 1,097
15년 전 조회 1,096
15년 전 조회 1,475