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
'스위시세상 > 스위시 고급' 카테고리의 다른 글
멋진 점마스크 갤러리 (0) | 2014.05.22 |
---|---|
그렇게 아름다운 기억으로 좋은글 낭송 신석민 (0) | 2014.05.22 |
아름다운 희귀새 모음 flv 20개와 단풍잎버튼 (0) | 2014.03.21 |
동영상 10개 모음과 버튼 (0) | 2014.03.21 |
move gallery(손 소스 응용) (0) | 2014.03.09 |