Index: lams_central/src/flash/main_addseq.as =================================================================== diff -u -r88c1ab1777db6f7c80455a6522e24b66af5e47cc -r8ec02819b9c6164a289882430e661915d06f28b7 --- lams_central/src/flash/main_addseq.as (.../main_addseq.as) (revision 88c1ab1777db6f7c80455a6522e24b66af5e47cc) +++ lams_central/src/flash/main_addseq.as (.../main_addseq.as) (revision 8ec02819b9c6164a289882430e661915d06f28b7) @@ -19,7 +19,16 @@ Debugger.log('Mode is not defined, using defualt:'+_root.mode,Debugger.CRITICAL,'main','ROOT'); } - +if(StringUtils.isEmpty(courseID)){ + _root.courseID = 2; // Playpen (test) + Debugger.log('CourseID is not defined, using defualt:'+_root.courseID,Debugger.CRITICAL,'main','ROOT'); +} +/** +if(StringUtils.isEmpty(classID)){ + _root.classID = 3; // Everybody (test) + Debugger.log('ClassID is not defined, using defualt:'+_root.classID,Debugger.CRITICAL,'main','ROOT'); +} +*/ //Set stage alignment to top left and prent scaling Stage.align = "TL"; Stage.scaleMode = "noScale";