![]() |
Previous | Next |
The STARTTIME element defines a time index from which the Windows Media Player control will start rendering the stream.
Syntax
<STARTTIME
VALUE="hh:mm:ss.fract"
/>
Attributes
VALUE (required)
The time index, in hours, minutes, seconds, and hundredths of seconds, from which Windows Media Player starts playing a stream defined in the associated element.
Parent/Child Elements
Hierarchy | Elements |
Parent elements | ENTRY, REF |
Child elements | None |
Remarks
This element defines a time index into the content where Windows Media Player is to start rendering the stream. This element can be used only with stored, on-demand content that has been indexed.
Example Code
<STARTTIME VALUE="1:30.0" />
See Also
Previous | Next |