Flex: convert VideoPlayer.currentTime to string "00:00:00:000"
- by numediaweb
Hi there! what about this one:
I want to format the currentTime displayed by a videoPlayer component inside flex, something like : 8230.999 to something like 01:59:59:999 which is "hours:minutes:seconds:milliseconds"
I trie different sets of codes but they can't get it to work because currentTime is nor a correct miliseconds time as it adds a…