<head>

Availability

Flash Professional 8.

Usage

<head>

...

child tags

...

</head>

Attributes

None.

Child tags

<meta>, <layout>

Parent tag

<smil>

Description

Supporting the <meta> and <layout> tags, specifies the location and default layout (height and width) of the source FLV files.

Example

The following example sets the root layout to 240 pixels by 180 pixels:
<head>
    <meta base="rtmp://myserver/mypgm/" >
    <layout>
        <root-layout width="240" height="180" >
    </layout>
</head>