if (getbytesloaded()>=getbytestotal()) { gotoAndPlay("movie", 1);} else { loading._xscale = (getbytesloaded()/getbytestotal())*20; gotoAndPlay(1);}