ActionScript 2.0 Components Language Reference |
|
|
|
| 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/mypgm/" >
<layout>
<root-layout width="240" height="180" >
</layout>
</head>
|
|
|
|