Select to view content in your preferred language

How to insert a customized log in the Title

553
2
Jump to solution
06-06-2012 05:59 AM
ShaningYu
Honored Contributor
I am working on ArcGIS Viewer for Flex 2.4.  I want to insert an image in the banner before the title.  Please advise how to modified the code in the config.xml.  Thanks.

<configuration>
    <title>My Flexviewer Project</title>
    <subtitle>A Configurable Web-Mapping Application</subtitle>
    <style>
        <!-- Black Gold -->
        <colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700</colors>
    </style>
...
</configuration>
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Shaning Yu,

   You have been around long enough to know that there are two seperate forums... One for Flex Viewer and widget questions and then this forum which is just for Flex API questions.

All you need to do is read the documentation for the Flex Viewer:

http://help.arcgis.com/en/webapps/flexviewer/help/01m3/01m300000018000000.htm

and you will see that there is a logo tag that you need.

Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow the steps as shown in the below graphic:

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Shaning Yu,

   You have been around long enough to know that there are two seperate forums... One for Flex Viewer and widget questions and then this forum which is just for Flex API questions.

All you need to do is read the documentation for the Flex Viewer:

http://help.arcgis.com/en/webapps/flexviewer/help/01m3/01m300000018000000.htm

and you will see that there is a logo tag that you need.

Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow the steps as shown in the below graphic:
0 Kudos
ShaningYu
Honored Contributor
rscheitlin:  Thanks for your advise.   I used to work on V1.3.  I haven't worked Flex for near 2 years till recently.
0 Kudos