본문 바로가기
  • 오직 예수 그리스도
스위시세상/스위시 고급

flv파일 주소로 연속재생하는 편집2

by 어린양01 2014. 3. 21.

 

 

 

 

flv파일 주소로 연속재생하는 편집


1. Outline의 아래 Insert→External media클릭 Properties창의
   Width=720 Height=540 이름 flv(중요)로 무비클립으로 묶고 이름
   FLV로 Script 창에 아래 스크립트 붙여넣고 실행해 본다

연속재생 스크립트 (가감할수있다)

그동안 여러차례 설명했으니 안되시면 swi파일 보시면서 응용해 보세요

 

 

 

영상 소녀시대 Flv 스크립트

 

onSelfEvent (load) {
    autoPass = 1;
    flv.onPlayStop = function() {
        autoPass ? play() : flv._ns.seek(0);
    }
    flv.onPress = function() {
        flv.playing ? flv.pause() : flv.play();
    }
    f1="https://t1.daumcdn.net/cfile/cafe/2305A34752FB613C13?download";
    f2="https://t1.daumcdn.net/cfile/cafe/217C004C52FB617902?download";
    f3="https://t1.daumcdn.net/cfile/cafe/2144074952FB61BF24?download";
    f4="https://t1.daumcdn.net/cfile/cafe/216A1F4D52FB61EE04?download";
    f5="https://t1.daumcdn.net/cfile/cafe/2216254C52FB622536?download";
       }
onFrame (1) {
    stop();
    flv.play(f1);
}
onFrame (2) {
    stop();
    flv.play(f2);
}
onFrame (3) {
    stop();
    flv.play(f3);
}
onFrame (4) {
    stop();
    flv.play(f4);
}
onFrame (5) {
    stop();
    flv.play(f5);
}

 


 

소스1 FLV 주소


onSelfEvent (load) {
    autoPass = 1;
    flv.onPlayStop = function() {
        autoPass ? play() : flv._ns.seek(0);
    }
    flv.onPress = function() {
        flv.playing ? flv.pause() : flv.play();
    }
     f2="https://t1.daumcdn.net/cfile/cafe/2305A64C528049E009?download";    //불꽃
     f1="https://t1.daumcdn.net/cfile/cafe/2460754B5281C98B1D?download";   //불꽃
          }
onFrame (1) {
    stop();
    flv.play(f1);
}
onFrame (2) {
    stop();
    flv.play(f2);
}

 

 

 

소스2 FLV 주소

 

onSelfEvent (load) {
    autoPass = 1;
    flv.onPlayStop = function() {
        autoPass ? play() : flv._ns.seek(0);
    }
    flv.onPress = function() {
        flv.playing ? flv.pause() : flv.play();
    }
  f1="https://t1.daumcdn.net/cfile/cafe/1471FE4F5179B7CD23?download";
  f2="https://t1.daumcdn.net/cfile/cafe/13786A4E5179BA5228?download";
  f3="https://t1.daumcdn.net/cfile/cafe/123212385179BCCD0C?download";
  f4="https://t1.daumcdn.net/cfile/cafe/016A803E51D3C5FE1D?download";
  f5="https://t1.daumcdn.net/cfile/blog/020AE93A51DE3D1203?download";
  f6="https://t1.daumcdn.net/cfile/cafe/2426DF405202380F1D?download";
  f7="https://t1.daumcdn.net/cfile/cafe/2161F74051E3A53C2C?download";
  f8="https://t1.daumcdn.net/cfile/cafe/214F7E4251D03E850F?download"; 
}
onFrame (1) {
    stop();
    flv.play(f1);
}
onFrame (2) {
    stop();
    flv.play(f2);
}
onFrame (3) {
    stop();
    flv.play(f3);
}
onFrame (4) {
    stop();
    flv.play(f4);
}
onFrame (5) {
    stop();
    flv.play(f5);
}
onFrame (6) {
    stop();
    flv.play(f6);
}
onFrame (7) {
    stop();
    flv.play(f7);
}
onFrame (8) {
    stop();
    flv.play(f8);
}

 

 

Love Girls-소녀시대 노래주소 

https://t1.daumcdn.net/cfile/cafe/2157B54C52FC0F0E34?original

 

flv파일 주소로 연속재생하는 편집2.swi flv파일 주소로 연속재생하는 편집.swf
flv파일 주소로 연속재생하는 편집2.swi
3.79MB
flv파일 주소로 연속재생하는 편집.swf
0.78MB