Simon, You seem to have some overall Flex Viewer errors:Error: Could not find compiled resource bundle 'ViewerStrings' for locale 'en_US'.
at mx.resources::ResourceManagerImpl/installCompiledResourceBundle()
at mx.resources::ResourceManagerImpl/installCompiledResourceBundles()
at mx.core::FlexModuleFactory/installCompiledResourceBundles()
at mx.core::FlexModuleFactory/docFrameHandler()
at mx.core::FlexModuleFactory/docFrameListener()
And your next issue is you have updated portions of your SearchWidget.xml to the new 3.0 version standard but not all.Links does not look like this any more:<links>
<link includeinresults="false" field="" alias="">
<linkprefix></linkprefix>
<linksuffix></linksuffix>
<iconfield></iconfield>
<iconprefix></iconprefix>
<iconsuffix></iconsuffix>
</link>
</links>
Next you have relates and then relates again before you have your first relate... That is just going to screw things up royally.<relates>
<relates>
<relate id="0" label="Trail Crossing Videos" enableexport="true">
<!--icon="assets/images/i_videocam.png"-->
<fields all="false">
<field name="DateRecorded" alias="Date Recorded"/>
<field name="TimeRecorded" alias="Time Recorded"/>
<field name="Comments" />
<field name="Path" hyperlinkgridfield="true" hyperlinkaliastext="Play Video" linksuffix="" linkprefix="" />
</fields>
</relate>
</relates>
</relates>