Index: lams_tool_mindmap/src/flash/AS/ActionLoader.as =================================================================== diff -u -re28d61401c1f05f1b3db8068f7ad76f161e90f09 -r643162984254c265d82c6c6d5f2ff34c378e1ce4 --- lams_tool_mindmap/src/flash/AS/ActionLoader.as (.../ActionLoader.as) (revision e28d61401c1f05f1b3db8068f7ad76f161e90f09) +++ lams_tool_mindmap/src/flash/AS/ActionLoader.as (.../ActionLoader.as) (revision 643162984254c265d82c6c6d5f2ff34c378e1ce4) @@ -1,5 +1,6 @@ package { import flash.net.*; + import flash.text.*; import actions.*; public class ActionLoader extends URLLoader { protected var localId:int; @@ -16,7 +17,7 @@ this.prevRelated = null; this.nextRelated = null; this.highestRelatedId = -1; - this.request = new URLRequest(server); + this.request = new URLRequest(RequestTools.antiCache(server)); this.request.contentType = "application/x-www-form-urlencoded"; this.request.method = URLRequestMethod.POST; var xml:XML = action.toXml();