Next Button within Stories to change Track

I am trying to do a Play All feature which will allow the user to advance to all of the (79) Chapters on a training DVD that I am making. There are end jumps on each of these chapters so I have had to divide it into 2 tracks otherwise I get the 'too many end jumps/chapters' message.
I am wanting to do a Play All function allowing the user to press the 'Next' button. This is fine for track 1, but a fiddle getting track 2 to work. Anyway, I have managed this by putting in a 'dummy' chapter at the end which jumps to track 2. Anyway, my problem is that once the user is on track 2, they cannot press the Back button to get to the previous ones on Track 1.
Hope this makes sense! Perhaps I need to do a script which will make this work - I am not sure. DOes anyone have any ideas what would be best?
Thanks, Martin.

For what you're looking to do, yeah, I think scripting is more appropriate. You should then be able to create scripts to place into the Prev Jump property (which I don't believe is a property available when doing Stories. Or is that Next Jump?).
Anyway, is there any reason that you have to use End Jumps on Chapters? Because of player compatibility issues, that's not recommended...

Similar Messages

  • How do I make this code generate a new pro when the "NEXT" button is pushed

    How do I make this code generate a new set of problem when the "NEXT" Button is pushed
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    /* Figure out how to create a new set of problms
    * Type a list of specifications, include a list of test cases
    * DONE :]
    package javaapplication1;
    import java.awt.GridLayout;
    import java.awt.Window;
    import javax.swing.*;
    import java.awt.event.*;
    * @author Baba Akinlolu -
    class Grid extends JFrame{
        int done = 0;
        final int score = 0;
        final int total = 0;           
            //Create Panels
            JPanel p2 = new JPanel();
            JPanel p3 = new JPanel();
            final JPanel p1 = new JPanel();
            //Create Radio buttons & group them
            ButtonGroup group = new ButtonGroup();
            final JRadioButton ADD = new JRadioButton("Addition");
            final JRadioButton SUB = new JRadioButton("Subtraction");
            final JRadioButton MUL = new JRadioButton("Multiplication");
            final JRadioButton DIV = new JRadioButton("Division");
            //Create buttons
            JButton NEXT = new JButton("NEXT");
            JButton END = new JButton("End");
            //Create Labels
            JLabel l1 = new JLabel("First num");
            JLabel l2 = new JLabel("Second num");
            JLabel l3 = new JLabel("Answer:");
            JLabel l4 = new JLabel("Score:");
            final JLabel l5 = new JLabel("");
            JLabel l6 = new JLabel("/");
            final JLabel l7 = new JLabel("");
            //Create Textfields
            final JTextField number = new JTextField(Generator1());
            final JTextField number2 = new JTextField(Generator1());
            final JTextField answer = new JTextField(5);
        Grid(){
            setLayout(new GridLayout(4, 4, 2 , 2));
            p2.add(ADD);
            p2.add(SUB);
            group.add(ADD);
            group.add(SUB);
            group.add(MUL);
            group.add(DIV);
            p2.add(ADD);
            p2.add(SUB);
            p2.add(DIV);
            p2.add(MUL);
            //Add to panels
            p1.add(l1);
            p1.add(number);
            p1.add(l2);
            p1.add(number2);
            p1.add(l3);
            p1.add(answer);
            p1.add(l4);
            p1.add(l5);
            p1.add(l6);
            p1.add(l7);
            p3.add(NEXT);
            p3.add(END);
            //Add panels
            add(p2);
            add(p1);
            add(p3);
            //Create Listners
            Listeners();
    void Listeners(){
          NEXT.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
             int answer1 = 0;
             //Grab the numbers entered
             int numm1 = Integer.parseInt(number.getText());
             int numm2 = Integer.parseInt(number2.getText());
             int nummsanswer = Integer.parseInt(answer.getText());
             //Set the score and total into new variabls
             int nummscore = score;
             int nummtotal = total;
             //Check if the add radio button is selected if so add
             if (ADD.isSelected() == true){
                 answer1 = numm1 + numm2;
             //otherwise check if the subtract button is selected if so subtract
             else if (SUB.isSelected() == true){
                 answer1 = numm1 - numm2;
             //check if the multiplication button is selected if so multiply
             else if (MUL.isSelected() == true){
                 answer1 = numm1 * numm2;
             //check if the division button is selected if so divide
             else if (DIV.isSelected() == true){
                 answer1 = numm1 / numm2;
             //If the answer user entered is the same with th true answer
             if (nummsanswer == answer1){
                 //add to the total and score
                 nummtotal += 1;
                 nummscore += 1;
                 //Convert the input back to String
                 String newscore = String.valueOf(nummscore);
                 String newtotal = String.valueOf(nummtotal);
                 //Set the text
                 l5.setText(newscore);
                 l7.setText(newtotal);
             //Otherwise just increase the total counter
             else {
                 nummtotal += 1;
                 String newtotal = String.valueOf(nummtotal);
                 l7.setText(newtotal);
      //Create End listener
    END.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
            // get the root window and call dispose on it
            Window win = SwingUtilities.getWindowAncestor(p1);
            win.dispose();
    //new Grid();
    String Generator1(){
         int randomnum;
         randomnum = (1 + (int)(Math.random() * 100));
         String randomnumm = String.valueOf(randomnum);
         return randomnumm;
    public class Main {
         * @param args the command line arguments
        public static void main(String[] args) {
            // TODO code application logic here
            JFrame frame = new Grid();
            frame.setTitle("Flashcard Testing");
            frame.setSize(500, 200);
            frame.setLocationRelativeTo(null);
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setVisible(true);
    }Edited by: SirSaula on Dec 7, 2009 10:17 AM

    Not only are you continuing to post in the wrong forum but now you are multiposting: [http://forums.sun.com/thread.jspa?threadID=5418935]
    If people haven't answered you other posting its probably because we don't understand the question. Quit cluttering the forum by asking the same question over and over and then next time you have a new question post it in the proper forum. Your first posting was moved becuase you didn't post it properly.

  • Subtitles change language when using next button

    Hi,
    I keep having this problem. I frequently create DVDs in DVDSP 3 with multiple languages, multiple tracks, and often stories within the tracks. Everything works fine in simulator and when played back on a computer. However when I play back on DVD player, I get a recurring problem. If I am watching a video with French subtitles, and I hit next button and I happen to be at the end of the video, the DVD jumps to the first story of the next track (which is fine), but subtitles change to English. It's driving me crazy, any ideas? thanks! - Melissa
    G5   Mac OS X (10.4.2)  

    Think I got it, few ways to approach
    (take a look also at
    http://discussions.apple.com/message.jspa?messageID=2069686#2069686,
    http://discussions.apple.com/thread.jspa?threadID=430935&tstart=0
    think I did more explaining there)
    Set up menu/first play - You could just set a GPRM, lets say GPRM 0, to the value of the button pressed (1024 is 1, 2048 is 2 etc.) then at anytime thereafter have the tracks or stories execute a pre script to set the subtitle.
    So the script after the button pressed would include the following (assume button1 is french, button 2, spanish, button 3 english and that subtitle streams the same order, does not have to be)
    mov GPRM 0, SPRM 8 //SPRM 8 is the button that was pressed
    div GPRM 0/1024 // changes 1024, 2048 etc to 1, 2, 3, etc.
    And a prescript for each track would be as follows
    //If button 1 (French) was selected set to stream 1 for
    SET STREAM 1 IF GPRM 0 = 1
    SET STREAM 2 IF GPRM 0 = 2

  • Changing FPM Next button on Last Screen for GAF Floorplan

    I have set up a GAF floor plan to walk the users through a custom process and I want to change the label and event ID for the "Next:Button" on the last step.  I see in the component configuration when I click on the Next:Button on the last step I can configure and change these attributes, however, every time I test my application the last step still has the Next button displayed and inactive.
    How do I get my custom text label and event to display and be active on my last step of the GAF floorplan?
    Thanks for the help.

    Hello Tom,
    generally we do not recommend hiding Previous and Next button of the GUIDED activity floorplan (GAF), because those are the basic buttons to navigate through the scenario.
    What you would like to have is a possibility which hinders the user navigating to a further step. You can do that by setting the navigation event FPM_NEXT_STEP and setting it - under a certain condition - to value FAILED. You do this within PROCESS_EVENT of your UIBB component or AppCC, setting exporting parameter EV_RESULT = 'FAILED'.
    To show the user the failure of the event, additionaly you could raise an FPM error message - inside there you could also mention the reason why navigation has stopped.
    Best regards,
    Julia Bender

  • Trying to download App on iPad message comes up: This Applie ID has notyet been used in the iTurnes Store. I am directed to Review but although my country (Canada) is highlighted, the is no NEXT button

    Just setting up an inherited iPad and am trying to download App on iPad. Message comes up: This Apple ID has not yet been used in the iTurnes Store. I am directed to Review but although my country (Canada) is highlighted, the is no NEXT button.  How can I buy something if I can't get past the AppleID issue?

    Hello, Surajit Chakraborty
    Thank you for visiting Apple Support Communities. 
    To create an Apple ID without a credit  or debit card, there is a specific series of steps that have to be processed in order to allow the payment to be set as none on creation of the account.
    Creating an iTunes Store, App Store, iBooks Store, and Mac App Store account without a credit card
    http://support.apple.com/kb/HT2534
    If the specific steps have not been processed, a credit or debit card will be required to complete the setup the account.
    However, it can be removed and payment method changed to none as long as there is not an outstanding balance.
    iTunes Store: Changing account information
    http://support.apple.com/kb/ht1918
    Hope that helps,
    Jason H.

  • TS1389 I've purchased an album through the itunes store and every track plays except one which continually asks me to authorise my computer.  I've tried all the steps suggested above but still no joy.  Anyone have any ideas what i can do next?  Thanks  Pa

    I've purchased an album through the itunes store and every track plays except one which continually asks me to authorise my computer.  I've tried all the steps suggested above but still no joy.  Anyone have any ideas what i can do next?  Thanks  Paul

    Sounds like you have a "damaged track" or "damaged file".
    This worked for me today downloading Kendrick Lamar's new Album "good kid, m.A.A.d city".
    My situation: I bought the album today for my Mac,  MacBook Pro, iPad 2, and iPhone 4S devices.
    Issue: One song (only on my MacBook Pro) would not play, instead display "
    EX: left"
    Solution: 1. Manually delete the song (giving you the error) permantly from the authorized computer.
    2. Open iTunes, Click iTunes Store (left sidebar), and locate Quick Links and then click Purchased to proceed.
    3. Click "Not On This Computer", find the song that wouldn't play, and re-download it again.
    4. Check your Music Library for your song (Should download inside the associated album) and hit play.
    EX: (Song I purchased that wouldn't play because of authorization, playing)
    Enjoy!

  • App store Next button not working sometimes when searching for apps

    In the app store (using iPad with iOS 4.3.1), when i search for certain words and click on "See All", the next button does not always work. It is enabled (white) and there are more apps to be seen, but tapping either the one top or bottom simply does nothing. Other times, it works fine. I just started seeing this problem after applying the iOS 4.3.1 updates.

    Not sure about the layout on PC but try this.
    (1) Starting at home screen (click the house icon top, middle). (2) Top right, click on Library button. (3) Next screen, top left, click the icon that says Music.  It will pull up a menu where you can select Apps (also movies, tv, etc).
    At the bottom right you should see your update button for your apps and telling you the count of those.
    Good luck

  • Using Next Button To Go From Track To Track?

    I'm working on a concert DVD. The show has two sets. The content was edited elsewhere and I'm doing the authoring only. They send the first and second sets as two separate files MPEG files (with matching audio). No biggie for my authoring accept this...
    If a user is using the next and back buttons to go from song to song, how can I make the next button go to the first marker of the next track from the last marker of the last track? In other words, how can one navigate from the last song of set 1 to the first song of set 2 with the next button considering they're on separate tracks? Right now it simply doesn't do anything when pressing next during the final song of the first set.
    I normally put both sets into one file but I'm stuck with two files here.

    I've found the marker in the advanced connection tab but not sure how to direct it.
    Its not the Marker you need to Direct its the Track. If you select Track 1 in Graphical View or the Outline Tab. Then go to the Connections Tab>Advanced View. You can set the Next Jump option for the Track. Then you can set the Prev Jump option for Track 2 by selecting it and heading back to the Connections tab.
    Look-up sequential-PGCs (PGC = Program Chain) and Multi-PGCs. You may need to google as its spec stuff and you wont find that level of info in the dvdsp manual probably. You might want to search the discussions too... not sure it's come up before.
    -Jake

  • Changing the label of Next button in af:trainButtonBar

    Hi,
    I have a bounded task flow that contains 5 train stops.
    In each step, I’m using the train button component to show the back and next buttons.
    In the third train stop, I need to change the label of the next button to something else (read from a resource bundle if possible) but I need to do it only for this taskflow and for this step only.
    I found that I can do this with the skinning, but this will change it for the whole application no? but I need to do it for this task flow only
    Any hints how can i change the label?
    Thank you

    Hi,
    The task flow I’m implementing is a simple task flow where the user navigates through all the stops. No stop is skipped. So the af:trainButtonBar is very suitable for my case. The only modification I need is to change the text label of the next button from “next” to “a string read from a resource bundle”.
    In the example in the link, we are using command buttons but what I need is to stick to af:trainButtonBar with just changing the label.
    Thank you again

  • Automatically switches me to different apple store! I am using UAE store , but now it says I am using Singapore! But when I go to apple store and change it to UAE again , it charges 1 dhs and it work for the day. It behaves differently the next time ?

    Automatically switches me to different apple store! I am using UAE store , but now it says I am using Singapore! But when I go to apple store and change it to UAE again , it charges 1 dhs and it work for the day. It behaves differently the next time ?

    Where did you buy the iPad and register your iTunes account? What country is the credit card you used when you set up your iTunes account?  Where are you now?
     Cheers, Tom

  • HT2470 The Finder toolbar, by default, has Previous and Next buttons that let you navigate back and forth in folders. I somewhat change that setting and can't go back and foreward. How do I change this setting to the original one? I tried everything!

    The Finder toolbar, by default, has Previous and Next buttons that let you navigate back and forth in folders. I somewhat change that setting and can't go back and foreward. How do I change this setting to the original one? I tried everything! Help!

    Select a Finder window, Finder->View->Customize Toolbar…, and add it back.

  • Get the value of a selected radio button within a ToggleGroup

    All
    Please see the script below. All I'm trying to do is to identify the selected radio button within a ToggleGroup. This has been working in JavaFX 1.2.
    This is JavaFX 1.3 running on NetBeans 6.9 (beta) on Ubuntu 10.04
    Does anyone know why this is no longer working?
    import javafx.scene.Scene;
    import javafx.stage.Stage;
    import javafx.scene.control.ToggleGroup;
    import javafx.scene.control.RadioButton;
    import javafx.scene.layout.HBox;
    import javafx.scene.control.Toggle;
    def levelGroup = ToggleGroup {};
    var selected: Toggle = bind levelGroup.selectedToggle on replace {
        // here I want to capture the value of the selected toggle
        // the outputted value is always 'null'
        println("level toggle = {selected.value}");
        println("selectedToggle = {levelGroup.selectedToggle.value}");
    Stage {
       scene: Scene {
          width: 300
          height: 300
          content: [
             HBox {
                    translateX: 100
                    translateY: 67
                    spacing: 20
                    content: [
                        RadioButton {
                            toggleGroup: levelGroup
                            text: "Easy"
                            selected: false
                        RadioButton {
                            toggleGroup: levelGroup
                            text: "Medium"
                            selected: true
                        RadioButton {
                            toggleGroup: levelGroup
                            text: "Hard"
                            selected: false
    }

    Actually, your code above wouldn't have worked in JavaFX 1.2 as we only added the value property to the new Toggle mixin in 1.3. I believe what worked for you in 1.2 was when you referred to text, which is not a property on Toggle, so you need to cast the selected variable from Toggle to a RadioButton, which does have a text property. For example, this would work:
    var selected: Toggle = bind levelGroup.selectedToggle on replace {
        println("level toggle = {(selected as RadioButton).text}");
        println("selectedToggle = {(levelGroup.selectedToggle as RadioButton).text}");
    }Alternatively, instead of casting like this, you can store a value in the value property of the Toggle mixin class, which is extended by RadioButton. For example, your code could be changed to the following (in particular note that the only change is the addition of the value properties in each of the RadioButton):
    import javafx.scene.Scene;
    import javafx.stage.Stage;
    import javafx.scene.control.ToggleGroup;
    import javafx.scene.control.RadioButton;
    import javafx.scene.layout.HBox;
    import javafx.scene.control.Toggle;
    def levelGroup = ToggleGroup {};
    var selected: Toggle = bind levelGroup.selectedToggle on replace {
        println("level toggle = {selected.value}");
        println("selectedToggle = {levelGroup.selectedToggle.value}");
    Stage {
       scene: Scene {
          width: 300
          height: 300
          content: [
             HBox {
                    translateX: 100
                    translateY: 67
                    spacing: 20
                    content: [
                        RadioButton {
                            toggleGroup: levelGroup
                            text: "Easy"
                            selected: false
                            value: "Easy"
                        RadioButton {
                            toggleGroup: levelGroup
                            text: "Medium"
                            selected: true
                            value: "Medium"
                        RadioButton {
                            toggleGroup: levelGroup
                            text: "Hard"
                            selected: false
                            value: "Hard"
    }This approach saves you from having to cast from Toggle to RadioButton. This second approach is actually very powerful, as you can store any object in the value field, and can then easily retrieve it at a later point when the user selects the desired RadioButton. Of course, you can just use it as in the simple case above as well.
    I hope that helps.

  • Play a Movie Clip on a frame In Main SWF from a button, within 2 MovieClips

    I’m using AS2, Flash 8
    I have a frame on my main Timeline Called “Gallery” within this frame I have 2 movie clips, which I need to work together:
    One is called:
    Gall_Lge_1
    Which contains 37 frames.
    Each frame has a different movie – basically 37 different photos which pop up on each frame.
    (MC’s named Lge_1, Lge_2, Lge_3 etc)
    The second Movie Clip I have on here is called:
    gall_strip_mc
    Which contains a movie clip called strip1 , (which is set to scroll its contents controlled by buttons on ”Gallery”- which works) inside that is a movie clip called strip_all , and contains one frame with 37 buttons/photo thumbnails, (Buttons named btn1, btn2, btn3 etc which I require to link each individual button to the corresponding photo/frame in Gall_Lge_1  …
    So,
    btn1 will go to and play Lge_1(Frame 1 of Gall_Lge_1)
    btn2 will go to and play Lge_2(Frame 2 of Gall_Lge_1)
    I’m stuck and can’t get it to work..
    Here is the site – under ‘Gallery’ so you can see what I’m trying to achieve
    http://www.blueshelldesign.com.au/draft/
    (I’ve placed in Back and Next buttons next to ‘Gall_Lge_1’ so you can see how its suppose to look when the thumbnails from ‘gall_strip_mc’ are clicked)

    First, you do not use quotes when you are specifying a frame number, so try changing that first.  The only time you use quotes for that argument is for frame label strings.
    If it still won't play, are you sure that the button is coded properly and executes the function when clicked?  You should put a trace in the function to make sure.  Also, you could try using _root instead of _level0... I forget the difference, if any, but _root will definitely get you to the main timeline.
    btn2.onRelease = function() {
         trace("btn2 clicked");
        _root.Gall_Lge_1.gotoAndPlay(2);

  • Next button behavior in iOS7

    In iOS6, On clicking next button(>>|) in Fullscreen of video player, the tap is sort of ignored if there is no next video track available .Where as in iOS7,for the same scenario,the video screen is removed. Is it a bug or is it a functionality change done purposely?

    Hello,
    Normal behavior of a button, to release play head when an action is performed. I have two solutions:
    Don't open the pdf in the current window, but choose another option and uncheck Continue Project. This is only available for this kind of action:
    Second solution that is valid for all kind of actions, not only for opening a PDF is to replace the single action by a standard advanced action:
    http://blog.lilybiri.com/why-choose-standard-over-simple-action
    Or if you prefer a video: http://www.youtube.com/watch?v=M3nKi-DB6Fw
    Lilybiri

  • ODBC data sucessfully connects, but NEXT button doesn't work

    In short I have a forum which sucessfully gets the first record from the DataConnection.  The problem is I seem to only be able to get the first record and cannot navigate to other records.
    I have added a NEXT button, set up for JavaScript, Client, on Click with the common xfa.sourceSet.DataConnection.next();      code, however when previewing the form (still within LiveCycle) even though I can sucessfully pull the first record from my table, clicking the 'NEXT' button does nothing at all, not even an error.
    Any suggestions on what I am missing?
    Other Info:
    -I am using a MS Access database (.mdb format) with the Microsoft Access Database driver.
    -I tried using both User and System DSN's in windows which I am calling when setting up the Data Connection.
    -When configuring my DSN's the tests always succeed (and I can call the first record).
    -Setting up the Data Connection in Adobe seems to work and shows all of the possible fields in my table.
    -I bind my fields to the form, preview it, and see the first record in my table.
    -I can add many types of buttons that work, such as printing, emailing, or changing pages of the form, but anything related to database record navigation is not working.
    -I am positive that when I call xfa.sourceSet.DataConnection.next()  that the 'DataConnection' name is matching exactly my actual Data connection.(seems to be a common problem for people)
    -I've followed about 3 different tutorials exactly and they seem easy to go through, but when they add their Next button it works fine.  Mine doesn't.
    -I've tried starting from a new, blank project as well but cannot change records.
    -I've even tried adding or removing the semicolon at the end of: xfa.sourceSet.DataConnection.next();
    What am I missing?   Is there something potentially wrong with my data connection even though it seems to work?
    Thanks.
    -Mike

    Today I did some troubleshooting.  Instead of using MS Access I set up simple MySQL database with 3 text fields (no auto-incrementing fields).  Again I was able to quickly connect my LiveCycle form to the MySQL ODBC data source and display the first record from the table but any buttons with click actions that run and javascript lines beginning with xfa.sourceSet.{Name of my data source in LC here}.* commands do not work at all.
    I know my buttons work.  I can run some xfa.host.messagebox("blah") commands to test that clicking the buttons triggers the javascript code, it's only the xfa.sourceSet.* lines that aren't working.
    Now that I have even changed databases and ODBC drivers, what am I still doing wrong?  Once I set up the DataConnection in LiveCycle I am then right clicking on it to select 'Generate fields' or clicking and dragging the fields from my DataConnection to the form.  It displays the data, but why can't I work with it.
    What am I doing wrong?
    I am desperate.

Maybe you are looking for

  • Oracle 11g : Sequence Issues after impdp

    Hi All, We are migrating from Oracle 10g to Oracle 11g. As part of this, we take a expdp from 10g and successfully did an import using impdp on to Oracle 11g database. But the problem is, there were few Primary key violations which occurred and all o

  • What is "Wake Reason: UHC2"? My Mac Pro woke up this morning at 6:08a. I'd rather it didn't wake up on its own. Thanks.

    I have an April 2009 Mac Pro 2 x 2.26 Quad Core Xeon with 28GB of 1066 MHz DDR3 and a 240GB SSD, running OS X 10.9.4. None of the boxes are checked in my Energy Settings (Wake from LAN is not checked), and wake for Bluetooth is not checked. Thanks. S

  • Regarding the SAP PI 7.1 ....installation...!

    Hi All, Can any one give me any links or Documents where i can find information about what all one needs to get the Access for the SAP PI and ESR to Run in the System ....! with an example scenario ...! Thanks , Aziz khan

  • Time Machine stopped backup

    Time Machine has stopped the backup procedure and claims that there is not sufficient space. The disk has 750 GB out of which 580 GB are used and 169 GB free. The error message claims 48,76 GB would be needed, but only 30,02 are available. I am reall

  • Drag & drop problems

    I have a Mac Pro, with macos 10.8.3. Drag and drop does not work in the Finder, the icon will stick to the cursor when the mouse button is returned to its original place. The functionality is restored after a reboot, but not for long.