1 decade ago by KenD
I added an intro movie to my game using a simple <video> tag and some script to listen for events on it. As soon as I added it, the sound stopped working properly in my game, which loads behind it. I'm just wondering if anyone else has experienced something like this. One or two sounds will play with some effort (I have a few set up to loop) so I know sound is turned on. I haven't been able to find much reliable info on using <video> and the Audio object together.