<ref>

Availability

Flash Professional 8.

Usage

<ref...attributes.../>

Attributes

src, system-bitrate, dur

Child tags

None

Parent tag

<body>

Description

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.

Example

The following example sets the source and duration for a video:

<ref src="myvideo_cable.flv" dur="3:00.1"/>