flowplayer("lastEpisodePlayer", "/flowplayer/flowplayer-3.0.1.swf", {
  clip: {
    autoPlay: true,
    autoBuffering: true,
    bufferLength: 10,
    scaling: "scale"
  },
  screen: {
    height: 300,
    bottom: 0
  },
  play: {
    replayLabel: 'Spela igen'
  },
  plugins: {
    controls: {
      bottom: 16
    }
  }
});

