/* CONFIGURATION ---------------------------------------------------- */
/* The directory of the image files (important: keep trailing slashes) */
images_directory = domain_name_path+"upl_files/promocje/"; 
/* The XML file containing slides data */
XML_file = domain_name_path+"flash_slideshow_strona_glowna.xml";
/* Display time for each slide (in seconds) */
slides_display_time = 3;
/* Slides transition type - options: "Fade", "Iris", "Iris Circle", "Wipe", "Counter Wipe", "Wipe Right", "Wipe Bottom", "Wipe Top", "Pixel Dissolve", "Pixel Dissolve Big", "Photo", "Blinds", "Blinds Horizontal", "Fly Left", "Fly Top", "Fly LB" */
transition_type = "Fade";
/* Slides transition speed (in seconds) */
transition_speed = 2;
/* Border thickness of flash slideshow */
border_thickness = 1;
/* Border radius of flash slideshow */
border_radius = 10;
/* Border color of flash slideshow - format: 0x000000 (e.g. 0xffffff for white, 0xff0000 for red etc.) */
border_color = "0xffffff";
/* The display type of background images - options: "full" (fullsize image as background), "fit" (fits image to panel), "exact" (keeps image original dimensions) */
background_display = "full";
/* The display type of page bullets panel  - options: "auto" (displays panel on mouse over), "show" (always displays panel), "hide" (hides panel) */
pagination_display = "auto";
/* The margin of page bullets panel */
pagination_margin = 10;
/* The margin between page bullets */
pagination_bullets_margin = 15;
/* The horizontal (x) position of page bullets panel - options: "left", "center", "right" */
pagination_X = "left";
/* The vertical (y) position of page bullets panel - options: "top", "middle", "bottom" */
pagination_Y = "bottom";
/* Background color of page bullets panel - format: 0x000000 (e.g. 0xffffff for white, 0xff0000 for red etc.) */
pagination_background_color = "0x339933";
/* Page bullets panel background opacity - format(number): 0-100 (e.g. "0" for transparency, "100" for full color) */
pagination_background_alpha = 50;
/* The color of the page bullets - format: 0x000000 (e.g. 0xffffff for white, 0xff0000 for red etc.) */
pagination_bullets_color = "0xffffff";
/* Page bullets opacity - format(number): 0-100 (e.g. "0" for transparency, "100" for full color) */
pagination_bullets_alpha = 40;
/* The color of the selected (current) page bullet - format: 0x000000 (e.g. 0xffffff for white, 0xff0000 for red etc.) */
pagination_selected_bullet_color = "0xff9900";
/* The opacity of the selected (current) page bullet - format(number): 0-100 (e.g. "0" for transparency, "100" for full color) */
pagination_selected_bullet_alpha = 100;
/* END OF CONFIGURATION - Do not edit below this line ------------------------------------------- */
var flashvars = { 
	images_directory: images_directory, 
	XML_file: XML_file, 
	slides_display_time: slides_display_time, 
	transition_type: transition_type, 
	transition_speed: transition_speed, 
	border_thickness: border_thickness, 
	border_radius: border_radius, 
	border_color: border_color, 
	background_display: background_display, 
	pagination_display: pagination_display, 
	pagination_margin: pagination_margin, 
	pagination_bullets_margin: pagination_bullets_margin, 
	pagination_X: pagination_X, 
	pagination_Y: pagination_Y, 
	pagination_background_color: pagination_background_color, 
	pagination_background_alpha: pagination_background_alpha, 
	pagination_bullets_color: pagination_bullets_color, 
	pagination_bullets_alpha: pagination_bullets_alpha, 
	pagination_selected_bullet_color: pagination_selected_bullet_color, 
	pagination_selected_bullet_alpha: pagination_selected_bullet_alpha 
};
var params = {
  allowFullScreen: "true", 
  menu: "false", 
  wmode: "transparent" 
};
var attributes = {
  id: "swf_content", 
  name: "swf_content", 
  wmode: "transparent" 
};

swfobject.embedSWF(domain_name_path+"flash_slideshow_strona_glowna.swf", "swf_content", "100%", "100%", "10.0.0", "expressInstall.swf", flashvars, params, attributes);
