<s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:esri="http://www.esri.com/2008/ags" xmlns:supportClasses="com.esri.ags.skins.supportClasses.*" maxWidth="500" minWidth="350" maxHeight="500" height="100%" preinitialize="skin_preinitializeHandler(event)"> <fx:Metadata>
<s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:esri="http://www.esri.com/2008/ags" xmlns:supportClasses="com.esri.ags.skins.supportClasses.*" maxWidth="900" minWidth="800" maxHeight="600" preinitialize="skin_preinitializeHandler(event)">
<?xml version="1.0" ?>
<configuration>
<title>{DESCRIPT}</title>
<description>
<![CDATA[<a href='{Hyperlink_Relative_Path}'><img src='{jpg_Popup_Path}' width=800></a>
<!-- <img src='{jpg_Popup_Path}' width=800> -->
]]>
</description>
<fields>
<field name="PHOTOTYPE"/>
<field name="FIELDDATE"/>
<field name="DESCRIPT"/>
<field name="Hyperlink_Relative_Path"/>
</fields>
</configuration>
Here is my Popup Config.<?xml version="1.0" ?> <configuration> <title>{DESCRIPT}</title> <description> <![CDATA[<a href='{Hyperlink_Relative_Path}'><img src='{jpg_Popup_Path}' width=800></a> ]]> </description> </configuration>
<?xml version="1.0" ?>
<configuration>
<title>{DESCRIPT}</title>
<!-- <description>
<![CDATA[<a href='{Hyperlink_Relative_Path}'><img src='{jpg_Popup_Path}' width=800></a>
]]>
</description> -->
<fields>
</fields>
<medias>
<media type="image"
title="{DESCRIPT}"
imagesource="{jpg_Popup_Path}"
imagelink="{Hyperlink_Relative_Path}"/>
</medias>
</configuration>