I've been trying to put short videos into a VN I'm working on, but it doesn't work at times.
I think it has something to do with some files not having audio, but I'm not sure.
I have this code properly placed:
Code: Select all
image movie = Movie(size=(800, 600), xpos=0, ypos=0, xanchor=0, yanchor=0)Code: Select all
show SerraHappy with dissolve
show movie behind SerraHappy
play movie "WithoutSound.avi"
Serra"Here's some text~!"Why does WithoutSound not work while WithSound does?
WithoutSound flickers a black square on the screen (behind Serra) for a split second and then vanishes. Is there some way to fix this?
Thank you for listening.

