Stream: RealText
File Name: text.rt
Last Modified: Tue, 24 Nov 1998 02:40:38 GMT
File Size: 1 KB
RealText source:

<window type="generic"
	duration="1:00.0"
	height="144"
	width="150"
	underline_hyperlinks="false" />

	<!-- This block sets the text that stays constant.  This includes all
		the entries in their non-active state.  The command:seek()
		function sets the clocktime which the presentation will seek to
		when that word is clicked.  -->
	<font face="Arial"><b>Table of Contents:</b></font>
	<font color="black" face="Arial" ><br/><br/><a href="command:seek(0)" target="_player">Chapter One (0 s)</a>
	<a href="command:seek(10)" target="_player"><br/>Chapter Two (10 s)</a>
	<a href="command:seek(20)" target="_player"><br/>Chapter Three (20 s)</a>
	<a href="command:seek(30)" target="_player"><br/>Chapter Four (30 s)</a>
	<a href="command:seek(40)" target="_player"><br/>Chapter Five (40 s)</a>
	<a href="command:seek(50)" target="_player"><br/>Chapter Six (50 s)</a>
	</font>

	<!-- This block sets the text that will change.  The <pos y="0" />
		tag makes the text begin writing from the top of the page, so
		that these indexes are written over the previous ones. -->
	<font color="red" face="Arial" >
	<pos y="0" /><time begin="0" end="10" /><br/><br/>Chapter One (0 s)
	<time begin="10" end="20" /><br/>Chapter Two (10 s)
	<time begin="20" end="30" /><br/>Chapter Three (20 s)
	<time begin="30" end="40" /><br/>Chapter Four (30 s)
	<time begin="40" end="50" /><br/>Chapter Five (40 s)
	<time begin="50" end="60" /><br/>Chapter Six (50 s)
	</font>
</window>