Re: Help in creating complex menus

Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]>
Newsgroups gmane.comp.multimedia.dvdauthor.user
Message-ID <[email protected]>
Elio Blanca wrote:

> I mean a couple of menu screens with transitions between them ...

The transitions will have to be done by separate movie sequences.

> Assume I have a single clip, `stream1.m2v' (it has audio also and menu created via spumux).
> Showing menu_1 (playing chapter 1)   [btw, is it possible to have it looping?]

To make a menu loop, just have a <post> sequence which jumps back to the 
start of the menu. For example:

     <pgc entry="root">
         ... button definitions ...
         <post>
             jump menu entry root;
         </post>
     </pgc>

> then the user clicks a button...
> showing transition (playing, you say, chapter 7)
> showing menu_2 (playing, you say, chapter 3)
> then the user clicks a button...
> showing transition (playing, you say, chapter 11)
> showing menu_1 (playing chapter 1 again)

So you want an automatic series of steps to happen when the user clicks 
just one button?

Yes, this is doable. At the end of the chapter 7 transition above, you 
have a <post> sequence which automatically jumps to menu_2. And so on.

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.