var videoFlashvars = {
	src:video_options.src,
	srcAlt:video_options.srcAlt,
	videoTitle:video_options.videoTitle,
	iniBuffer:video_options.iniBuffer, 
	imgPrevia:video_options.image,
	autostart: video_options.autostart,
	mode: 'overlay',
	scaleMode: 'stretch',
	link: '',
	embed: ''
};
var videoParams = {allowFullScreen: 'true', menu: 'false'};
var attributes = {id: 'myPlayer', name: 'myPlayer'};
swfobject.embedSWF('http://www.hola.com/media/HolaFlashPlayer-2.3.swf', video_options.contentId, video_options.width, video_options.height, '9.0.0', 'http://www.hola.com/media/expressInstall.swf', videoFlashvars, videoParams, attributes);

