Simple Panorama Slide Show
From Garden Gnome Software
Step 1:
- First output all your panoramas with their own html page.
- It will probably be easier to rename the html pages with some sort of running order, e.g:
- slide 1.html
- slide 2.html
- slide 3.html……etc.
Step 2:
- Open the html pages and add the two meta tags:
- <meta http-equiv="Page-Enter" content="blendTrans(Duration=.5)">
- <meta http-equiv="refresh" content="8;url=slide 2.html">
- The first is the transition effect, only works in IE.
- The second is the refresh timer and next Url.
- So 8,Url=slide 2.html, this means in 8 seconds this will load a page called slide 2.html.
- Slide 2.html will have 8,Url=slide 3.html, the slide 3 will have load slide 4 etc.
- The last page will load back to slide 1.
- You can change how long each page stays open with the timer.