Simple Question..easy Answer! How to return movie to main menu after end?

In simulate, the movie simply stops after playing. Same situation with the burned copy. How do i set the movie to return to the menu automatically when done playing?
There is only one chapter in my movie and one menu, so it's pretty straight forward. Thanks.
-Mike

What Eric said, but initially if you drag a track from the Outline view to a button and select "Connect to Track" from the drop-down menu, it will set the jump to and from the button for you.

Similar Messages

  • How to return to Application Main menu

    Hello,
    I am coding custom SSHR function and many times I would like to cancel the whole action and return to main menu.
    How do I do it with JSPForward ? What to put in URL parameter of the method ?
    Does it have to do with {@@RETURN_TO_MENU}
    Thank You so much in advance
    Michal

    You could call OA.jsp?OAFunc=<HomePage Function Name>
    something like
    pageContext.setForwardURL("OA.jsp?OAFunc=OAHOMEPAGE",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true, // Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAWebBeanConstants.IGNORE_MESSAGES);

  • My unlocked iphone couldn't return to the main menu after i tried to download itunes.it stucked on itunes connecting page.

    my unlocked iphone couldn't return to the main manu from itunes downloading symbol.i restarted now and then.and no phone connection.

    If you have a valid SIM card, then try the steps in this article to remove the SIM card to ensure it's seated properly, and try again.
    http://support.apple.com/kb/HT5163
    Also, you said this is an unlocked phone, you may have to contact your carrier to verify the phone was unlocked in thier system.

  • Doesn't return to main menu after slideshow

    I put together some photos in iPhoto and then used the export to iDVD command to create a DVD of the slide show. I watched the slideshow all the way through in the preview mode in the iDVD app, and when the slideshow was finished, it went back to the main menu. Then I burned a DVD of it and put it in my home DVD player, and when it gets to the end of the slideshow it just stops and shows the screen on my TV like there is no DVD in the player - the blue screen with the DVD logo. I tried putting the DVD in my other computer and it returned to the main menu after the slideshow from the DVD, so the problem seems to just be with my Panasonic home DVD player.
    I also have a movie on there that I created in iMovie. When that plays on my home DVD player it returns to the main menu when it is finished.
    Any reason why this is doing this and what I can do about it? Since my internal DVD burner went bust, I'm using an external DVD burner, but I can't imagine that would have anything to do with it.
    Thanks.

    Okay, I figured it out. After much heartache and frustration I finally figured it out. I couldn't quite accept the fact that it may have been due to the type of DVD I was using - especially when you can't go out and buy just one blank DVD.
    Anyhow, after getting frustrated with iDVD, I decided to try putting the project together using DVD Studio Pro 3. What I noticed is that, when trying to build a slideshow, I couldn't use more than 99 photos. I actually had 101 photos in my slideshow. So, I went back to iDVD and took out 2 photos so that I had a total of 99 in the project. Then, when I played it in my home DVD player, it worked fine. It went back to the main menu after completing the slideshow.
    So, moral of the story is, in iDVD 6, you can't use more than 99 photos in your slideshow.

  • Applecript and xcode. Simple question, unknown answer. help!

    Hello,
    I am completely new to XCode and have been trying to use some self-made applescript libraries for a new Applescrip-xcode app.
    My question is just how to call from my main script (applescrip) the functions inside those libraries. I used to do something like this (and works fine) when using applescript editor:
    set library_file to "pathtolibFolder:myLibrary.scpt"
    set myLibrary to (load script file (library_file))
    set aVariable to aFunction() of myLibrary
    This code (I think obviously) does not work in xcode, and I think there should be somewhere something like:
    #include "myLibrary.scpt"
    Those self-made-libraries are already compiled and have been imported (non .applescript but .scpt), de-compiled and re-compiled by xcode correctly (no errors), but I don't know where I have to put the connections to those libraries in my project. I'm sure the answer is simple but I'm unable to find it by myself.
    Thanks!
    Message was edited by: rampol

    Replying myself... I think I've found the answer, not yet tried but looks nice. I post (paste) it here cos it might be useful to someone. I'll let you know if that works:
    How could I include an applescript as its own ASOC class?
    It's pretty straightforward. In XCode, Make a new file ... class... ASOC.
    And you can basically paste in your applescript into the middle of the file that is created. Make sure that you change the names of any handlers you want to call from outside the class into ASOC methods by adding an underscore between name and parentheses; i.e. from doThething() to doTheThing_()
    A typical applescript handler:
    property aProperty : "a string"
    global aGlobal
    on doTheThing(withThis)
    return retVal
    end doTheThing
    as its own ASOC class:
    script aScriptClassName
    property parent : class "NSObject"
    property aProperty : "a string"
    global aGlobal
    on doTheThing_(withThis)
    return retVal
    end doTheThing_
    end script
    Then, to call the methods in your new ASOC class from another ASOC class, the easiest thing to do is add your new class to your application's Interface Builder NIB and connect it to a property in the ASOC class you want to call your methods from.
    property myOtherClass : missing value
    myOtherClass's doTheThing_(itsInput)
    -------------------------------------------------

  • How do you return to main menu at end of movie in iDVD 11?

    I have created a movie in iMovie '11 with chapter markers, and imported it into iDVD 7.1.2 (1158) on an iMac
    running OS X Lion 10.7.2
    The movie imports all chapters with corresponding labels perfectly. I added a chapter at the very beginning of the movie in iMovie, and it shows up fine in iDVD.
    I removed AutoPlay since I want the DVD to play the Main Menu upon inserting it into a DVD player. What I can't figure out is how to make the DVD return to the Main Menu once it finishes playing to the end of the movie. It will automatically go to the Chapters selection menu instead. Is it possible to have it return to the Main Menu?
    In God's Harmony

    It is very possible that your iDVD Project has no Chapter Markers.
    It's possible.  My "project" which included pictures as well as movies was all done in iPhoto as a slide show.  From there I exported the slideshow into iDVD.
    I sort of messed up "I think."  I believe I did the original burn incorrectly-tester #1.  I re-burned another one this afternoon which turned out very well-tester #2.  Think I will stick with the options I used for tester #2 since it was the easiest.
    For "chapters" I will need to do some extensive "how to" reading especially when it comes to iMove.  I used iPhoto since it accepts both photos & movies.  I "think" iMovie only deals with movies?
    Thank you very much for your last post.  It was very helpful. 
    Now onto the iPhoto fourms to learn how to "add" photos & movies to where I want them, not where the computer wants to put them.

  • HT1600 Since the latest up-date I can't see any movies.  I always returns to the main menu.  Is anyone else having this problem and how do I fix it?

    Since the latest up-date I can't see any movies.  It always returns to the main menu.  Is anyone else having this problem and how do I fix it?  We have gone 3 days without the use of renting movies.

    Welcome to the Apple Community.
    First you should try logging out of your iTunes Store account (settings > iTunes Store > accounts) and then back in again.
    If that doesn't help, try resetting the Apple TV (Settings > General > Reset > Reset all settings). You should also try restarting your router.
    If both of the above don't help, you should try a restore (Settings > General > Reset > Restore).

  • HT201303 I forgot my security questions and answers, how can i retrieve my answers? Please reply! Thanks :)

    I forgot my security questions and answers, how can i retrieve my answers? Please reply! Thanks :)

    Welcome to the Apple Community.
    Start here, and reset your password, you will receive an email with your new password, then go to manage your account > Password and Security and change your security questions.
    If that doesn't help you might try contacting Apple through iTunes Store Support

  • HT5312 I've forgot security question and answer, how can I add rescue mail address and how can I reset my security question and answer?

    I've forgot security question and answer, how can I add rescue mail address and how can I reset my security question and answer?

    You need to ask Apple to reset your security questions; ways of contacting them include phoning AppleCare and asking for the Account Security team, clicking here and picking a method for your country, and filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (105466)

  • How can I move then main text in the San Francisco - CV? I moved my name (the box) and adress by just moving them up. But cant move the text!?

    Hi how can I move the main text in the "San Fransisco CV" up.
    The name thats in the "box" as the "adress" ect, is easy to move up...
    But the main text please...
    BR,
    D

    David,
    The various templates in Pages seem to have been designed by individuals without much guidance or mandate for standard approaches to layout. In a way, tha's good because you have a variety of philosophies to choose from.
    The message is that you can't take what you learned here and assume that all the templates work this way. I answered your question by turning on the Layout View and looking at the Inspectors to see what controls had been used.
    Jerry

  • How to auto return to main menu after track plays

    On my main menu I have two buttons. Each accesses a different video asset. But when the user selects one of the videos to play at the end of play I need the user to be returned to the main menu. Currently, at the end of video play the screen just sits on the last frame, which is black, and does not return to the main menu. In the simulator, if I hit the menu button it goes back to the main menu but I would like it to return to the main menu automatically after the video that has been selected is finished playing. I have searched through the DVD SP manual and so far can't find out how to do this. Do I have to write a script for this simple action? Is there a setting that simply makes a target track jump back to the main menu after it plays? Thanks as ever for your excellent advice.

    You need to set the end jump for the track... click on the track in the outline or graphical view, look in the property inspector. Near the top there is a drop down for the end jump - use that to set where to go back to... in your case the menu.

  • Probably incredibly simple question, so sorry. I have just changed e-mail after many many years and I want to e-mail everyone in my mac mail client with the new e-mail address at the same time.

    Probably incredibly simple question, so sorry. I have just changed e-mail after many many years and I want to e-mail everyone in my mac mail client with the new e-mail address at the same time.

    If you are using Address Book, open it, create a new Group, select all you contacts by click the top one while holding down the shift key and then select the last one. Drag the contacts to the group, then send an e-mail to the group.

  • Return to main menu after chapter...

    Is iDVD capable of returning to main menu after a certain chapter plays? The reason I ask is because I have a clip I would like to keep "hidden" - it's technically chapter 3, but I don't want it to play as part of the movie - I only want it be played by selecting "extra scene" in the main menu (don't really want it in the scene selection menu, but i'd take that also)- but I have a feeling iDVD can't do that... I hope i'm wrong though.
    Another thing - i'm putting together a dvd with concerts - is it possible to have a menu and a scene selection menu for EACH show? For instance - concert #1 would have a menu - with a scene selection spot - and concert #2 would have the same - and 3 and so on... Of course, that brings me back to my first question - can these play without running together?
    or do I need DVD Studio Pro? cause I think that's probably what i'm gonna have to look into.

    Separate iMoive or FC projects can be input separately.
    You can split a moive and import only what you want by exporting it to Quicktime alone.
    But if something is a part of your main video project, it will play along with the other parts.
    You can delete its chapter selection from your menu, but the video will still play in order in the project.
    And, no iDVD can't return to the main menu from a certain chapter in the project.
    The only way to do that is to (as stated above) import that video separately.
    I'd say you still have a lot of options before you jump to DVDSP.

  • Automatic play reverts back to main menu at end of movie.

    I want the DVD to autoplay, without having to make a menu. But automatic play always reverts back to the main menu at end of movie. How do I make an autoplay with no menu at all?

    Hi
    a. Not possibly
    b. By faking a "Non-menu" one can get that impression.
    • Black background slide
    • No animation
    • No audio
    c. You can select loop. Then it doesn't end on a menu but keeps on playing.
    d. I think that if You use the OneStep-DVD You'll get a non-menu at the start
    (auto-starting) and no menu at end.
    I would do. Copy movie back to a miniDV tape (Camera) and use OneStep-DVD from this.
    There might be other ways to do this.
    Yours Bengt W

  • Mail returns to 'main menu'.  My mail worked for over a year - now when i enter mail it returns to the 'mail menu' immediately.  I disconnected wireless connection and it still returns to the main menu immediately. HELP!

    Mail returns to 'main menu/desktop'.  My mail worked for over a year - now when i enter mail it returns to the 'mail menu' immediately.  I disconnected wireless connection and it still returns to the main menu immediately. PLEASE HELP!

    - Have you tried resetting your iPod:
    Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Can you access the mail account(s) on another device and look for a problem email that may be causing the problem
    - You could try deleting account(s) and recreating them

Maybe you are looking for