Index: lams_flash/src/central/flash/main_addseq.as =================================================================== RCS file: /usr/local/cvsroot/lams_flash/src/central/flash/main_addseq.as,v diff -u -r1.2 -r1.3 --- lams_flash/src/central/flash/main_addseq.as 21 Oct 2008 03:08:58 -0000 1.2 +++ lams_flash/src/central/flash/main_addseq.as 13 Nov 2008 05:19:38 -0000 1.3 @@ -1,5 +1,6 @@ import org.lamsfoundation.lams.wizard.Application; import org.lamsfoundation.lams.common.util.StringUtils; +import org.lamsfoundation.lams.common.util.Debugger; //Temp values to be removed / repplaced at deployment /**/ @@ -30,7 +31,6 @@ Debugger.log('ClassID is not defined, using defualt:'+_root.classID,Debugger.CRITICAL,'main','ROOT'); } - if(StringUtils.isEmpty(build)){ _root.build = 2.0; Debugger.log('Build is not defined, using defualt:'+_root.build,Debugger.CRITICAL,'main','ROOT'); @@ -40,6 +40,11 @@ _root.langDate = "01-01-1970"; } +if(StringUtils.isEmpty(editOnFly)){ + _root.editOnFly = false; + Debugger.log('editOnFly is not defined, using defualt:'+_root.allowEditOnFly,Debugger.CRITICAL,'main','ROOT'); +} + //Set stage alignment to top left and prent scaling Stage.align = "TL"; Stage.scaleMode = "noScale";