Index: lams_tool_mindmap/web/images/mindmap_locked.swf =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/images/mindmap_locked.swf,v diff -u -r1.3 -r1.4 Binary files differ Index: lams_tool_mindmap/web/images/mindmap_multiuser.swf =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/images/mindmap_multiuser.swf,v diff -u -r1.3 -r1.4 Binary files differ Index: lams_tool_mindmap/web/images/mindmap_singleuser.swf =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/images/mindmap_singleuser.swf,v diff -u -r1.3 -r1.4 Binary files differ Index: lams_tool_mindmap/web/includes/javascript/mindmap.resize.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/includes/javascript/mindmap.resize.js,v diff -u -r1.1 -r1.2 --- lams_tool_mindmap/web/includes/javascript/mindmap.resize.js 14 Apr 2009 00:44:41 -0000 1.1 +++ lams_tool_mindmap/web/includes/javascript/mindmap.resize.js 21 Apr 2009 07:19:54 -0000 1.2 @@ -26,4 +26,20 @@ return myHeight; else return myWidth; -} \ No newline at end of file +} + +function makeNice() +{ + var isIE = navigator.appName.indexOf("Microsoft") != -1; + flash = document.getElementById('flashContent'); + container = document.getElementById('center12'); + if (isIE) { + flash.style.width = 4; + flash.style.height = 3; + flash.style.width = container.scrollWidth; + flash.style.height = (container.scrollWidth * 0.75); + } else { + flash.style.width = container.scrollWidth+"px"; + flash.style.height = (container.scrollWidth * 0.75)+"px"; + } +} Index: lams_tool_mindmap/web/pages/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/pages/authoring/authoring.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_mindmap/web/pages/authoring/authoring.jsp 16 Apr 2009 03:08:28 -0000 1.3 +++ lams_tool_mindmap/web/pages/authoring/authoring.jsp 21 Apr 2009 07:19:36 -0000 1.4 @@ -39,13 +39,6 @@ { swfobject.embedSWF("${mindmapType}", "flashContent", x, y, "9.0.0", false, flashvars); } - - function makeNice(){ - flash = document.getElementById('flashContent'); - container = document.getElementById('container'); - flash.style.width = container.clientWidth+"px"; - flash.style.height = (container.clientWidth*0.75)+"px"; - } //]]> Index: lams_tool_mindmap/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/pages/authoring/basic.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_mindmap/web/pages/authoring/basic.jsp 16 Apr 2009 03:08:28 -0000 1.2 +++ lams_tool_mindmap/web/pages/authoring/basic.jsp 21 Apr 2009 07:19:36 -0000 1.3 @@ -26,7 +26,7 @@ -
+
message.enableJavaScript
Index: lams_tool_mindmap/web/pages/learning/mindmap.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/pages/learning/mindmap.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_mindmap/web/pages/learning/mindmap.jsp 20 Apr 2009 05:05:27 -0000 1.7 +++ lams_tool_mindmap/web/pages/learning/mindmap.jsp 21 Apr 2009 07:19:36 -0000 1.8 @@ -56,13 +56,6 @@ } $(window).resize(makeNice); - - function makeNice() { - flash = document.getElementById('flashContent'); - container = document.getElementById('container'); - flash.style.width = container.clientWidth+"px"; - flash.style.height = (container.clientWidth*0.75)+"px"; - } embedFlashObject(540, 405); --> @@ -109,7 +102,7 @@ -
+
message.enableJavaScript
Index: lams_tool_mindmap/web/pages/monitoring/mindmapDisplay.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/pages/monitoring/mindmapDisplay.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_mindmap/web/pages/monitoring/mindmapDisplay.jsp 16 Apr 2009 03:09:19 -0000 1.3 +++ lams_tool_mindmap/web/pages/monitoring/mindmapDisplay.jsp 21 Apr 2009 07:19:36 -0000 1.4 @@ -50,13 +50,6 @@ $.post("${get}", { dispatch: "${dispatch}", mindmapId: "${mindmapId}", userId: "${userId}", content: getFlashMovie('flashContent').getMindmap() } ); } - - function makeNice(){ - flash = document.getElementById('flashContent'); - container = document.getElementById('container'); - flash.style.width = container.clientWidth+"px"; - flash.style.height = (container.clientWidth*0.75)+"px"; - } //]]> @@ -79,7 +72,7 @@ -
+
message.enableJavaScript