RealNetworks View Source

To learn more about authoring for the RealPlayer, visit the View Source Gallery.
realpix.gifStream: RealPix
File Name: images.rp
Last Modified: Thu, 01 Nov 2001 22:08:11 GMT
File Size: 803 Bytes
RealPix source:

<imfl>
	<head timeformat="dd:hh:mm:ss.xyz"
		preroll="9"
		bitrate="12000"
		width="275"
		height="211"
		duration="40" />

	<!-- Make sure no image is 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.gif" />
	<image handle="2" name="image2.gif" />
	<image handle="3" name="image3.gif" />
	<image handle="4" name="image4.gif" />
	<image handle="5" name="image5.gif" />

	<fill start="0" color="white" />
	<fadein start="0.1" duration="0.2" target="1" />
	<crossfade start="9" duration="0.2" target="2" />
	<crossfade start="18" duration="0.2" target="3" />
	<crossfade start="27" duration="0.2" target="4" />
	<crossfade start="36" duration="0.2" target="5" />
</imfl>