ActionScript 2.0 Components Language Reference |
|
|
|
| FLVPlayback Component > Using a SMIL file > <video> | |||
Flash Professional 8.
<video...attributes.../>
src, system-bitrate, dur
None
<body>
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.
The following example sets the source and duration for a video:
<video src="myvideo_mdm.flv" dur="3:00.1">
|
|
|
|