User Guide
716 FLVPlayback Component (Flash Professional Only)
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>
<meta>
Availability
Flash Professional 8.
Usage
<meta/>
Attributes
base
Child tags
<layout>
Parent tag
None.
Description
Contains the base attribute which specifies the location (RTMP URL) of the source
FLV files.
Example
The following example shows a meta tag for a base location on myserver:
<meta base="rtmp://myserver/mypgm/" >










