Advertisement

Krpano音乐控制按钮:支持播放、暂停和关闭功能

阅读量:

1.集成KRpano soundinterface扩展模块

复制代码
 <plugin name="soundinterface"

    
                     url="%SWFPATH%/plugins/soundinterface.swf"
    
                     alturl="%SWFPATH%/plugins/soundinterface.js"
    
                     rootpath="%SWFPATH%/sound/ChinaP.mp3"
    
                     preload="true"
    
                     keep="true"
    
                     volume="0.6"
    
                     />
    
    
    
    

2. 音乐文件中引入事件信息

复制代码
     <!-- start playing the sound -->

    
             <events name="currentpano"
    
                     keep="true"
    
  

全部评论 (0)

还没有任何评论哟~