$(document).ready(function(){
  if ($('#player').length > 0)
  {
    $f("player", "/lcVideoPlugin/swf/flowplayer-3.1.5.swf",{
      clip: {
          autoPlay: ($('#player').hasClass('autoplay')), 
          autoBuffering: true,
        }       
    });      
  } 
});

