var slideShowSpeed = 5000
// 부드러운 전환 시간(초)
var 크로스 페이드 지속 시간 = 3;
var Pic = new Array();
// 각 파일의 경로
Pic[0] = '1.jpg'
Pic[1] = '2.jpg'
Pic[2] = '3.jpg'
Pic[3] = '4.jpg'
< p>Pic[4] = '5.jpg'var t;
var j = 0;
var p = 이미지의 길이;
var preLoad = new Array();
for(I = 0; I& ltp; i++) {
preLoad = new Image();
preLoad.src = Pic
}
function runSlideShow() {
if (document.all) {
document . images . 슬라이드 쇼 . style . filter = " blend trans(duration = 2)";
document . images . 슬라이드 쇼 . filter = " blend trans(duration = 크로스 페이드 지속 시간)";
document . filter = " blend trans(duration = 크로스 페이드 지속 시간)";
document . images . 슬라이드 쇼 . filters . blend trans . apply();
}
document . images . 슬라이드 쇼 . src = preLoad[j]. src
if (document.all) {
document . all) {
document . 슬라이드 쇼 . filters . blend trans . play();
}
j = j+1;
if (j & gt;(p-1))j = 0;
t = setTimeout('runSlideShow()', 슬라이드 쇼 속도);
}
& lt/. 스크립트 & gt;