Using ActionScript 3.0 Components |
|
|
|
| Using the 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/myapp/" />
<layout>
<root-layout width="240" height="180" />
</layout>
</head>
<body>
<switch>
<ref src="myvideo_cable.flv" dur="3:00.1"/>
<video src="myvideo_isdn.flv" system-bitrate="128000" dur="3:00.1"/>
<video src="myvideo_mdm.flv" system-bitrate="56000" dur="3:00.1"/>
</switch>
</body>
</smil>
|
|
|
|