Using ActionScript 3.0 Components |
|
|
|
| Using the FLVPlayback Component > Using a SMIL file > <head> | |||
Flash Professional 8.
<head>...child tags...</head>
None.
<meta>,<layout>
<smil>
Supporting the <meta> and <layout> tags, specifies the location and default layout (height and width) of the source FLV files.
The following example sets the root layout to 240 pixels by 180 pixels:
<head>
<meta base="rtmp://myserver/myapp/" />
<layout>
<root-layout width="240" height="180" />
</layout>
</head>
|
|
|
|