ActionScript 2.0 Components Language Reference |
|
|
|
| FLVPlayback Component > Using a SMIL file > <root-layout> | |||
Flash Professional 8.
<root-layout...attributes.../>
Width, height
None.
<layout>
Specifies the width and height of the FLV file.
The following example specified the layout of 240 pixels by 180 pixels:
<root-layout width="240" height="180" >
|
|
|
|