Toggle CC button advances the slide

Hello

I have a path with a transparent button that is activating / deactivating the captioning encoded or not. Each slide is a break when it reaches the end so that the learner can click on the next button. However, if the learner reaches the end of the slide and happens to click twice on this toggle CC button, it advances the slide.

Any ideas on how to stop doing that?

Thank you

Kristen

You must create a tip Action that will run the activation/deactivation process, then link the button to the peak Action.

See you soon... Rick

Tags: Adobe Captivate

Similar Questions

  • Is it possible to set up a slideshow in Muse that will allow a user to use the arrow keys on the keyboard to advance the slides in a browser?

    Is it possible to set up a slideshow in Muse that will allow a user to use the arrow keys on the keyboard to advance the slides in a browser?

    Hello

    Take a look at a similar debate here

    Re: To navigate in the slide show with the arrow on the keyboard?

    keyboard control arrows to slideshow and lightbox Widget

  • CP:6 have 5 buttons on the slide, all together to the URL...

    Hello

    I added 5 buttons to a slide and each of them have been set to go to the URL, but after clicking on 2 of them the blade moves to the next slide.

    None of them go to the next slide in stocks etc... confused!

    Does anyone else have this problem?

    Any help apperciated :-)

    Of course, have

    Maybe this link will help?

    Click here

    See you soon... Rick

  • How can I remove a button in the slides of interaction of process?

    I see that I can add a button when using slides of interaction of the process, but I can't figure out how to remove a button so that I only have three instead of four.  Any ideas?

    Double click on the offending button. When the text of the new label is available to change, there should be a negative sign "-" button to the left. Click to remove the button.

  • Insert Slide button eliminates the slide duration

    I use Captivate 5.0.2 and met with something 'strange '.

    I have create a slide with a duration of 5 seconds with a preference "to continue to the next slide.

    I then put a button on this slide, start at the beginning of the slide, in order to define the properties of this button to access the slide 3.

    I then publish, and when I look at the presentation, it takes until I click the button, and then it jumps to slide 3.

    I expect that if I sat there on the screen for 5 seconds, he would go to the next slide.

    Maybe I'm usng the button in order to hurt, but I couldn't find any other object that seemed to accomplish what I wanted to do.

    I figured this out.   in the button Preferences section, there is an option "pause after", you need to disable.

  • Smart form button on the slide in Question of the Hotspot

    Is it possible to use a button on smart on a question slide form when you click on it that Captivate does not the key under the screen is a potential area of hotspot?

    Not at all, replied same question recently. The entire slide is considered as being clickable in this case, and since everything on a default question slide is on top of the stack, the entire slide will cover the shape button.

    If you want a question of access point where you control everything, do not use the issue of the default access point. You can easily create a question of access point with shapes like the clickable hotspots with the big advantage that the hotspots in this case need not be squares/rectangles.

  • Highlight the button when the slide switches slide

    Hi all..

    I have the slideshow which works perfectly with the help of this forum... the 3 external loaded SWFS rotate with mitigation effect in / performed themselves as well as by clicking on the button. What I would add is to have the buttons change appearance (tint or whatever it is) - just to show what drag the user sees currently. I am very new to AS and I would appreciate it really is someone would just point me in a direction where I should place this function. Thank you very much advance - here's my code:

    Fix music
    var req:URLRequest = new URLRequest ("squeeak3.mp3");
    var sound: Sound = new Sound();
    controller: SoundChannel var = new SoundChannel();

    var b:Boolean;

    {if(!b)}
    b = true;

    function soundLoaded(event:Event):void
    {
    controller = sound.play (0,1000);

    play_btn.addEventListener (MouseEvent.CLICK, playSound);
    stop_btn.addEventListener (MouseEvent.CLICK, stopSound);
    }

    function playSound(event:MouseEvent):void
    {
    SoundMixer.stopAll ();
    controller = sound.play (0,1000);
    }

    function stopSound(event:MouseEvent):void
    {
    Controller.Stop ();
    SoundMixer.stopAll ();
    }

    sound.addEventListener (Event.COMPLETE, soundLoaded);
    Sound.load() (req);

    }

    Import classes for easier use
    Import fl.transitions.Tween;
    Import fl.transitions.TweenEvent;
    Fl.transitions.easing import. *;

    Timer
    var tl:MovieClip =;
    var slideDuration:uint = 8000; / / or use everything which
    var slideTimer:Timer = new Timer(slideDuration,0);
    slideTimer.addEventListener (TimerEvent.TIMER, autoAdvanceF);

    var previousBtn:SimpleButton;


    var btnA:Array = [one_btn, two_btn, three_btn];

    function autoAdvanceF(e:TimerEvent):void {}
    nextButtonF (previousBtn) .dispatchEvent (new MouseEvent (MouseEvent.CLICK));
    }

    function nextButtonF(btn:SimpleButton):SimpleButton {/ / use the class of your buttons type}
    for (var i: uint = 0; i < btnA.length; i ++) {}
    If (btnA [i] == btn) {}
    return btnA [(i+1) % btnA.length];
    }
    }
    Returns a null value.
    }

    Load external SWF into the hand
    var Xpos:Number = 0;
    var Ypos:Number = 0;
    var loaderA:Array = [];

    Inclinometer universal function (whenver no matter which button is clicked, the charger will be deleted

    function btnClick(event:MouseEvent):void {}

    slideTimer.reset ();
    slideTimer.start ();

    previousBtn = SimpleButton (event.currentTarget);

    var loader: Loader = new Loader();
    loaderA.push (loader);

    var newSWFRequest:URLRequest = new URLRequest ("SWFs /" + event.target.name + ".swf");
    loader.contentLoaderInfo.addEventListener (Event.COMPLETE, loadComplete);

    Loader.Load (newSWFRequest);
    Loader.x = Xpos;
    Loader.y = Ypos;
    Loader.Alpha = 0;
    addChildAt (loader, 0);
    }

    var tween: Tween;
    function loadComplete(e:Event):void {}
    for (var i: int = loaderA.length - 2; i > = 0; i--) {}
    TL ["tween_" + i] = new Tween (loaderA [i], 'alpha', None.easeIn, loaderA [i] .alpha, 0, 1, true);
    TL ["tween_" + i] .addEventListener (TweenEvent.MOTION_FINISH, onMotionFinish);
    //
    }

    e.target.loader.contentLoaderInfo.removeEventListener (Event.COMPLETE, loadComplete);
    Tween = new Tween (e.target.loader, "alpha", None.easeIn, 0, 1, 1, true);
    }

    function onMotionFinish(e:TweenEvent) {}
    Loader (e.Target.obj). Unload();
    removeChild (e.target.obj);
    loaderA.splice (loaderAIndex (Loader (e.target.obj)), 1);
    e.Target.obj = null;
    }

    function loaderAIndex(loader:Loader):int {}
    for (var i: int = 0; i < loaderA.length; i ++) {}
    {if(loaderA[i]==Loader)}
    Return i;
    }
    }
    Returns - 1;
    }


    Button Listerners
    one_btn.addEventListener (MouseEvent.Click, btnClick);
    two_btn.addEventListener (MouseEvent.Click, btnClick);
    three_btn.addEventListener (MouseEvent.Click, btnClick);


    btnA [0] .dispatchEvent (MouseEvent (MouseEvent.CLICK)) of new;


    You are welcome.

  • Is it possible to have a slide advances on its own when there are buttons on the screen?

    I wonder if there is a way to have a slide advance automatically when there are buttons on the slide, I want the eLearning course I've created for just the AutoPlay through all the slides.

    Thanks in advance!

    What do the buttons do? Just delete their point of pause and when they reach the end of the slide, and the exit action is set to continue, or go to the next slide, everything will play.

    Lilybiri

  • Problem with the use of the lightbox in combination with buttons on the Master slide

    I want to use one have a Walker of popup layer (with content), the user clicks a button on the slide.  The user can close with a button which also appears Walker that the lightbox appears.

    The lightbox layer covers the complete breech the user should click the button close before the next slide can be visited. Everything works fine

    Problem:

    Then I used and prevoious buttons on the slide master and although the layer seems to be on the top of the next and previous buttons, they stil working.

    How can I prevent the buttons on the master slide to work Walker watch the light table?

    Vico

    Each interactive object remains active even if it is covered by a non-interactive object.

    More information on the use of the shape of the buttons, either model of slides or time during the rest of the project: http://blog.lilybiri.com/why-i-like-shape-buttons-captivate-6

    ATTENTION: during time during the rest of the project, to make visible everywhere normally you put on top. But in this case, which means they'll be on top of the viewers. I did pass on the viewers once, maybe I should write in a blog.

    Lilybiri

  • Buttons do not work at the end of the slide in Captivate 4.

    I have three buttons on a slide when you click on the text. The slide is 11 seconds long at 30 fps (audio plays). The var of the "rdinfoFrameCount" system shows 329 frames. When the blade reaches the end, the buttons provide more actionable. The reversal has always turns into a hand cursor, but the 'show' action no longer works. If I save at least 8 frames he made. I backed up with the code and with the control of film. When I click the button on the slide plays to the end and I'm stuck again. I wrote the code to go to fi 320 framework the number of images = 329. He works for one click, the second time around the slide becomes white.

    Help!

    The three buttons are programmed by using the function 'show' in Captivate to display additional information. They also request a custom javascript function to ensure that all buttons are clicked before displaying the button 'Next' in the parent html page.

    Your solution works as long as the break is different for each of the buttons.

  • How do to DO NOT what it automatically advances between slides

    To do this Captivate 8, can I use the output on: break under Actions?

    3 re: How can I make NOT automatically advance slides in Captivate 6?

    Shekhar_DhimanAdobe Employee

    Hello

    Welcome to the adobe Community.

    You can use break projects until the user clicks option. Select the smartshape and on the properties pane on the right side you will see this under Options

    Personally, I try to avoid the event leaving, because the action occurs after the slide is on the left. In addition it will happen only if the last image of a slide is visited, which is not always the case if you have interactive objects on a slide that trigger actions like 'Go to the next slide'.

    You can find more information on the event here: events / Actions (Advanced) - Captivate blog

    The Exit event is not available on Quiz/Score slides.

    To stop a slide at the end, simpler scenario is to put a box to click on each slide, it time for the rest of the slide (CTRL-E). A click box is by definition invisible, and its suspension point (visible in the timeline panel) is at the end of its individual timeline. You can put it on a slide, copy, select all other slides in the film and glue. If you extend the click box so that it covers the slide, you can tell the user to click on the slide

    If you want to avoid this multitude of click boxes, you can also use a form button on the slide master.

  • Why my Quiz status completion status slide does not move the slide of predetermined success/failure

    Hello

    I've defined the status of success or failure in Quiz preferences as below: if it is adopted, it should jump to slide 8. If failure, go to slide 9 (image #1).

    But when I'm running and test the file (F4), it will stop to the State of completion assessment (Image 2) screen and never access the predefined slide. Does anyone know why? Thank you!

    Image #1:

    Capture.PNG

    Image #2:

    Capture.PNG

    Melissa

    This happens so often, users remove objects incorporated on the issue or Score slips. Embedded objects have no visible timeline. Some of them may be disabled by using the checkboxes (as backward, buttons next on question slides), others disappear automatically (submit during the review, again when trying to Quiz are exhausted), but their manual removal is always a bad idea. And the continue button on the slide to Score is also important that the Send button on Question slides. These are the buttons that trigger actions related to these slides: actions Success/Last attempt for Question slides and the passage/a defect of quality for the slide of Score measures. It's just a bit more in details what Rod told you, not another answer to everything.

    Question Question slides in Captivate - Captivate blog

    Question Question slides - part 2 - Captivate blog

    These articles describe the features and capabilities of tweaking. They were written for older versions, but are still valid.

    If you want to ignore the button continue, it is possible to create an advanced conditional action that uses the value of the variable cpQuizInfoPassFail of system to choose a jump to the appropriate slide.

  • Replay the slide animation/flv

    Hi, I have found the advanced action that allows me to play/repeat a slide but the flv/animation I have in this slide does not repeat itself. No idea how to solve this problem?

    Ok.  I get it now.  Your Repeat button is for the rewinding of the slide.  But you want that the video automatically start if the slide is rewound.

    I just tried this on a test project and it seems there is no way to force the video to play again without entering the slide to another slide.  The option of automatic rewinding won't bring closer you to your goal either.  It does not do anything in fact.

    My suggestion is that you add a blank slide in very short time just before each slide with video.  Do this fake slide of a fraction of a second of time (e.g. one-tenth of a second worked for me) and set your Repeat button to jump to that slide, so that you are actually jump to another slide first and then go back to the beginning of the video slide all in a wink of the eye.  When I tried this, I was able to get the video to repeat simply by clicking on the Repeat button on the slide.

  • Text appears (at random) to Saba, not seen in the slide in the project or in the display film (Version of Captivate 9.0.1.320)

    First report was some text on the button, the shape's text, standard text boxes were not appearing on some slides to SABA. Investigate this, when I open the captivate file I see lack of text on several slides and views of the film. When I click on physically on the text box, shape, or the button on the slide, or in the timeline panel, they appear. I save and close the project. reopen the project itself and the text is not there.

    Here is a screenshot.  You can see that there should be a lot of text on this slide but none shows in these two places. Someone at - he seen this before?

    a.png

    Ok.  Well, if your project has become corrupted, that would seem so, a solution is to try to hide groups of slides and republication to see if you can solve the problem in this way.  If you can, it means that corruption is limited to these slides hidden away somewhere. Then you can refine it further.

    You can also try to copy all the slides on to a new project of the same size file.

    Sometimes, that will remove corruption because it forces Captivate to rename all objects.

    However, if this does not work, you need to think to rebuild from scratch.

  • Drag and .wav file to automatically start playback of the slide 1 of 9 of Captivate

    Hello

    I use 9 Captivate and do not know how to get the first slide file and .wav to start to play automatically at the same time.  Currently, the file .wav (narrative attached to slide) play, but I have to click the play button on the slide started.  Any help would be greatly appreciated.  I have "Auto Pla" is selected in the preferences and 'Skin' checked marked "Outsource resources" - also in the preferences.

    Kelvin

    Of course! I should immediately ask for a screenshot of the timeline, slapping my head.

    You have a form button 'SmarShape_101' (Please label items) which is a break from the slide to 1.5secs. I suspect that it's a next button, and I can give you a tip? Why don't you use not two objects: text caption + form rather than type the text IN the form? To solve the problem of your question: go into control panel Timing and fixed the break to 30 seconds (almost the end of your audio clip). Also there is no reason at all to do this slide so long. Once the clip is done, nothing will happen. Also, be sure to fix the chronology of the SmartShape_101 and the Text_Caption_WAW... at the end of the chronology of the slide! If you extend the chronology of the slide, the entire chronology of these two objects will move to the right endpoint is attached and duration is retained. It is best to use CTRL-E to extend a timetable until the end of the slide. In this case, which extends from the chronology of the slide extend also the timing of these two objects.

Maybe you are looking for