Revisions : SoundManager2

A Javascript Sound API supporting MP3, MPEG4 audio and (experimental) video, providing reliable cross-browser/platform audio control. BSD licensed. Experimental HTML5 Audio() support is currently in development.

http://github.com/scottschiller/SoundManager2/commits/master

Les articles publiés sur le site

  • Update bar-ui.js

    16 septembre 2015, par minorgod
    Update bar-ui.js
    
    When using a playlist that has divs nested inside li elements, clicking the "next" button on the player interface results in the parent div of the next playlist link being passed to findOffsetFromItem, which returns -1 and resets the playlist back to the first item. Passing the "liElement" instead of the "item" fixes this. You will not see this problem when testing the demo on http://www.schillmania.com/projects/soundmanager2/demo/bar-ui/, because the example playlists only have nested divs in the first playlist item. If you change the playlists to have multiple items containing nested divs you'll see that it breaks the "next" button functionality.
  • Merge pull request #84 from rojotek/patch-1

    23 juillet 2015, par scottschiller
    Merge pull request #84 from rojotek/patch-1
    
    Update bower.json
  • Update bower.json

    15 juillet 2015, par rojotek
    Update bower.json
    
    Include the swfs in the main.
  • Merge pull request #71 from kkirsche/patch-1

    9 juin 2015, par scottschiller
    Merge pull request #71 from kkirsche/patch-1
    
    Remove moot `version` property from bower.json
  • Remove moot `version` property from bower.json

    9 juin 2015, par kkirsche
    Remove moot `version` property from bower.json
    
    Per bower/bower.json-spec@a325da3