You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your function is correct, the object breaks in the preload, it reads 'preload' and should be only preload without the quote single.
like this sample of the function show().
Hi , I want a code that work cross Chrome , Firefox and IE
when i try your code :
$(function() {
var BV = new $.BigVideo({useFlashForFirefox:false,controls:false,'preload': 'auto',doloop:true});
BV.init();
BV.show('vids/v1.mp4', {altSource:'vids/v1.ogv'},{ambient:true});
});
it's worked but stop at the end of video
i want my video to loop and repeat
Thanks
The text was updated successfully, but these errors were encountered: