<layout>

Availability

Flash Professional 8.

Usage

<layout>
...
child tags
...
</layout>

Attributes

None.

Child tags

<root-layout>

Parent tag

<meta>

Description

Specifies the width and height of the FLV file.

Example

The following example specified the layout of 240 pixels by 180 pixels:

<layout>
    <root-layout width="240" height="180" >
</layout>