Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Dualnames on Mon 12/11/2007 17:32:49

Title: Bug[Solved]
Post by: Dualnames on Mon 12/11/2007 17:32:49
I have videos on my game(wmv files). They were on a folder called Data on the game's compiled folder and there was no problem calling them from there. when I added speech and music something weird happened and i had to move the files to the complied folder to get them working. I'm using AGS 2.72.
Title: Re: Bug
Post by: Khris on Tue 13/11/2007 05:29:08
How did you play the files when they were inside the Data folder?
Title: Re: Bug
Post by: Dualnames on Tue 13/11/2007 22:13:12
I used play video function
PlayVideo("Data/video.wm",1,1);

EDIT: This actually happened because I messed up with my codecs...