javascript - Media Element js skipping on server (flash fallback issue) -
javascript - Media Element js skipping on server (flash fallback issue) -
im using media element js. works great 1 problem when upload server , test on ie7 flash fallback mode in net explorer 9 video begins skip if playing on fast forawrd. illustration starts jumping 5 7 seconds every second.
anyone know why doing , how prepare it.
heres code.
thanks in advanced
//on successful load of media element $('audio,video').mediaelementplayer( { //ie7 pre-requisite plugins: ['flash'], enableautosize: true, success: function (player, node) { player.setvideosize(640, 480); //play film player.play(); //assign default skin $('#' + node.id + '-mode').html('mode: ' + player.plugintype); } });
javascript html5 flash element media
Comments
Post a Comment