Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want a sample code to work video in chrome ,ie,firefox #31

Open
badran1 opened this issue Feb 11, 2013 · 2 comments
Open

I want a sample code to work video in chrome ,ie,firefox #31

badran1 opened this issue Feb 11, 2013 · 2 comments

Comments

@badran1
Copy link

badran1 commented Feb 11, 2013

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

@Clarencews
Copy link

Hey Badran, did you find out any solutions to this? I also would like to know the answer to this.

@pcastanheira
Copy link

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().

BV.show('video/test_video.mp4', {
preload:true,
ambient:false,
doLoop: true
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants