Hai invertito questi:

tot = _root.getBytesLoaded();
car = _root.getBytesTotal();

cioè devi scrivere il contrario:

car = _root.getBytesLoaded();
tot = _root.getBytesTotal();