@section('page_title') OSAA - Football Video @stop @section('page_sub_title') Video @stop @section('scripts') @parent @stop @section('jquery_init') $('.button.back').button({'icons' : { 'primary' : 'ui-icon-arrowthick-1-w'}}).css('font-size', '9pt'); /* To add a thunbnail preview to the videos, add a "image" attribute to the JavaScript. * * For example, add this line * image: "/images/bsbtitleslide.jpg", * * On the very next line after the "file" attribute. These thumbnail files live in * the remote server side under "/public/images" * */ /* 2016 Football POEs */ jwplayer("jwVideoPlayer6") .setup( { file: "https://content.bitsontherun.com/videos%2feydojkiO.mp4", image: "/images/blindside.jpg", width: 1000, height: 750 }) .onReady(function () { $('#jwVideoPlayer6_logo').css('display', 'none'); }); /* 2016 Blindside Block Experiment */ jwplayer("jwVideoPlayer5") .setup( { file: "https://content.bitsontherun.com/videos%2fpkcHYslc.mp4", image: "/images/sideline.jpg", width: 1000, height: 750 }) .onReady(function () { $('#jwVideoPlayer5_logo').css('display', 'none'); }); /* 2015 Blindside Block Experiment */ jwplayer("jwVideoPlayer3") .setup( { file: "https://content.bitsontherun.com/videos/i23jCQpc.mp4", image: "/images/bsbtitleslide.jpg", width: 1000, height: 750 }) .onReady(function () { $('#jwVideoPlayer3_logo').css('display', 'none'); }); /* Unnecessary and excessive contact */ jwplayer("jwVideoPlayer4") .setup( { file: "https://content.bitsontherun.com/videos/uhYmy5hU.mp4", image: "/images/uetitleslide.png", width: 1000, height: 750 }) .onReady(function () { $('#jwVideoPlayer4_logo').css('display', 'none'); }); /* USA Football - Levels of Contact */ jwplayer("jwVideoPlayer2") .setup( { file: "https://content.bitsontherun.com/videos/WB6i6uc0.mp4", image: "/images/levels.jpg", width: 1000, height: 750 }) .onReady(function () { $('#jwVideoPlayer2_logo').css('display', 'none'); }); /* Targeting and Defenseless Players */ jwplayer("jwVideoPlayer") .setup( { file: "https://content.bitsontherun.com/videos/SILf2CjJ.mp4", image: "/images/targetdefenseless.jpg", width: 1000, height: 750 }) .onReady(function () { $('#jwVideoPlayer_logo').css('display', 'none'); }); @stop @section('page_functions') Back @stop @section('main_content')
@stop