RealNetworks View Source

To learn more about authoring for the RealPlayer, visit the View Source Gallery.
realpix.gifStream: RealPix
File Name: slides.rp
Last Modified: Tue, 24 Nov 1998 01:59:00 GMT
File Size: 962 Bytes
RealPix source:

<imfl>
	<head timeformat="dd:hh:mm:ss.xyz"
		preroll="10"
		bitrate="12000"
		width="320"
		height="240"
		duration="1:02" />

	<!-- Use images no larger than 12k.
	If you use larger images, check this file in
	the RealPix Bandwidth Calculator to make sure it
	streams -->

	<image handle="1" name="image1.jpg" />
	<image handle="2" name="image2.jpg" />
	<image handle="3" name="image3.jpg" />
	<image handle="4" name="image4.jpg" />
	<image handle="5" name="image5.jpg" />
	<image handle="6" name="image6.jpg" />

	<fadein start="0" duration="2" target="1" />
	<wipe start="10" duration="2" target="2" type="push" direction="down" />
	<crossfade start="20" duration="2" target="3" />
	<wipe start="30" duration="2" target="4" type="normal" direction="right" />
	<crossfade start="40" duration="2" target="5" />
	<wipe start="50" duration="2" target="6" type="push" direction="left" />
	<fadeout start="1:00" duration="2" />
</imfl>