Questions tagged [soundmanager2]

SoundManager 2 is an open source audio API. It uses HTML5 and/or Flash to play audio using JavaScript.

SoundManager 2 wraps and extends both the and HTML Audio Sound , providing a single, unified sound API to ; the API is the same, whether or Flash is ultimately used to play sound.

Prerequisites (client)

  • HTML5 Audio() support and/or Flash plugin, version 8 or higher
  • Supported web browser

Supported Web Browsers/Platforms

JavaScript-to-Flash communication is possible through Flash 8's ExternalInterface feature, which uses a standard browser plugin architecture implemented by each browser manufacturer (see NPAPI.) As a result, the following browsers should be supported and tested:

  • Firefox (all versions), Windows/Mac
  • Safari 1.3+ (Mac) / All Windows versions
  • Mobile Webkit: iOS 4.0 devices, or iPad 3.2+
  • Google Chrome (all versions/OSes)
  • Internet Explorer 5.0+, Windows
  • Opera 9.10 (slightly buggy, 9.5+ ideal), Windows/Mac
  • Netscape 8.0+, Windows/Mac
  • Firefox 1.5+, Linux (Flash 9 beta)

List of some similar apps

295 questions
24
votes
4 answers

Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture

I'm making a music playing page, where I use SoundManager 2 for AngularJs. I'm using a remote API to get a song URL to play. I enhanced an angular-soundmanager2 click event handler : element.bind('click', function () { if…
andreybavt
  • 1,301
  • 4
  • 17
  • 32
19
votes
3 answers

HTML5 audio libraries

There are a number of JavaScript libraries available for HTML5 audio, to either make a developer's life easier, ensure cross-browser compatibility or support Flash fallback for older browsers. I haven't found much in terms of comparatives, except…
Fabien Snauwaert
  • 4,995
  • 5
  • 52
  • 70
15
votes
1 answer

Web Audio Mobile Safari Lock Screen Controls

I have a web audio player that uses Soundmanager2. Right now play/pause work on the lock screen and prev/next do not work. I worked on iOS 7 but I couldn't figure out why. I see lots of talk about setting the track image and player controls in a…
Justin Thomas
  • 5,680
  • 3
  • 38
  • 63
10
votes
1 answer

How to play mp3 playlists with SoundManager using the controls

I am trying to play multiple audio files using SoundManager2 and so far this is the only working example I could find of the site.