Using ActionScript 3.0 Components |
|
|
|
| Using the FLVPlayback Component > Using a SMIL file > <layout> | |||
Flash Professional 8.
<layout>...child tags... </layout>
None.
<root-layout>
<meta>
Specifies the width and height of the FLV file.
The following example specifies the layout of 240 pixels by 180 pixels:
<layout>
<root-layout width="240" height="180" />
</layout>
|
|
|
|