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.3 -r1.4 --- lams_flash/src/central/flash/main_addseq.as 13 Nov 2008 05:19:38 -0000 1.3 +++ lams_flash/src/central/flash/main_addseq.as 17 Nov 2008 04:12:32 -0000 1.4 @@ -11,6 +11,11 @@ Debugger.log('serverURL is not defined, using defualt:'+_root.serverURL ,Debugger.CRITICAL,'main','ROOT'); } +if(StringUtils.isEmpty(presenceServerUrl)){ + _root.presenceServerUrl = "172.20.100.18"; + Debugger.log('presenceServerUrl is not defined, using defualt:'+_root.presenceServerUrl ,Debugger.CRITICAL,'main','ROOT'); +} + if(StringUtils.isEmpty(userID)){ _root.userID = 4; Debugger.log('userID is not defined, using defualt:'+_root.userID ,Debugger.CRITICAL,'main','ROOT');