| Sample File |
Description |
Featured Illustrated |
Reference |
| audiosequence1.smil |
Three 15-second audio clips play in sequence without a <seq> group. The RealOne Player timeline slider resets after each clip. You can use the Play>Next Clip command. |
audio sequence created without a <seq> tag |
click here |
| audiosequence2.smil |
Three 15-second audio clips play in a <seq> group. The timeline slider lets you seek through all clips, but you cannot use the Play>Next Clip command. |
<seq> tag |
click here |
| videosequence.smil |
Three short videos play in sequence. |
<seq> tag, basic layout, and clip centering |
click here |
| smilslides1.smil |
A simple slideshow of still images. |
<seq> tag, basic layout, transition effects |
click here |
| smilslides2.smil |
The same slideshow as the preceding sample, but each image is now combined with a RealText clip played in parallel. |
<seq> and <par> groups combined |
click here |
| clickfornext.smil |
A different image appears when you click the displayed image. |
<excl> group combined with interactive SMIL timing |
click here click here |
| videoselect.smil |
A different video plays when you click one of three images. |
<excl> group combined with advanced SMIL timing |
click here click here |
| unsynched.smil |
Two RealText clips play in parallel. One clip is unsynchronized, so it does not fast-forward or rewind when you move the RealOne Player timeline slider. |
syncBehavior="independent" on a clip in a <par> group |
click here |