标签:style http color 文件 width io
SMIL文件模板
2014年4月4日
17:28
<?xmlversion="1.0" encoding="UTF-8"?>
<!DOCTYPE smilPUBLIC "-//W3C//DTD SMIL 1.0//EN" "http://www.w3.org/TR/REC-smil/SMIL10.dtd">
<smil>
<head>
<layout>
<root-layoutwidth="320" height="240"/>
<region id="Image"width="120" height="30" z-index="1"/>
<region id="Text"width="240" height="20" top="40"/>
</layout>
</head>
<body>
<par>
<img src="bank/bank_icbc.gif"region="Image" dur="2s"/>
<text src="text.txt"region="Text" dur="2s"/>
<audio src="cc.mp3"dur="2s" begin="2s"/>
</par>
</body>
</smil>
标签:style http color 文件 width io
原文地址:http://www.cnblogs.com/daojoo/p/3698508.html