User Guide
Using a SMIL file 719
Example
The following example specified three FLV files, two using the video tag, and one using the
ref tag:
<body>
<switch>
<video src="myvideo_mdm.flv" system-bitrate="56000" dur="3:00.1">
<video src="myvideo_isdn.flv" system-bitrate="128000" dur="3:00.1">
<ref src="myvideo_cable.flv" dur="3:00.1"/>
</switch>
</body>
<video>
Availability
Flash Professional 8.
Usage
<video...attributes.../>
Attributes
src, system-bitrate, dur
Child tags
None
Parent tag
<body>
Description
Synonymous with the <ref> tag. Supports the src and dur attributes, which specify the
name of the source FLV file and its duration. The
dur attribute supports the full
(00:03:00:01) and partial (03:00:01) time formats.
Example
The following example sets the source and duration for a video:
<video src="myvideo_mdm.flv" dur="3:00.1">