<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">