swfobject.embedSWF( "index.swf?ts=" + new Date().getTime(), "flashContent", "100%", "100%", swfVersionStr, xiSwfUrlStr, flashvars, params, attributes);
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).
var popUpConfigURL:String = arrLayerPopUp.popUpConfig;
var popUpConfigURL:String = String(arrLayerPopUp.popUpConfig) + "?ts=" + new Date().getTime();
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);
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.