netStream["onMetaData"] = function (obj) { duration = obj.duration; }; var totalSeconds:Number = duration/1000; trace(totalSeconds);