묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
이 소스 어떻케 사용하는거죠 -0-
2003.11.22 17:02
var maxLoops = 12;
var bInterval = 10;
var count = 2;
function init() {
blendObj.filters.blendTrans.apply();
document.images.blendObj.src = eval("img"+count+".src");
blendObj.filters.blendTrans.play();
if (count < maxLoops) {
count++;
}
else {
count = 1;
}
setTimeout("init()", bInterval*1000+3000);
}
img 쪽에 이미지 주소를 대입하는거같은데 어떻케하는지 하나도 모르겠네요 -_-
아 참 효과는 서서희 변하는그림(?) 인거라고 하시던데..
아시는분 답변좀 부탁드립니다.
var bInterval = 10;
var count = 2;
function init() {
blendObj.filters.blendTrans.apply();
document.images.blendObj.src = eval("img"+count+".src");
blendObj.filters.blendTrans.play();
if (count < maxLoops) {
count++;
}
else {
count = 1;
}
setTimeout("init()", bInterval*1000+3000);
}
img 쪽에 이미지 주소를 대입하는거같은데 어떻케하는지 하나도 모르겠네요 -_-
아 참 효과는 서서희 변하는그림(?) 인거라고 하시던데..
아시는분 답변좀 부탁드립니다.