Well I was hoping not to have to do this but I still cant get it to work, I now get NaN in the place of the the zeros.
Heres my actionscript:
this.onEnterFrame = function() {
var yr:String, mn:String, dy:String, hr:String, mi:String;
var today:Date = new Date();
var currentTime =...