Here is a sample cinephoto that you can download. It is a zip file containing a html file and all the images files needed for the cinephoto. Once downloaded and unzipped it, you can simply drag and drop the html file (Copeland-1.html) to a browser. You will be able to see this sample cinephoto.
The html file illustrates important features of
the
<!DOCTYPE html>
<html>
<head>
<title>Copeland, Rocky Mountain</title>
<meta http-equiv=Content-Type content="text/html; charset=utf-8" />
<link rel="stylesheet" href="http://resources.xozon.com/css/cinephoto.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://resources.xozon.com/js/cinephoto.js"></script>
</head>
<body bgcolor="black">
... ...
<div class="cinephoto" interval="150">
<!-- 1-2-3-4 -->
<cineframe layer="layer0" src="ouzelFalls/copeland-1_4966.jpg"></cineframe>
<cineframe opacity="20" src="ouzelFalls/copeland-1_4974.jpg"></cineframe>
<cineframe>
<layer1 opacity="40" src="ouzelFalls/copeland-1_4974.jpg"></layer1>
</cineframe>
<cineframe opacity="60" src="ouzelFalls/copeland-1_4974.jpg"></cineframe>
<cineframe opacity="80" src="ouzelFalls/copeland-1_4974.jpg"></cineframe>
<cineframe layer="layer0" src="ouzelFalls/copeland-1_4974.jpg"></cineframe>
<cineframe opacity="20" src="ouzelFalls/copeland-1_4975.jpg"></cineframe>
... ...
<cineframe opacity="80" src="ouzelFalls/copeland-1_4966.jpg"></cineframe>
</div>
</body>