tm = getTimer(); this.onEnterFrame = function() { if(getTimer()-tm>=10000) { loadVariables("http://localhost/fchat/last.php", "_root") tm = getTimer(); } }