Timecode Utility


/ Published in: ActionScript 3
Save to your folder(s)

It's very useful if you build a FLV player for example, and want to convert the time into minutes:seconds (example: 6:13)

//apply it to your project like this (and don't forget to import the class):
time.text = TimeUtil.getTimecode(timeValue);

URL: http://blog.vamapaull.com/timecode-utility/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.