Mikele
21st August 2005, 08:58
Hi everyone,
I'm building a menu where the user can choose which one of a set of 3 clips he wants to watch and also if he wants to play them all. I'm using DVDLab, it has playlists and I thought those were going to be useful for the 'play all' function, but I can't determine where it will go when the playlist has played completely, so I chose a different approach: I'm using a register to keep track of which button the user has selected. If he selects clip1, I set GPRM5=1, 2 for clip2, 3 for clip3 and 4 for 'play all'. Then, after each clip has played, I check the register and, if its value is 4, I send the playback to the following clip, otherwise I go back to the menu.
I've never tried something like this before and, amazingly, it worked fine (at least with PC DVD players). But since my skills at DVD authoring are less than limited, I wanted to ask you if what I did sounds logical to you and if there's any problem that I might run into regarding compatibility with standalone players.
Or is it just that easy?
Thanks in advance!
I'm building a menu where the user can choose which one of a set of 3 clips he wants to watch and also if he wants to play them all. I'm using DVDLab, it has playlists and I thought those were going to be useful for the 'play all' function, but I can't determine where it will go when the playlist has played completely, so I chose a different approach: I'm using a register to keep track of which button the user has selected. If he selects clip1, I set GPRM5=1, 2 for clip2, 3 for clip3 and 4 for 'play all'. Then, after each clip has played, I check the register and, if its value is 4, I send the playback to the following clip, otherwise I go back to the menu.
I've never tried something like this before and, amazingly, it worked fine (at least with PC DVD players). But since my skills at DVD authoring are less than limited, I wanted to ask you if what I did sounds logical to you and if there's any problem that I might run into regarding compatibility with standalone players.
Or is it just that easy?
Thanks in advance!