		var flashvars = {};
		// video width
		var videoWidth = 660;
		// video height
		var videoHeight = 360;
		// Main Video Path
		flashvars.videoFilePath = "http://www.almalatina.be/videos/havana_almaLatina.flv";
		// Video buffer time (seconds) 
		flashvars.videoBufferTime = "5"
		// automatically start video playing when first start video player. (yes/no)   
		flashvars.autoStartVideoPlay = "no";
		// Auto Repeat at end of the video. (yes/no)
		flashvars.autoRepeat = "no";
		// Video starting volume (Max: 100 Min: 0) 
		flashvars.videoStartVolume= "50";
		// Show Advertisement video (yes/no)
		flashvars.showAdvertisementVideo = "no";
		// Advertisement Video Path
		flashvars.advertisementVideoPath = "http://www.almalatina.be/videos/havana_almaLatina.flv";
		// Video Title Text 
		flashvars.titleTxt = "<font color='#9999FF' size='20'>SUPPORT HTML TAGS</font>";
		// Video Description Text
		flashvars.descriptionTxt = "Some description text will come here. <font color='#00FFFF'>Support HTML Tags!</font> <a href='http://www.activeden.net' target='_blank' >Click Here</a>";
 		// Show Logo 
		flashvars.logoDisplay = "no";
		// Logo Image Path 
		flashvars.logoImagePath = "images/logo.png";
		// Logo Position 
		flashvars.logoPlacePosition = "top-left";
		// Logo Margin Space 
		flashvars.logoMargin = "20";
		// Logo Width 
		flashvars.logoWidth = "80";
 		// Logo Height
		flashvars.logoHeight = "47";
		// Logo Transparency Value (100 : Solid  50 : Semi Transparency) 
		flashvars.logoTransparency = "50";
 		// Define video bar color (blue, green, orange, purple, white, red) 
		// random : it will select color randomly  
		flashvars.videoBarColorName = "orange";
		// Define volume bar color (blue, green, orange, purple, white, red) 
		// random : it will select color randomly 
		flashvars.volumeBarColorName = "orange";
		// Show Cover Image
		flashvars.coverImageDisplay = "yes";
		// cover image path. You can use SWF, PNG, JPG or GIF
		flashvars.coverImagePath = "http://www.almalatina.be/images/video-photo-1.jpg";
		// Auto Hide Control Panel and Mouse 
		flashvars.hideControlPanelAndMouse="yes"
		// Auto Hide time (second) 
		flashvars.hideTime="5"
		var params = {};
			params.scale = "noscale";
			params.allowfullscreen = "true";
			params.salign = "tl";
			params.bgcolor = "000000";
			
		var attributes = {};
		swfobject.embedSWF("http://www.almalatina.be/video_salsa_1.swf", "myContent", videoWidth, videoHeight, "9.0.0", false, flashvars, params, attributes);
