Create an Webplayer Clock ActionScript3
The code below will place to clicks on your webplayer, current time and total time in ActionScript 3
First using components create a flvPlayer, remember to give it an instance name, in this example we have selected flvPlayer.
Fill in the source of your flash movie, you don't need to use the full URL, file.flv is ok if the Flash movie and your SWF file are at the same location.
Next create two text area's, make them dynamic, in the example below we have named them"timeFull" and "timeNow"
timeFull is the length of your Flash Movie
timeNow is the current position being played on your webplayer.