Only a couple of years late, but, I ran into the same issue and solved it so I’m posting the solution here for anyone here that needs it to find.
The flipbook player seems to only run through once, to make it play in the loop I created a block using the modulo operator. multiplying the time elapsed by the desired framerate and then checking which texture index should be set against the total number of images in the flipbook.