| Author |
Message |
guy-pierre Newbie

Joined: 12 Jul 2006 Posts: 33
|
Posted: Sun May 18, 2008 2:29 pm Post subject: crash with the "resume" button |
|
|
hi team
After reauthoring a movie menu, the player crashes when I use the "resume" button. How can I allocate the "resume" function to the "movie" button in the chapter menu ? To helping you to solve this problem, I have zipped all the IFOs and the VTS_01_0.VOB of the test DVD and uploaded them to the following file hosting site :
http://www.simpleupload.net/download/335015/Elevator-to-the-gallows.7z.html
Thanks very much for your help
Pierre |
|
| Back to top |
|
 |
toaddub Moderator

Joined: 12 Sep 2004 Posts: 1973
|
Posted: Sun May 18, 2008 7:13 pm Post subject: |
|
|
Resume command means to resume to the last played title. Since no title (movie) has been played yet, there is nothing to resume, so the player stops. So here's what you do:
- In First Play PGC, insert pre-command "R[0] = 0" at line 1.
- In the root menu, delete the first 2 pre-commands. That's not where you want to resume. What if you want to access the root menu.
- Create a new menu PGC (PGC 5). Add the following commands:
- if (R[0] == 1) Resume
- Jump VTS Title 1
- In root menu, change Play Movie button to "Link PGC 5".
- In chapter menus (PGC 2-4), change Movie button to "Link PGC 5" as well.
- In movie PGC, add pre-command "R[0] = 1". This is to set the value for resume should you not finish watching the movie.
- In movie PGC, add post-command "R[0] = 0". This is to reset the value when you finish watching the movie.
And that should do it.
btw, the chapter buttons for 1-7, 8-14, 15-22 for the 3 chapter menus are not linking to the correct PGC. I'm sure you know how to fix it to get to the correct PGC. |
|
| Back to top |
|
 |
guy-pierre Newbie

Joined: 12 Jul 2006 Posts: 33
|
Posted: Sun May 18, 2008 9:01 pm Post subject: |
|
|
now I have done what you suggest and it works fine...I think I would not be able to find the solution without this "professional" help.
What the chapter buttons are concerned, I had not finished the linking and I wanted first solve this "resume" problem. I know how to fix it.
Thank you very much for your help and your advice...
Pierre |
|
| Back to top |
|
 |
CDR-Zone.COM Advertisement Bot
 
|
Posted: Post subject: Advertisement: |
|
|
|
|
|
| Back to top |
|
 |
|