Solved! Go to Solution.
I removed it from the config.xml, but, it still shows up. Here is my config.xml:
I installed the Flex Viewer 3.0. Works great. But, I have 100 digital photos each one is linked to a point in a point feature class. I want the user to be able to click on the point and the photo with some associated data fields will popup in a Flash Window. All of the photos are in one directory on our server, there is a field called "PHOTOS" in the attribute table of the point feature class with the name of each photo, for example, img6543.jpg, img3234.jpg, img7684.jpg associated with each point.
You can set up the popup for this layer, and specify something like this in your configuration file:
<img src="http://yourserver/yourphotofolder/{PHOTOS}"/>
Don't know that it works in 3.0, but this is the only way I have found to hyperlink "multiple" comma separated photos for a single feature. At least using Viewer 2.5.
http://www.arcgis.com/home/item.html?id=4ec33120c9ea4d019fddf722fc34ea3c
Might get some ideas there.
R_
Timothy,
I tried it with 3.0 yesterday with no joy. I'm hopefull that we will get this functionalilty in 3.0 as it is a great feature.
Your are right, Roberts widget works like a charm if you follow the instructions exactly.. Remember no spaces in between the photo names, etc. The following link has a bunch of good info on some of the quirks I ran into, how to code sub-folders into the path, etc.
http://forums.arcgis.com/threads/26094-view-multiple-pictures?p=157815#post157815
Once you get it set up, should do just what you are after,
R_
The "more" tab is related to the MapSwitcher widget. either remove the San Francisco 3-1-1 service from your operational layers in the config.xml (if you don't want it on the map) OR, set up the MapSwitcherWidget.xml to exclude that layer if you need it in your map but do not want it to show in the "more" tab.
R_
I removed it from the config.xml, but, it still shows up. Here is my config.xml: