


		FlirtXchange.ViewController.MediaPlayer = new Object();
		
		FlirtXchange.ViewController.MediaPlayer.Settings = {
			BasePath : '/assets/js/flash/teasers/'
		}

		FlirtXchange.ViewController.MediaPlayer.Storage = {
			
		}
		
		FlirtXchange.ViewController.MediaPlayer.Initialize = function(Container, Movie, Width, Height) {
			FlirtXchange.ViewController.MediaPlayer.Storage[Container.id] = new FAVideo(FlirtXchange.ViewController.MediaPlayer.Settings.BasePath, Container.id, Movie, Width, Height, {autoPlay: true, autoLoad: true});
			//FlirtXchange.ViewController.MediaPlayer.Storage[Container.id].setThemeColor('0x990000');
			//FlirtXchange.ViewController.MediaPlayer.Storage[Container.id].load();
		}

