Can someone point me in the right direction of where I would go to remove things from the SFV? For instance I would like to remove the "Feeds" button from the top banner all together. I would also like to remove the "Powered By ESRI" logo at the bottom right of the flex viewer screen.
I have looked through various documents in the various folders trying to find where I could do this but I did not see anything.
In "mapmanager.mxml"(about line #154), change map.logoVisible = true; to map.logoVisible = false;
I guess this solution is for the older SFV. Does anyone know what is the equivalent code or line number in the mapmanger.mxml of the latest FlexViewer that was released recently with Flex API 2.1?
I was reading this forum to see if anyone addresses how to remove the 'More..." button next to the basemaps buttons in the flex viewer. Anyone have an idea on how to do that?