I want open an customized Info window when user will click on point feature. I am using sample flex viewer. I was able to do it when I created the POC in that case I have map and info symbol in same .mxml file.
<esri:InfoSymbol id="infoSymbol1"
containerStyleName="
infoSymbolContainer">
<esri:infoRenderer>
<mx:Component>
<mx:VBox width="100%"
paddingLeft="5"
paddingBottom="10"
paddingRight="5">
................... and other controls as per my need
Use case: When user will click on point feature open a info window with customized view