Advertisement
srikat

bigvideo-init.js

Apr 21st, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(document).ready(function($) {
  2.  
  3.     // var BV = new $.BigVideo({useFlashForFirefox:false});
  4.     // BV.init();
  5.     // BV.show('http://genesis.dev/wp-content/themes/genesis-sample/vids/cloud.mp4', {altSource:'http://genesis.dev/wp-content/themes/genesis-sample/vids/cloud.ogg'});
  6.  
  7.     var BV = new $.BigVideo();
  8.     BV.init();
  9.     BV.show('http://vjs.zencdn.net/v/oceans.mp4');
  10.  
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement