Index: lams_flash/src/central/flash/main.as =================================================================== RCS file: /usr/local/cvsroot/lams_flash/src/central/flash/main.as,v diff -u -r1.2 -r1.3 --- lams_flash/src/central/flash/main.as 24 Jan 2008 04:05:02 -0000 1.2 +++ lams_flash/src/central/flash/main.as 17 Apr 2008 05:34:49 -0000 1.3 @@ -7,7 +7,6 @@ //Temp values to be removed / repplaced at deployment /**/ if(StringUtils.isEmpty(serverURL)){ - //_root.serverURL = "http://dolly.uklams.net:8080/lams/"; _root.serverURL = "http://localhost:8080/lams/"; Debugger.log('serverURL is not defined, using defualt:'+_root.serverURL ,Debugger.CRITICAL,'main','ROOT'); } @@ -75,11 +74,10 @@ _root.isMac = false; } -//Set stage alignment to top left and prent scaling +//Set stage alignment to top left and prevent scaling Stage.align = "TL"; Stage.scaleMode = "noScale"; - //Start the application, passing in the top level clip, i.e. _root var app:Application = Application.getInstance(); app.main(this); @@ -94,10 +92,5 @@ }; var success = receive_lc.connect("importUpdate_lc_" + uniqueID); - //Make app listener for stage resize events Stage.addListener(app); - - - -