Inside Macintosh: QuickTime Reference
| Previous | Chapter Contents | Chapter Top | Next |
In the example in Listing 1, an image starts by displaying a logo in JPEG format for five seconds. It then plays streaming video, which is a stored stream. This particular SMIL document does not specify the duration, which means that it will play for its entire length. Once it has finished, it will display the very same JPEG image at the end. Using this simple sequence, you could wrap or bracket a stream, for example, with your company logo.
Listing 1 A SMIL file displaying a JPEG image for five seconds, then playing a VOD stream to the end of the movie, followed by displaying a JPEG image without duration
<smil>Simple sequences are very easy to create. In the body of a SMIL document, you can explicitly state that this is a sequence by using the <seq> tag. If you don't, the default will still be a sequence.
Inside Macintosh: QuickTime Reference
| Previous | Chapter Contents | Chapter Top | Next |