flashembed("animacja", "./komponenty/flowplayer/FlowPlayerLight.swf", 

	{
		config: 
		{         
    		videoFile: 'http://www.chemiakatowice.pl/grafika/animacja.flv',
			showStopButton: false,
			showPlayButton: false,
			showScrubber: false, 
			showVolumeSlider: false,
			showMuteVolumeButton: false, 
			showFullScreenButton: false, 
			showMenu: false, 
			controlsOverVideo: 'locked',
			controlBarBackgroundColor: -1,
			controlBarGloss: 'none',
			initialscale: 'scale'			
		}
	}
	); 