ActionScript 2.0 Components Language Reference |
|
|
|
| FLVPlayback Component > Using a SMIL file > <smil> | |||
Flash Professional 8.
<smil>
...
child tags
...
</smil>
None.
<head>, <body>
None.
Top level tag, which identifies a SMIL file.
The following example shows a SMIL file specifying three FLV files:
<smil>
<head>
<meta base="rtmp://myserver/mypgm/" >
<layout>
<root-layout width="240" height="180" >
</layout>
</head>
<body>
<switch>
<video src="myvideo_mdm.flv" system-bitrate="56000" dur="3:00.1">
<video src="myvideo_isdn.flv" system-bitrate="128000" dur="3:00.1">
<ref src="myvideo_cable.flv" dur="3:00.1"/>
</switch>
</body>
</smil>
|
|
|
|