greetings, im very new to flash and actionscript.
i have a flvplayback control and a seekbar linked to it:
ActionScript Code:
flvPlayback.seekBar = mySeekBar;
the issue being the seekbar is very inaccurate.
i am using progressive download and even when i wait until the complete movie (mp4) is downloaded the seekbar is clumsy.
it never starts from the point where i let go the seekbar, always goes back to some extent and then plays.
i am not looking for sample code, rather an insight into what else i need to study to get the seekbar working properly.
when i let the download complete and press the play bytton the seekbar seems to move/update accurately! adding to my confusion.
thank you and look forward to some help.