Photo Shoot Examples
Here are some examples of Photo Shoot with the configuration source files.
Example 1
<PhotoShoot bgcolor="#ffffff" showTime="5000"
sound="sounds/camera1.mp3" volume="0.3"
showControls="false" panelcolor="#0000aa">
<Image src="images/1.jpg" />
<Image src="images/2.jpg" />
<Image src="images/3.jpg" caption="On the station" />
<Image src="images/4.jpg" caption="On the seaside" />
<Image src="images/5.jpg"
caption="This gun is about to go bang bang!" />
</PhotoShoot>
sound="sounds/camera1.mp3" volume="0.3"
showControls="false" panelcolor="#0000aa">
<Image src="images/1.jpg" />
<Image src="images/2.jpg" />
<Image src="images/3.jpg" caption="On the station" />
<Image src="images/4.jpg" caption="On the seaside" />
<Image src="images/5.jpg"
caption="This gun is about to go bang bang!" />
</PhotoShoot>
Example 2
<style scale="0.5">
<PhotoShoot bgcolor="#ffffff" showTime="1000" rotate="10">
<Image src="images/1.jpg" />
<Image src="images/2.jpg" />
<Image src="images/3.jpg" />
<Image src="images/4.jpg" />
<Image src="images/5.jpg" />
</PhotoShoot>
</style>
<PhotoShoot bgcolor="#ffffff" showTime="1000" rotate="10">
<Image src="images/1.jpg" />
<Image src="images/2.jpg" />
<Image src="images/3.jpg" />
<Image src="images/4.jpg" />
<Image src="images/5.jpg" />
</PhotoShoot>
</style>
Example 3
<PhotoShoot showTime="4000" bgcolor="#0000aa" randomize="0.5"
captioncolor="#0000aa">
<Image src="images/1.jpg" scale="0.7" />
<Image src="images/2.jpg" />
<Image src="images/3.jpg" />
<ZoomImage src="images/4.jpg" />
<Image src="images/5.jpg" />
</PhotoShoot>
captioncolor="#0000aa">
<Image src="images/1.jpg" scale="0.7" />
<Image src="images/2.jpg" />
<Image src="images/3.jpg" />
<ZoomImage src="images/4.jpg" />
<Image src="images/5.jpg" />
</PhotoShoot>