I'm new to the FlexViewer I'm trying to change the content of the splash widet this is what I have: <widget preload="open" config="widgets/Splash/SplashWidget.xml" url="widgets/Splash/SplashWidget.swf"/>
then this is my splashwidget config file: <configuration>
<width>375</width> <height>375</height> <content> <![CDATA[<p align='center'> <img src='assets/images/globe.png' width='140' height='140' /> </p> <p> <font size="16"><b>Welcome to Huber Heights GIS.</b></font> </p> <p> This application was developed with ArcGIS Viewer for Flex. </p> <p> More information at links below: </p> <textformat blockindent="20"> <p> * Built with <a href="http://help.arcgis.com/en/webapps/flexviewer/" target='_blank'><font color="#FFFFFF"><b>ArcGIS Viewer for Flex</b></font></a> <br> * Based on <a href="http://help.arcgis.com/en/webapi/flex/" target='_blank'><font color="#FFFFFF"><b>ArcGIS API for Flex</b></font></a> </p> </textformat> <br> <p> <a href="http://www.esri.com/legal/pdfs/mla_e204_e300/english.pdf" target='_blank'><font color="#FFFFFF">(c) Copyright 2011 Esri</font></a>. All rights reserved. </p> ]]> </content> <btnlabel>Click to continue</btnlabel> </configuration>
I do not have a splashpage element setup in my config.xml I will edit the HeaderControllerWidget.xml. Thanks for the help. Also how can I set up a splashpage element setup in my config.xml. Thanks
<configuration> <width>375</width> <height>375</height> <content> <![CDATA[<p align='center'> <img src='assets/images/globe.png' width='140' height='140' /> </p> <p> <font size="16"><b>Welcome to Huber Heights GIS.</b></font> </p> <p> This application was developed with ArcGIS Viewer for Flex. </p> <p> More information at links below: </p> <textformat blockindent="20"> <p> * Built with <a href="http://help.arcgis.com/en/webapps/flexviewer/" target='_blank'><font color="#FFFFFF"><b>ArcGIS Viewer for Flex</b></font></a> <br> * Based on <a href="http://help.arcgis.com/en/webapi/flex/" target='_blank'><font color="#FFFFFF"><b>ArcGIS API for Flex</b></font></a> </p> </textformat> <br> <p> <a href="http://www.esri.com/legal/pdfs/mla_e204_e300/english.pdf" target='_blank'><font color="#FFFFFF">(c) Copyright 2011 Esri</font></a>. All rights reserved. </p> ]]> </content> <btnlabel>Click to continue</btnlabel>
</configuration>
I have looked thru the resource center read everything I was pointed to don't know what else to do.