I am trying to set up my data to eventually be consumed in a Flash builder app and would like it to function like the InfoWindow on click sample found here:
http://resources.arcgis.com/en/help/flex-api/samples/index.html#/InfoWindow_on_Click/01nq00000031000...
I believe in the sample, the Owner/Value/Landuse attributes are all fields within the parcel feature layer. I have a layer similar, but with a permanently related table attached to the polygons, however I'd like to incorporate information from other layers (school dist/election district etc) which are not currently in the table. Which of my hypothetical ideas would be the best way to tackle this?
Option 1- Add new fields to the table and import the relevant fields' information (con: having to maintain the districts feature class and the related parcel table attributes, pro: would just need identify related table information in pop up and I could be done)
Option 2- Keep them all separate and when the user clicks on a parcel using the 'Identify Features' as shown at
http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Identify_features/01nq0000000z00000...
(Con: I do not like how the information would be contained separately and would need to scroll through information, I'd like to have the district feature layers information to seamlessly appear in one pop up window along with the other parcel info)
Any clues/suggestions welcome. I'm VERY new to the Flex APIs.