ActionScript 2.0 Components Language Reference |
|
|
|
| FLVPlayback Component > Using a SMIL file > <ref> | |||
Flash Professional 8.
<ref...attributes.../>
src, system-bitrate, dur
None
<body>
Synonymous with <video> 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:
<ref src="myvideo_cable.flv" dur="3:00.1"/>
|
|
|
|