Solved! Go to Solution.
<?xml version="1.0" ?> <configuration label="Louisville Traffic Cameras"> <layer>http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_PublicSafety_Louisville/MapServer/2</layer> <titlefield>DESCRIPTION</titlefield> <linkfield>URL</linkfield> <fields all="false"> <field name="DESCRIPTION"/> <field name="URL"/> <field name="LAST_UPDATED" alias="Updated"/> </fields> <filterfield> <name></name> <alias></alias> </filterfield> <refreshrate></refreshrate> <zoomscale>18000</zoomscale> <query>1=1</query> </configuration> <!-- See Query widget tag reference at http://links.esri.com/querywidget -->
<?xml version="1.0" ?> <configuration> <title>{DESCRIPTION}</title> <fields> <field name="DESCRIPTION"/> <field name="ONLINE"/> <field name="LAST_UPDATED"> <format dateformat="shortDate"/> </field> <field name="URL"/> </fields> <medias> <media type="image" caption="Latest Image {LAST_UPDATED} online: {ONLINE}" imagesource="{URL}" imagelink="{URL}"/> </medias> </configuration> <!-- Pop-up configuration file for: http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_PublicSafety_Louisville/MapServer/2 -->