﻿<!DOCTYPE html>
<html lang="ja">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="">
<title>Slideshow</title>
<script>
speed="5;1;1";           // SPEED:        timer in sec (Duration; Blend; Transition)
width="";                // WIDTH:        slideshow frame width  (% or px or blank)
height="90%";            // HEIGHT:       slideshow frame height (% or px or blank)
image="./";              // IMAGE:        file location or URL (each photo entry may have add'l path)
music="./";              // MUSIC:        file location and name or URL (blank=none)
frametimer="0";          // TIMER:        timer mode (0=durationTime mode, 1=startTime mode)
audiocontrol="0;1";      // AUDIO:        control bar (0=none, 1=yes); autoplay (0=no, 1=yes)
showcontrol="1;1";       // SLIDESHOW:    control bar (0=none, 1=yes); autoplay (0=no, 1=yes)
bordercolor="white";     // BORDERCOLOR:  frame border color (color name or RGB value)
display1="10;12;white";  // CAPTION:      location (0=none); effect (0=none); color
display2="1;0;white";    // COMMENT:      location (0=none); effect (0=none); color
display3="3;1;white";    // DATE:         location (0=none); effect (0=none); 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:         "https://heizodani.com/slideshow/help.html"
slide=new Array(); n=0;  // DATA:         slideshow database initialization 

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://heizodani.com/slideshow/slideshow.js"></script>
</body>
</html>
