Call an Action depending on video progress

I have been trying to have a video call an action for several days now, I have registered the progress to be observed and added subscriber function however the function is only called once even though the video progress should be changing more then once as the video is playing. Is anyone able and willing to explain this. I would be very appreciative.

Hi!

Sorry for the late reply.

Why are you binding to {Property videoProgress.Value} instead of {progress} ? Changing it to {progress} should do the trick.

Thanks!