Index: lams_flash/src/central/flash/main2.as
===================================================================
diff -u -rb5f1c6147aeaaec0f5084813209fe0cf59a1c386 -r3c82bedbc1162c8253d794dff60043a758605fb0
--- lams_flash/src/central/flash/main2.as (.../main2.as) (revision b5f1c6147aeaaec0f5084813209fe0cf59a1c386)
+++ lams_flash/src/central/flash/main2.as (.../main2.as) (revision 3c82bedbc1162c8253d794dff60043a758605fb0)
@@ -3,10 +3,13 @@
import com.macromedia.javascript.JavaScriptProxy;
import org.lamsfoundation.lams.common.util.Debugger;
-//Temp values to be removed / repplaced at deployment
-/**/
+// Temp values to be removed / repplaced at deployment
_global.myRoot = this;
+if(StringUtils.isEmpty(lcId)){
+ Debugger.log('lcId is not defined, actionscript will not be able to communicate with javascript',Debugger.CRITICAL,'main','ROOT');
+}
+
if(StringUtils.isEmpty(presenceServerUrl)){
_root.presenceServerUrl = "192.168.1.1";
Debugger.log('presenceServerUrl is not defined, using defualt:'+_root.presenceServerUrl ,Debugger.CRITICAL,'main','ROOT');
Index: lams_learning/web/controlFrame.jsp
===================================================================
diff -u -rb5f1c6147aeaaec0f5084813209fe0cf59a1c386 -r3c82bedbc1162c8253d794dff60043a758605fb0
--- lams_learning/web/controlFrame.jsp (.../controlFrame.jsp) (revision b5f1c6147aeaaec0f5084813209fe0cf59a1c386)
+++ lams_learning/web/controlFrame.jsp (.../controlFrame.jsp) (revision 3c82bedbc1162c8253d794dff60043a758605fb0)
@@ -124,7 +124,7 @@