带SoundManager2的简单JavaScript音频播放器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了带SoundManager2的简单JavaScript音频播放器相关的知识,希望对你有一定的参考价值。
Simple [SoundManager2](http://www.schillmania.com/projects/soundmanager2/doc/download/#latest "Download SoundManager2") example (uses jQuery)
<!--# Add to <head> #--> <script type="text/javascript" src="/path/to/soundmanager2-nodebug-jsmin.js"></script> <script type="text/javascript"> //<![CDATA[ $(document).ready(function () { soundManager.url = '/path/to/sm2-flash-movies/'; // directory where SM2 .SWFs live soundManager.onload = function() { // SM2 is ready to go! var mySound = soundManager.createSound({ id: 'aSound', url: '/path/to/an.mp3', autoLoad: true, autoPlay: false }); // Play/Pause Toggle Button $('#toggleBtn').click(function () { soundManager.togglePause('aSound'); }); } }); //]]> </script>
以上是关于带SoundManager2的简单JavaScript音频播放器的主要内容,如果未能解决你的问题,请参考以下文章
SoundManager2 - 使用 RTMP 不显示持续时间
自动播放音频播放列表 SoundManager2 bar-ui
带有 SoundManager2 的 Amazon Cloudfront RTMP 字符串