onClipEvent(EnterFrame){

car = _root.getbyteloaded;

if (car > 50000){
play();
}
}