-
Is it possible to limit the number of seconds someone can view for a video and then it stops with a message or not?
I want to use the same video for unregistered users that I use for registered users, but I want to show the whole video to registered users.
I can handle anything programmatically when it comes to detecting and calling the right functionality, in other words, I don’t need FV player to know whether its dealing with a registered or unregistered user, I just need to be able to tell the player to only show X seconds of the video and then stop, and display a message if possible.
thanks