I'm using the standard flv playback component for a video. What i'd like to do is add a TIMER in the component area, that displays TIME ELAPSED/TOTAL TIME - just like youtube, etc.
Is this possible and if so how do i do it?
:crazy:
thanks!
Printable View
I'm using the standard flv playback component for a video. What i'd like to do is add a TIMER in the component area, that displays TIME ELAPSED/TOTAL TIME - just like youtube, etc.
Is this possible and if so how do i do it?
:crazy:
thanks!
[baits] - your answer isn't particularly helpful :(
[scribblejam] -
use the FLVPlayback.playheadUpdate event and the FLVPlayback.totalTime property.
Both are well documented in the Help files, and include examples of usage.