<action type="MEDIA" op="PAUSE" />
<action type="MEDIA" op="PLAY"> <args> <arg>媒体路径</arg> </args> </action>
支持mp3和wav
<action type="MEDIA" op="READ"> <args> <arg>全局变量名</arg> <arg>属性名</arg> </args> </action>
支持的属性有:file(当前媒体文件路径);length(当前媒体文件总秒数);current(当前媒体文件播放进度,单位:秒)
<action type="MEDIA" op="RESUME" />
<action type="MEDIA" op="STOP" />