Hello, it's me again
I've created a video (ogv) and would like to use it as an intro sequence at the beginning of the game. It starts as intended but for some reason the video and the audio aren't in sync and and it gets worse the longer the video runs. Is there a way to fix this?
The code I use is:
Code: ags

The code I use is:
[code]PlayVideo("Introsequenz_v01.ogv", eVideoSkipNotAllowed, 0);[code]
I use it in the global script at the beginning of the function:
[code=ags][code]function game_start()[code]
Thank you in advance! :)