I'm a newbie working with the viewer for Flex 2.0. I have got the bookmarks and query customized to work in the sample, but not the identify. I would like a simple identify with the ability to hyperlink. I presumed that is the SimpleInfoWinWidget as opposed to the InfoPopupWidget. I tried this:
I'm the original poster as opposed to Steve, so my layers are Category and Link. Your discussion was very informative. So I am using SimpleInfoWinWidget.swf with MapServer/0. This means my layer is FishCommunities (ID:0) which is a feature layer. My SIW_Fish.xml defines the parameters as <?xml version="1.0" ?> <configuration> <titlefield>Category</titlefield> <fields>Category,Link</fields> <datefields></datefields> <!-- field in milliseconds --> <zoomscale>10000000</zoomscale> </configuration>
Am I missing something here or could this have something to do with having my application running on Windows 2003R2, 64 bit, SP2? Since the other changes were relatively painless, I am perplex why this is so difficult. It is such a simple application of just showing the locations, identify, and click hyperlink for more information. I don't cross the 180° line so that should not complicate matters. I have attached an image of the web page with the "Zoom here" next to the slider. My code is as follows: