<?xml version="1.0" encoding="UTF-8"?>
<smil xmlns="http://www.w3.org/2000/SMIL20/CR/Language">
<head><layout>
<root-layout width="488" height="292" background-color="#ffffff"/>
<region id="Image" width="488" height="203" left="0" top="0" fit="fill"/>
<region id="Text" width="488" height="89" left="0" top="203" fit="scroll"/>
</layout></head><body>
<par>
<img src="5.jpg" region="Image" dur="5s"/>
<text src="6.txt" region="Text"  dur="5s"/>
<audio src="onestop.mid" clip-begin="12s" clip-end="16s"/> 
</par>
</body></smil>问题是嵌入mid音频后无法播放,去掉音频后正常播放。