Real Text
December 14, 1998
RealText is the easiest of the new media types from Real. The RT
file that contains it can be created in any HTML editor. Below is
the code for the
wdvl.rt file that is used
in our example. The file is contained in the
<window> and
</window> tags.
The first decision to make is how the text should be presented.
In this case it is presented in a teleprompter style. Other ways
the text appears include Generic, ScrollingNews, TickerTape and
Marquee. You can also choose the width and height, whether at
link is underlined, the duration and whether text wraps at the end
of a line.
<window type = "teleprompter"
height = "50"
width = "320"
underline_hyperlinks = "false"
duration= "20"
link = "#FF8040"
wordwrap= "false"
bgcolor = "black">
<font face = "Times"
color = "white"
size = "1">
<time begin = "0"/>
<b>NEWS:</b> Headline 1
<time begin = "8"/>
<br/><b>NEWS:</b> Headline 2
<time begin = "13"/>
<br/><b>EARTH ALERT:</b> Headline 3
</font>
</window>
Real Pix Files
Introduction to SMIL
Introduction to SMIL: Conclusion
|