Converting "seconds" to "minutes:seconds"

I’m trying to add a running timer to my flash movie. I’ve got it now so that it counts seconds (by comparing _currentframe with the frame rate), but I’d like to be able to express that in minutes:seconds.

Anybody have a nice script that can do that?