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

