720全景 krpano 音乐控制 关闭暂停打开恢复

1、引入声音控件

在tour.xml加入导入插件代码

<plugin name="soundinterface"
        url="%SWFPATH%/plugins/soundinterface.swf"
        alturl="%SWFPATH%/plugins/soundinterface.js"
        rootpath=""
        preload="true"
        keep="true"
        />

在在tour.xml调用sound.xml文件

2、加入调用声音代码

一般声音
playsound(bggsnd, ‘%SWFPATH%/sound/music1.mp3’, 10);

方向声音
playsound3D(s1,music1.mp3, 0,0);

暂停声音:pausesound(bggsnd);

恢复声音:resumesound(bggsnd);

暂停/恢复声音:pausesoundtoggle(bggsnd);

停止声音:stopsound(s1);

停止所有声音:stopallsounds();

krpano官方地址:https://krpano.com/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章