In part four of the Mp3 player Actionscript tutorial series we’ll create a counter to display how long the song is and a counter to display how long the song has been playing. We’re going to use the Timer() class in order to update the user interface regularly. We’ll also write a function that converts milliseconds to a familiar time format.