ActionScript 2.0 Components Language Reference |
|
|
|
| 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 specified the layout of 240 pixels by 180 pixels:
<layout>
<root-layout width="240" height="180" >
</layout>
|
|
|
|