var flashVars="";
flashVars+="xmlfeed=portfolio2.xml";				// Path to xml file or PHP script
flashVars+="&myBckgrnd=0xe6e6e6";				// Image Reflection Background (for realistic reflection)
flashVars+="&superGlass=true";					// Transparent reflection switch (for specific background): true or false
flashVars+="&myBckGrndImage=imagens/fundo_portfolio.gif";	// Path to load specific image background
flashVars+="&myColor=0x16494e";					// Image border color: Hex number
flashVars+="&myTextColor=0x606060";				// Tooltip text color: Hex number
flashVars+="&mySubTextColor=0x14626a";				// Description text color: Hex number
flashVars+="&myArrowColor=0xffffff";				// Scrollbar arrow color: Hex number
flashVars+="&myScrollColor=0x16494e";				// Scrollbar color: Hex number
flashVars+="&myLoadBarColor=0x16494e";				// Load bar color: Hex number
flashVars+="&myAlpha=1";					// Image border transparency ratio (0 (invisible) to 1 (max opacity))
flashVars+="&Border=rounded"; 					// Image border aspect "rounded" or "square"
flashVars+="&Tooltip=true";					// Tooltip switch
flashVars+="&descText=true"; 					// Description text under front image
flashVars+="&Scrollbar=false";					// Scrollbar behavior ("true" = autoHidden, "permanent" = always on, "false" = no scrollbar)
flashVars+="&myStep=100";					// Images pitch
flashVars+="&myOffset=40";					// Front image pitch
flashVars+="&scaleDown=80";					// Inactive images Scale in %
flashVars+="&scaleUp=100";					// Active images Scale in %
flashVars+="&MaskScene=true";					// Scene side mask switch
flashVars+="&shownPicture=26";					// Image shown at start
flashVars+="&U_Flow=true";					// U Flow switch: Linear run or U run for images
flashVars+="&descText=true";					// Description text below front image switch: true or false
flashVars+="&scrollbar_Y=280";					// Y coord of scrollbar: int number
flashVars+="&rollOverAnim=false";				// Rollover navigation switch: true or false
flashVars+="&easeTime=0.8";					// Ease transition time (s): Float number
flashVars+="&clips2move=8";					// Number of clips to animate: Int number
flashVars+="&crossdomain=crossdomain.xml";			// Load specific crossdomain.xml to load image from other domain

RunFlash("portfolio.swf", "900", "300", "#e6e6e6", "window", "Portfolio", flashVars);
