视频
<hotspot name="videospot"
url="%SWFPATH%/plugins/videoplayer.swf"
alturl="%SWFPATH%/plugins/videoplayer.js"
videourl="%SWFPATH%/image/video.flv|%SWFPATH%/image/video.m4v"
posterurl="%SWFPATH%/examples/plugin-examples/video-hotspot/poster.jpg"
distorted="true"
ath="0"
atv="0"
edge="center"
scale="1.0"
rx="0"
ry="0"
rz="0"
loop="true"
pausedonstart="true"
directionalsound="true"
range="200"
volume="0.7"
onclick="togglepause();"
/>
音频
<!-- 音乐播放 -->.
<plugin name="soundinterface"
url="%SWFPATH%/plugins/soundinterface.swf"
alturl="%SWFPATH%/plugins/soundinterface.js"
rootpath=""
preload="true"
keep="true" />
<!-- 关闭所有音乐 -->
<action name="stopsounds">
stopsound(bjhyn);
</action>
<!-- 根据场景判断音乐 -->
<action name="automusic">
if(xml.scene == 'scene______________________',playsound(bjhyn,'music/1.MP3',1));
if(xml.scene != 'scene______________________',trace('不播放'));
if(xml.scene == 'scene______________________',trace('播放'));
</action>