User Guide

718 FLVPlayback Component (Flash Professional Only)
Parent tag
<layout>
Description
Specifies the width and height of the FLV file.
Example
The following example specified the layout of 240 pixels by 180 pixels:
<root-layout width="240" height="180" >
<body>
Availability
Flash Professional 8.
Usage
<body>
...
child tags
...
</body>
Attributes
None.
Child tags
<video>, <ref>, <switch>
Parent tag
<smil>
Description
Contains the <video>, <ref>, and <switch> tags, which specify the name of the source FLV
file, the minimum bandwidth, and the duration of the FLV file. The
system-bitrate
attribute is supported only when using the
<switch> tag. Within the <body> tag, only one
instance of either
<switch>, <video>, or <ref> tags is allowed.