mediaelement.js - How to make MediaElementJs load/download the full audio resource -


i have requirement load hours of music, have in case of connection shortages. trying have many audio tags loading in background while first playing.

the problem that, although call .load() on every audio media element; every audio loaded partially.

does know if there option force full load? have tried trick of doing pause/play force loading not working.

(sorry bad english)

loading screenshot

have tried adding preload="auto" audio elements?

edit might want setup cache manifest. here more info: http://www.html5rocks.com/en/tutorials/appcache/beginner/

also information question here: can't simple html5 manifest cache work!


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -