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)

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
Post a Comment