<!DOCTYPE html>
<html lang="ja">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="">
<link rel="stylesheet" href="https://heizodani.com/slideshow/slideshow.css">
<title>Slideshow</title>
<script>
speed="5;1;1";          // SPEED:       default timers in sec (Flame; Blend; Transition)
width="";               // WIDTH:       slide-show frame width (% or px or blank)
height="90%";           // HEIGHT:      slide-show frame height (% or px or blank)
image="./";             // IMAGE:       image file default location or URL
music="./";             // MUSIC:       BGM file location and name or URL (blank=none)
frametimer="0";         // FRAME-TIMER: timer mode (0=durationTime mode, 1=startTime mode)
audiocontrol="0;1";     // AUDIO-BAR:   audio bar (0=none, 1=yes); autoplay (0=no, 1=yes)
showcontrol="1;1";      // CONTROL-BAR: control bar (0=none, 1=yes); autoplay (0=no, 1=yes)
bordercolor="white";    // BORDER-COLOR:frame border color (color name or RGB value)
display1="10;12;white"; // CAPTION:     location (0~16); effect (-1,0~23,100~123); color
display2="1;0;white";   // COMMENT:     location (0~16); effect (-1,0~23,100~123); color
display3="3;1;white";   // DATE:        location (0~16); effect (-1,0~23,100~123); color
frameratio="0";         // ASPECT:      frame aspect ratio (0=4:3, 1=16:9)
debugdump="0";          // DUMP:        debug dump (0=no, 1=frametimer convert, 2= option convert)
                        // HELP:        "http://www.heizodani.com/slideshow/help.html"
slide=new Array(); n=0; // DATA:        slide-show database definition

slide[n++]="|[CAPTION]||||||"; 
slide[n++]="||[COMMENT]|[DATE: yyyy/mm/dd]||||"; 
slide[n++]="|[END]||||||"; 

</script>
</head>
<body style="background-color:#111111; margin:0px; overflow:hidden;" onLoad="play()">
<script src="https://www.heizodani.com/slideshow/slideshow.js"></script>
</body>
</html>
