I'm trying to make a new version of an ams3 project of mine, which had a DIVX video and came in 5 different CD's, one for each language.
Now, with ams4, I'm trying to make 1 CD with 5 langauges, and an MPEG1 video.
Mainly because of 2 reasons:
- no need to install DIVX codec
- 1 CD is cheaper and easier for my cliente
So I ran into some problems already......
I've created a page where the user chooses the language. This is stored in a variable. The rest of the application should behave according this variable. So when I jump to the next page, some text objects should display different text for different languages.... still with me ? I've been hiding and showing ;-) but it doesn't seem to work.
Also, I've created an MPEG1 video, with no sound. According the language variable, the separate WAV file, with the proper language audio, should be played. Doesn't work.... Can I only play a WAV file under a AVI ?
Any clues ? Thanks !
Now, with ams4, I'm trying to make 1 CD with 5 langauges, and an MPEG1 video.
Mainly because of 2 reasons:
- no need to install DIVX codec
- 1 CD is cheaper and easier for my cliente
So I ran into some problems already......
I've created a page where the user chooses the language. This is stored in a variable. The rest of the application should behave according this variable. So when I jump to the next page, some text objects should display different text for different languages.... still with me ? I've been hiding and showing ;-) but it doesn't seem to work.
Also, I've created an MPEG1 video, with no sound. According the language variable, the separate WAV file, with the proper language audio, should be played. Doesn't work.... Can I only play a WAV file under a AVI ?
Any clues ? Thanks !
Comment