/**
 * @author davidpanzalovic
 */

$(document).ready(function(){
    $('#flash').show().flash(
        {
          src: '/static/flash/VideoPlayer.swf',
          width: 820,
          height: 490,
          flashvars: {
              src: '/static/flash/Toshl.mp4',
              thumb: '/static/images/video_start.jpg'
          }
        }
    );
});