I've created a FLV jukebox using the List component to hold the track names and I've bound it to a single instance of the FLVPlayback component. Clicking on a title on the List will load the corresponding .flv into the FLVPlayback component. I've also got a linked .as file to make the playlist play one .flv after the other. All is working perfectly.
The question: Is there a way to integrate a text display that will show the current playhead position and total duration time data for each file when it loads? (i.e. 2:29/4:25, like Windows MediaPlayer does)
P.J.F.
The question: Is there a way to integrate a text display that will show the current playhead position and total duration time data for each file when it loads? (i.e. 2:29/4:25, like Windows MediaPlayer does)
P.J.F.