Select to view content in your preferred language

Splash Widget

2513
5
09-27-2010 10:57 AM
CarlAlexander
Regular Contributor
When I use the splash widget an icon still shows up in the widget container for the splash widget on the map.  Is there a way to not have an icon appear? 

<widget preload="open"
                config="widgets/Splash/SplashWidget.xml"
                url="widgets/Splash/SplashWidget.swf"/>
Tags (2)
0 Kudos
5 Replies
RobertScheitlin__GISP
MVP Emeritus
Carl,

   Sure just remove these lines of the SplashWidget.xml

<p align='center'>
            <img src='assets/images/globe.png' width='140' height='140' />
        </p>
0 Kudos
DasaPaddock
Esri Regular Contributor
See config-all.xml for example usage of the Splash widget. It has it's own place in the config like this:

<splashpage label="ArcGIS Viewer for Flex" config="widgets/Splash/SplashWidget.xml" url="widgets/Splash/SplashWidget.swf"/>
0 Kudos
JohnCartwright1
New Contributor
What about the size of the splash container? I have attempted to use the splash widget and even if I manually resize it by setting heights to something like 500 x 400 pixels it still displays as a very small container with scroll arrows. Any suggestions? I am sure this is quite simple and just something I am overlooking.
0 Kudos
DasaPaddock
Esri Regular Contributor
Did you try to change the width and height in SplashWidget.xml?

The default is:

    <width>375</width>
    <height>375</height>
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
All,

   Here is a enhanced version of the splash widget that you may be interested in:

http://www.arcgis.com/home/item.html?id=8492794bf5bf4358bca6cce29db31b14
0 Kudos