flv파일 동영상 연속재생 만들기
1. 스위시 창열고 Outline 바로아래 Insert→External mebia 클릭
Properties 창에서 Width=720 Height=540으로하고 이름 flv (중
요)로 하고 무비클립으로 묶고 이름 FLV로하고 선택된 상태에
스크립트 소스 복사해다 Script 창에 붙여넣고 꾸며서 쓴다
2. 사각그려 라인=none Fill color=Gradient로 좌측=흰색 Alpha=0
좌에서 우측으로 3/4지점에 검정 Alpha=50 큰칸 2개반띄고 검정
Alpha=75 큰칸 1개반띄고 검정 Alpha=100(보면서 적당히)
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/2217DA3F5306DCB315?download";
f2="https://t1.daumcdn.net/cfile/cafe/227D67445306DD190A?download";
f3="https://t1.daumcdn.net/cfile/cafe/24558E435306DD8414?download";
f4="https://t1.daumcdn.net/cfile/cafe/253F814E5305BE0B30?download";
f5="https://t1.daumcdn.net/cfile/cafe/211BDB4D5305BE320B?download ";
f6="https://t1.daumcdn.net/cfile/cafe/251CFD4E5305BE5A06?download";
f7="https://t1.daumcdn.net/cfile/cafe/264D9C4E5305BE832C?download";
f8="https://t1.daumcdn.net/cfile/cafe/2439084253075BDB26?download";
f9="https://t1.daumcdn.net/cfile/cafe/2425AC3E53075C240C?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);
}
onFrame (9) {
stop();
flv.play(f9);
}
음악 주소
https://t1.daumcdn.net/cfile/cafe/257B12505306EA2B24?original
김연아 소치 올림픽 하일라이트 flv 주소
김연아 소치 올림픽 1
https://t1.daumcdn.net/cfile/cafe/253F814E5305BE0B30?download //김연아 금메달 하일라이트1
김연아 소치 올림픽 2
https://t1.daumcdn.net/cfile/cafe/211BDB4D5305BE320B?download //김연아 금메달 하일라이트2
김연아 소치 올림픽 3
https://t1.daumcdn.net/cfile/cafe/251CFD4E5305BE5A06?download //김연아 금메달 하일라이트3
김연아 소치 올림픽 4
https://t1.daumcdn.net/cfile/cafe/264D9C4E5305BE832C?download //김연아 금메달 하일라이트4
김연아 올림픽 소치
https://t1.daumcdn.net/cfile/cafe/2217DA3F5306DCB315?download //김연아 은메달 하일라이트1
김연아 소치 올림픽
https://t1.daumcdn.net/cfile/cafe/227D67445306DD190A?download //김연아 은메달 하일라이트2
김연아 소치 올림픽
https://t1.daumcdn.net/cfile/cafe/24558E435306DD8414?download //김연아 은메달 하일라이트3
'스위시세상 > 스위시 고급' 카테고리의 다른 글
동영상 10개 모음과 버튼 (0) | 2014.03.21 |
---|---|
move gallery(손 소스 응용) (0) | 2014.03.09 |
Saul Santos Diaz (0) | 2014.02.22 |
브리크 마스크 만들기(아름다운 겨울 이야기) (0) | 2014.02.11 |
첫눈 오는 날 만나자 (0) | 2014.02.11 |