I would like to implement this audio player, http://www.schillmania.com/projects/soundmanager2/ into my band website that I am working on
I downloaded some code which instead of playing my sound in my local class calls another class to play the sound, the only problem I am having is it is not allowing me to use my volume keys on my phon
How can i start sound after sound in soundmanager2, i mean when th开发者_如何学运维e first sound ends, second sound to start and when the second end the third start and etc and etc..var soundArray = [
first of all this is not a cry for a perfectly coded solution but it would be perfect if someone could at least give me some tips on how to solve this problem which is: I have this custom Wordpress si
How can i return song duration in soundmanager with function ? function item_duration(){ var song_item = soundManager.createSound({
I have to stream some mp3 files located outside of public_html with soundmanager2 or any other flash-based mp3 player but i can\'t make it 开发者_StackOverflowwork.
function doclick(){ soundManager.createSound({ id: \'mySound\', url: \'http://localhost/htmlshooter/wav/gun.wav\',
I\'m using Amazon S3 to store some mp3 files. My web application, uses the Soundmanager2 javascript library to load the files from the Amazon bucket, and play them to users.
I\'ve just stared using JQuery and SoundManger2, and I have noticed that SoundManager has problems in certain situations where JQuery is used.And it also depends if Firefox (3.6.13) or IE(8.0.7600) is
I\'m building a simple Javascript jukebox using the latest SoundManager2 for audio playback, with local MP3 files being the source. I\'ve got file loading and playing sorted, and at the moment I\'m tr