-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0.2, fx2.0.3
I have a MediaPlayer instance, which I have attached a listener to its CurrentTime property..
This listener is called when the CurrentTime is invalidated and I do some function X...
I know that when the MediaPlayer is in STOPPED state the current time is not updated, but if I pause the MediaPlayer then seek to a new Duration, the CurrentTime listener is not updated until the MediaPlayer is in the PLAYED state, but this means that my InvalidationListener isn't triggered ... basically my function X is Rewind or FastForward which should update a time display variable.....
Or is my implementation wrong....
This listener is called when the CurrentTime is invalidated and I do some function X...
I know that when the MediaPlayer is in STOPPED state the current time is not updated, but if I pause the MediaPlayer then seek to a new Duration, the CurrentTime listener is not updated until the MediaPlayer is in the PLAYED state, but this means that my InvalidationListener isn't triggered ... basically my function X is Rewind or FastForward which should update a time display variable.....
Or is my implementation wrong....