RealNetworks View Source

To learn more about authoring for the RealPlayer, visit the View Source Gallery.
realpix.gifStream: RealPix
File Name: ads.rp
Last Modified: Fri, 02 Nov 2001 23:41:33 GMT
File Size: 1,035 Bytes
RealPix source:

<imfl>
	<head
		bitrate="4000"
		preroll="0:06"
		duration="2:00"
		timeformat="dd:hh:mm:ss.xyz"
		width="468"
		height="60"/>

	<!-- assign an image handle to an image name.  -->
	<image handle="1" name="ad1.jpg"/>
	<image handle="2" name="ad2.jpg"/>
	<image handle="3" name="ad3.jpg"/>
	<image handle="4" name="ad4.jpg"/>

	<!-- fill in the region white.  -->
	<fill start="0:00" color="white" />

	<!-- wipe in the first ad. -->
	<wipe direction="left" start="0:01" duration="0:03" target="1" url="http://www.real.com" aspect="true" />

	<!-- wipe in the second ad. -->
	<wipe direction="down" type="push" start="0:30" duration="0:01" target="2" url="http://www.real.com" aspect="true"/>

	<!-- wipe in the third ad. -->
	<wipe direction="right" type="push" start="1:00" duration="0:01" target="3" url="http://www.real.com" aspect="true"/>

	<!-- wipe in the fourth ad. -->
	<wipe direction="up" type="push" start="1:30" duration="0:01" target="4" url="http://www.real.com" aspect="true"/>

</imfl>