scottschiller / SoundManager2

A JavaScript Sound API supporting MP3, MPEG4 and HTML5 audio + RTMP, providing reliable cross-browser/platform audio control in as little as 12 KB. BSD licensed.
http://www.schillmania.com/projects/soundmanager2/
Other
4.99k stars 769 forks source link

Prealoding in Firefox, Edge.. #168

Open tuxxx128 opened 7 years ago

tuxxx128 commented 7 years ago

Hi, i have problem with automatic preloading mp3 files, i tested your example (default settings) of player 'bar UI' on Edge and Firefox 55 and this is result (see only first video):

cross browser testing - crossbrowsertesting.com, but on my physical PC it's fine..

https://app.crossbrowsertesting.com/public/i8e96909e1e8eed5/livetests/8624956

Where is problem? Chrome is OK on Windows and on Linux Crome and Firefox is OK.. Safari on MAC is OK also..

scottschiller commented 7 years ago

Hmm. Looks like the HTTP request is failing (blocked?), or perhaps your browser can't play the MP3 files. Take a look at the network tab and make sure network requests are going through OK, and also in console for any JS errors.

Pardon the late reply, I've been on summer vacation. 😅