
 
 flashembed("flashtv", 
	
		/* 
			first argument supplies standard Flash parameters. See full list:
			http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
		*/
		{
			src:'FlowPlayerClassic.swf',
			width: 307, 
			height: 262
		},
		
		{config: {   
			autoPlay: true,
			autoBuffering: true,
			controlBarBackgroundColor:'0x2e8860',
			//initialScale: 'scale',
  		   showMenu: false, 
	       controlBarBackgroundColor: 0x555555,
	       controlBarGloss: 'none',
	       showWatermark:'always',
	       watermarkUrl:'http://www.beast-studios.ro/logo/logo.png',
	       //watermarkLinkUrl:'http://www.beast-studios.com/logo/',

		   //videoFile: 'movies/beast2.flv'

                   showPlayListButtons: true,
                   showScrubber: false,
		   playList: [
     { url: 'movies/beast5.flv' },
     { url: 'movies/beast3.flv' },
     { url: 'movies/beast4.flv' }
     ]

		   
		}} 
	);


