flv 연속재생(만드는 방법)
신1선택→insert→External media클릭 W와 H 창에맞게 써주고
이름 flv로 무비클립으로 묶고 이름 FLV 로 하고 아래 스크립트
FLV에 붙여넣고 주소 바꿔주어도 되고 숫자도 늘일수 있고 줄일 수도 있다
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/256484495214BEE62A?download";
f2="https://t1.daumcdn.net/cfile/cafe/2557B94F5214BF280C?download";
f3="https://t1.daumcdn.net/cfile/cafe/2447AC495214BF6607?download";
f4="https://t1.daumcdn.net/cfile/cafe/221E394A5214BF910C?download";
f5="https://t1.daumcdn.net/cfile/cafe/261E1D475214BE9A02?download";
f6="https://t1.daumcdn.net/cfile/cafe/2364C94F5214BFF82A?download";
f7="https://t1.daumcdn.net/cfile/cafe/26419A4B5214C02C2C?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);
}
![](https://t1.daumcdn.net/daumtop_deco/icon/icon.hanmail.net/editor/p_etc_s.gif?rv=1.0.1)
![](https://t1.daumcdn.net/daumtop_deco/icon/icon.hanmail.net/editor/p_etc_s.gif?rv=1.0.1)
![](https://t1.daumcdn.net/daumtop_deco/icon/icon.hanmail.net/editor/p_swf_s.gif?rv=1.0.1)
'스위시세상 > 스위시 고급' 카테고리의 다른 글
붓 글씨 쓰는법 (0) | 2014.01.07 |
---|---|
아름다운 가을 시선 (0) | 2013.12.26 |
flv파일 스위시 소스로 만들기(flv주소 하나만 가지고 만드는 방법)| (0) | 2013.12.14 |
한 사람을 사랑하고 있습니다/은빛 손옥희 (0) | 2013.12.04 |
병풍마스크 만들기 (0) | 2013.11.28 |