Dynamic Video Logic

Posts: 53
Hello, I have a question about using Dynamic Videos in the ATVO. I have a profile picture animation for each driver that I want to play during gridding. The videos are in a spreadsheet, they load correctly and play well in the ATVO.

I show the first page of the grid, load the text data and the videos widgets. It all plays well; everything is as it should. In the logic, I have PlayVideo - Play Once for the video widgets containing drivers' animations.

Then I move to the second page, I hit the button Show the 2nd page (not Next, as each page has a button, I believe that's crucial to know because I can reload the page, wait for later), in the logic I have animations to hide the graphics and videos, then DataOffset change for the data and for both video widgets, then animation to show the data and again, Play Video - Play Once. However, while the data changes correctly, the videos are the same as before, for the previous drivers! However, when I press the same button again (to reload the current page) then the videos finally change correctly. And the same behavior applies to any other page.

Do I do anything wrong here? I'm attaching my logic as an image. Thank you.
Posts: 785
Can you send us the theme please?
Posts: 53
Nick Thissen wrote:
Can you send us the theme please?

Sure, where can I email it, please?
Posts: 785
info@appgineering.com
Posts: 53
Sorry, I've actually just figured it out. I put it into a storyboard and between Change Data Source and Play Video I need to put 120 ms difference. So, I guess it's something to do with loading.

Right now, I have it as following:
  • 0ms - stop playing the video, change data source - data offset, play text animations
  • 120ms - start playing videos

And it works as intended.