swfobject.embedSWF( "index.swf?ts=" + new Date().getTime(), "flashContent", "100%", "100%", swfVersionStr, xiSwfUrlStr, flashvars, params, attributes);
swfobject.embedSWF( "index.swf", "flashContent", "100%", "100%", swfVersionStr, xiSwfUrlStr, flashvars, params, attributes);
swfobject.embedSWF( "${swf}.swf?ts=" + new Date().getTime(), "100%", "100%", swfVersionStr, xiSwfUrlStr, flashvars, params, attributes);
var popUpConfigURL:String = arrLayerPopUp.popUpConfig;
var popUpConfigURL:String = String(arrLayerPopUp.popUpConfig) + "?ts=" + new Date().getTime();
James, A compiled version would really mean a whole Flex Viewer compiled project and I don't get involved in doing that. This is something that if you want this capability then you will need to be using the source code (not the compiled viewer).
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.