// Traducciones para el Flowplayer a fin de que pueda ser inicializado.
FlowPlayer = new Object();
FlowPlayer.TT = {};
FlowPlayer.TT['PLAY'] = 'Play';
FlowPlayer.TT['PAUSE'] = 'Pause';
FlowPlayer.TT['MUTE'] = 'Mute';
FlowPlayer.TT['UNMUTE'] = 'Unmute';
FlowPlayer.TT['STOP'] = 'Stop';
FlowPlayer.TT['FULLSCREEN'] = 'Enter fullscreen mode';
FlowPlayer.TT['FULLSCREEN_EXIT'] = 'Exit fullscreen mode';
FlowPlayer.TT['NEXT'] = 'Next';
FlowPlayer.TT['PREVIOUS'] = 'Previous';

