brucy
22nd November 2002, 17:23
Hi all,
I did a big search on this subject but I didn't find any solutions. I hope someone can help me.
Normaly it is a very simple function which I checked with the "Navigation Simulator" in Maestro but when the DVD is burned it does not work anymore.
I have a subtitle Menu where the user can select the subtitle language. The button is linked to a cmd seq. It checks if the user selects this button at the beginning or when he started already the movie. The reason why I have done this is that I want to stay in the menu area when the movie had not been started yet and resume to the movie when the user selected the menu after he started the film.
1 MOV GP3 , SPRM4
2 SetSTN St(2-On) if (GP1 = 0)
3 SetSTN St(6-On) if (GP1 = 1)
4 MOV GP2 , SPRM2
5 Jump To main[#1] if (GP3 = 0)
6 Resume if (GP3 > 0)
Line 1:
Read the SPRM 4 (Playing title number) and move value to GP3
Line 2 and 3:
Set subtitle according to the value of another variable (not important for the problem)
Line 4:
Set selected subtitle value to GP2 (value needed in another menu but also not important for this problem)
Line 5:
Jump to the main menu if movie has not been started yet
Line 6:
Resume to the movie when the subtitle menu has been selected from the movie.
As I said when I check this with the "Navigation Simulator" in Maestro there is no problem. On the burned DVD it always makes a "resume". So line 5 will never been executed although I did not start the movie :angry:
I tried it also with SPRM 5, 6, 7 with the same result.
Thankx for any help.
I did a big search on this subject but I didn't find any solutions. I hope someone can help me.
Normaly it is a very simple function which I checked with the "Navigation Simulator" in Maestro but when the DVD is burned it does not work anymore.
I have a subtitle Menu where the user can select the subtitle language. The button is linked to a cmd seq. It checks if the user selects this button at the beginning or when he started already the movie. The reason why I have done this is that I want to stay in the menu area when the movie had not been started yet and resume to the movie when the user selected the menu after he started the film.
1 MOV GP3 , SPRM4
2 SetSTN St(2-On) if (GP1 = 0)
3 SetSTN St(6-On) if (GP1 = 1)
4 MOV GP2 , SPRM2
5 Jump To main[#1] if (GP3 = 0)
6 Resume if (GP3 > 0)
Line 1:
Read the SPRM 4 (Playing title number) and move value to GP3
Line 2 and 3:
Set subtitle according to the value of another variable (not important for the problem)
Line 4:
Set selected subtitle value to GP2 (value needed in another menu but also not important for this problem)
Line 5:
Jump to the main menu if movie has not been started yet
Line 6:
Resume to the movie when the subtitle menu has been selected from the movie.
As I said when I check this with the "Navigation Simulator" in Maestro there is no problem. On the burned DVD it always makes a "resume". So line 5 will never been executed although I did not start the movie :angry:
I tried it also with SPRM 5, 6, 7 with the same result.
Thankx for any help.