Select to view content in your preferred language

Placing my own logo in Flex Viewer

723
1
04-08-2011 07:23 AM
BrianDonaldson
Emerging Contributor
Hi,

I am trying to insert our own logo in the bottom right corner of the viewer to go along side the "powered by ESRI logo". 

Does the ESRI logo need to be there when using own data?

I have place an <mx:image> line in the index.mxml.  Where does this get placed?
When I put it in between the open and close tags for the map manager it gives me an error, but
when I place it after the close of map manager it will appear briefly then dissapear.

Thanks in advance,

Brian
Tags (2)
0 Kudos
1 Reply
JustinRiggs
Emerging Contributor
Hi Brian,

To get rid of the ESRI logo just place this in your config.xml file:

<map initialextent="-14233000 3373000 -6533000 6162000"
      fullextent="-14233000 3373000 -6533000 6162000"
      esrilogovisible="false">

To use your own logo, use the static image widget:

http://help.arcgis.com/en/webapps/flexviewer/help/index.html
0 Kudos