Index: lams_flash/src/central/flash/main.as =================================================================== diff -u -r6e921f0eba97c377550ad11dbe6e86fb825c3067 -rde65d00b5bf887f55beabea327159f0df35f0933 --- lams_flash/src/central/flash/main.as (.../main.as) (revision 6e921f0eba97c377550ad11dbe6e86fb825c3067) +++ lams_flash/src/central/flash/main.as (.../main.as) (revision de65d00b5bf887f55beabea327159f0df35f0933) @@ -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); - - - -