RealNetworks View Source

To learn more about authoring for the RealPlayer, visit the View Source Gallery.
RealTextStream: RealText
File Name: news_links.rt
Last Modified: Fri, 02 Nov 2001 23:05:40 GMT
File Size: 1,250 Bytes
RealText source:

<window
	type="generic"
	duration="0:03"
	bgcolor="#444444"
	underline_hyperlinks="true"
	link="white"
	width="130"
	height="124">

<!-- NOTE:
	instead of seeking forward/backward in the presentation, you can hyperlink
	to different .smi files.

	E.G.
	replace <a href="command:seek(0:10.0)" target="_player"> First headline</a>
	with    <a href="sample.smi" target="_player">
-->


<font size="-1" face="arial" color="white">
<br/>
<!-- when the user clicks this link, the player will seek to the 10 second point in the timeline. -->
- <a href="command:seek(0:10.0)" target="_player"> First headline</a>
<br/>
<br/>
<!-- when the user clicks this link, the player will seek to the 20 second point in the timeline. -->
- <a href="command:seek(0:20.0)" target="_player"> Second headline</a>
<br/>
<br/>
<!-- when the user clicks this link, the player will seek to the 30 second point in the timeline. -->
- <a href="command:seek(0:30.0)" target="_player"> Third headline</a>
<br/>
<br/>
<!-- when the user clicks this link, the player will seek to the 40 second point in the timeline. -->
- <a href="command:seek(0:40.0)" target="_player"> Fourth headline</a>
<br/>
<br/>
</font>

</window>