Hello,
I am a newbie to Roku programming, and over the holidays I decided to modify an existing application to serve my needs. I have almost everything I need, but my video node keeps looping the video. I have tried many things, including using ObserveField to monitor the state of the video, but it never has a state of "finished". It just keeps looping itself.
The application is not very complex, I have a roSGScreen with a Video node in it, that I initialize with a url, streamformat, and length, and then monitor the message port in a while loop.
Any hints to what I can do?