** Course Evaluations **
CLASS PHOTO
    
    due : 
    Wed. May 8 :
*Last day to resubmit Projects A, B, or C for grade improvement 
Rough Draft of Final Project is due
  
FLASH :
    
    **Review publish settings
    
    AS3 Progress Bar Component Tutorial 
the progress bar code 
with : uiLoader & progressBar (components) ; and status_txt ( Dynamic text )
  
//extra HTML code:
    //     <param name="allowFullScreen" value="true" /> 
import flash.display.StageDisplayState;
  
// for a projector file:
    stage.scaleMode = StageScaleMode.NO_SCALE;
function goFullScreen():void{
    if (stage.displayState == StageDisplayState.NORMAL) {
    stage.displayState=StageDisplayState.FULL_SCREEN;
    } else {
    stage.displayState=StageDisplayState.NORMAL;
    }
    }
    stage.addEventListener(MouseEvent.CLICK, _handleClick)
    function _handleClick(event:MouseEvent):void
    {
    goFullScreen();
    //gotoAndStop(2);
    }
  
  
  May 8th
*Last day to resubmit Projects A, B, or C for grade improvement 
Rough Draft of Final Project is due
FINAL PROJECT is due...
http://registrar.umbc.edu/files/2012/12/S13FinalExam.pdf
If ( class time == MON & WED 10:00 AM ) {
  Exam time = MON, MAY 20, 10:30 AM - 12:30 PM
  }else{
  Exam time = MON, MAY 20, 10:00 AM - 12:00 PM?
  }
If ( class time == MON & WED 2:00 PM ) {
  Exam time = FRI, MAY 17, 1:00 - 3:00 PM
}