Changeset 4045 for ssme/trunk/flex/LogUserIn/src/LogUserIn.mxml
- Timestamp:
- 08/19/10 13:46:02 (21 months ago)
- Files:
-
- 1 modified
-
ssme/trunk/flex/LogUserIn/src/LogUserIn.mxml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ssme/trunk/flex/LogUserIn/src/LogUserIn.mxml
r4035 r4045 114 114 error.text = ""; 115 115 if(ExternalInterface.available){ 116 ModalSpinner.instance.showSpinner("Logging in...", 0x 269926, panel, 0.2);116 ModalSpinner.instance.showSpinner("Logging in...", 0x1313cd, panel, 0.2); 117 117 ExternalInterface.call("Frame.sendLogin", login.text, passwd.text); 118 118 } else {
