"POWERED BY ESRI " Logo removal

2359
5
09-24-2012 09:12 AM
SonaliVishwakarma
New Contributor
Hi

Is there a way to replace the "Powered By ESRI" logo which appears at the right corner of the screen?

I have been looking at the solutions posted previously in the older forums but I am not able to remove the logo.Can some one please guide me correctly ?

Sonali
Tags (2)
0 Kudos
5 Replies
AnthonyGiles
Frequent Contributor
Sonali,

There is an attribute called logoVisible which can be set to true or false:

http://help.arcgis.com/en/webapi/flex/apiref/index.html

Regards

Anthony
0 Kudos
SonaliVishwakarma
New Contributor
Anthony

I tried doing that but it was not helping.

In the "MapManager.mxml" file I changed
map.logoVisible=true to

map.logoVisible=false.

Can you suggest some other way?
Is it somewhere related with the dynamic or tiled map services? I am not using ESRI's services and therfore i am still doubtful why the logo is still coming. I am not able to get what is missing.

Sonali
0 Kudos
AnthonyGiles
Frequent Contributor
Sonali,

You say you have tried changing things in the mapmanager.mxml does this mean you are using the sample flex viewer and not just creating your own app using the API? If so in your main configuration file use esrilogovisible="false" in the map tag, see:

http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Main_configuration_file/01m30000001800...

Viewer questions should be posted to the viewer forum:

http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex

Regards

Anthony
0 Kudos
SonaliVishwakarma
New Contributor
Anthony,

Thanks a lot!!!!!!

Regards
Sonali
0 Kudos
AnthonyGiles
Frequent Contributor
Sonali,

Please don't forget to mark the post as answered by checking on the tick on the thread that was most helpful.

Regards

Anthony
0 Kudos