$(document).ready(function() {
  $('.flash').media({
    caption: false,
    bgColor: 'transparent',
    flashVersion: '10'
  });
});

