Pausing a Project

I am new to Captivate and am using Captivate 5. I'm doing pretty well so far but have found myself stuck. I've inserted a button which links to a URL. Is there a way to pause my project so the viewer can look at the link? When I play my project it all works great but when when I click on the button and the view the page the project keeps playing thus a viewer is going to miss pages if they spend too much time viewing the link. Am I missing something?
I've tried a click box around the page but haven't been succesful in getting that to work properly in conjunction with a button on the page.
Thanks!

Hello and welcome to the forum,
Open the small button next to the URL-field, if you choose the window New, you can deactivate the option 'Continue Playing the Project'. Here is a screenshot, but this option is here not deactivated. Same if you choose Parent or Top for Window. If you choose Current, it will be automatically deactivated since the URL will be opened in the same window.
Lilybiri

Similar Messages

  • Can I pause my project when the user clicks?

    Hello all,
    I am working on a project using Cp4.
    My project plays automatically without user interaction.
    I need project to be paused when the user clicks on a clickbox at run time & it should play when the user again clicks the same clickbox.
    I can pause the project by adding a clickbox and applying the property "pause the project until user clicks.
    But it must be a user wish interaction whether to pause or play.
    Is that possible ? How could I make my work done ?
    Regards,
    Kartik.P

    Hello,
    I tried it out and it works all right. If you do not want a button, you can also replace this by a click box (that is invisible), perhaps covering up the whole slide and instruct the user just to click on the slide to pause or to 'un'-pause.
    As for the construction of the Advanced action (do have a couple of tutorials, but they are for CP5):
    Open the dialog box from Project Actions
    Be sure to be on the tab Advanced Actions and choose Create a new action from the dropdown list
    Name the action
    Double click on the first statement, it has to become red
    Use the spacebar to open a list, and choose Assignment
    From the first dropdownlist choose Variable rdcmndPause
    From the second list (after the =) choose Value
    Type in 1 for the value
    From the third list choose the minus sign
    From the fourth, choose again Variable and from the list choose rdcmndPause
    Save the action
    It is a bit clumsy, but the result should look like this:
    Lilybiri

  • How do I get a smartshape button that open the TOC and pause the project when it is selected?

    Please help! I created a smartshape button and assigned it the action of making the table of contents visible when clicked. However, now I also need the project to pause when the TOC button is clicked. Can someone please guide in as to what I need to do? Thanks

    Hi,
    Please follow the below steps.
    1) Create an advanced action with the action "Show TOC"
    2) Insert a smart shape and use it as button
    3) Execute the advanced action on success of the shape button.
    In the published output, movie will not continue on clicking the shape. Please let me know if it solves your issue.
    Regards,
    Haridoss

  • Javascript to pause/play project

    So I created an HTML5 project with CP8 and have a button on top to pause play the movie connected to an advanced conditional action to pause and play. Here are the screen shots:
    This action works fine until a hyperlink or a button with external link is opened. After that the pause button needs to be held for 2 seconds and then released to actually pause the slide while the play function works instantly. This is being packaged into an App for review by the Apple store and I know they are going to have a field day with it.
    So the question is is there some javascript code that I can use to accomplish the same function
    Example On Click-> Execute JS
    Script:
    function playPause() {
        var mediaPlayer = document.getElementById('cp.movie');
        if (mediaPlayer.paused) {
            mediaPlayer.play();
        } else {
            mediaPlayer.pause();

    Never mind I changed things around and now everything works.
    Conditional actions crash when opening a link so avoid using them.

  • IDVD 4 Pauses During Project Opening

    OMG! Someone needs to help me ASAP!!!! I have a nearly completed iDVD project with slideshows, videos, many menus, etc. However, I recently userd the iDVD_Egg to create a disk image and burn it as a test; the test work fine. However, immediately upon trying to continue working on the project, I noticed that the project opens, but opens to a blank screen, not the main menu of the DVD. I can access the main menu and all other menus from the "Map" view. The other issue is that there are no options available from the File menu, such as Save, Save Project As, Archive Project, etc.
    Please help. Other project open just fine, and I can create new projects. What do I do? I've tried deleting my plist files and that hasn't helped.
    Thanks a ton,
    Jake

    Hmmm....try setting the permissions as outlined in this Apple Article:
    iDVD 4: Archived Projects With Restricted File Permissions
    http://docs.info.apple.com/article.html?artnum=93563
    Sue

  • Pause / Resume button combination not working when set to display for "rest of project"

    Good day,
    I have created a set of four objects on slide2 of my project
    1. Smart Object rounded rectangle with text "(playing) - CLICK to Pause" [this is the graphic the user sees]
    2. Smart Object rounded rectangle with text "(paused) - CLICK to Resume" [this is the graphic the user sees]
    3. Smart Object rectangle, transparent, used as button, set to not display in project - btn_Resume
    4. Smart Object rectangle, transparent, used as button - btn_Pause
    A. Script assigned to btn_Pause hides btn_Pause and the "CLICK to Pause" graphic, shows the btn_Resume and "CLICK to Resume" graphic, and pauses the project by setting the system pause variable to 1
    B. Script assigned to btn_Resume hides btn_Resume and the "CLICK to Resume" graphic, shows the btn_Pause and "CLICK to Pause" graphic, and resumes the project by setting the system resume variable to 1
    C. All items are set to display from the beginning of slide2 for the "rest of project"
    On slide 2, the buttons hide/show and pause/resume behaviors work correctly.
    On slide 3, the correct initial button and graphic appears, and the click sound works when clicked, but no behaviors (show/hide/pause) occur until a good amount of time into the slide: you can click all you want for 20-30 seconds, but nothing works except the click sound. Eventually, the behavior will work.
    On slides 4 and following, the correct initial button and graphic appears, and the click sound works when clicked, but no behaviors EVER work.
    If the behaviors NEVER, EVER worked, I would keep looking for what I did not have set correctly, but the correct working on the slide where they are set, delayed behavior on the next, and no behavior on the remainder of slides following has me stumped.
    Captivate version 6.0.1.240
    Windows 7 OS
    I hope I'm missing something obvious here, and I'm more than willing to face-palm if you tell me . Otherwise, I have not been able to find any setting that makes any difference. I would REALLY rather not duplicate the buttons and scripts on every page of the project. Given the blog posts I have seen saying this method should work just fine, I'm hoping there is a side quirk somewhere that I'm missing.
    Thanks for any help you can give.

    Without clouding with too much explanation, this technique arose out of a need to deal with (in a different project) objects that were grouped, and wanting to deal with the groups in as simple a way as possible, allow for easy swapping of group assets, and having a few buttons do multiple things. The idea of being able to have multiple interactive buttons stacked on top of each other while appearing for the rest of the project led to trying this simple construct before trying something more complex.
    You are correct, that there is a simpler solution, which we ended up using because we were not able to get two interactive buttons stacked on top of each other while displayed for the rest of the project to work properly (although that is SUPPOSED to work, as far as I understand).
    Here's what we ended up doing:
    A) Two smartshapes used as messaging graphics
    B) A single (one) interactive smartshape used as a button
    C) A conditional action to pause/resume and show/hide the appropriate messaging graphics
    D) All three objects (A&B) stacked, B on top.
    E) All objects set to always appear on top, and to display for rest of project.
    Our hypothesis, then, is that you are not able to stack interactive objects on top of each other and then display for the rest of the project.
    If anyone has evidence to the contrary, we would, gladly, take a look.
    Thanks for your interest Lilybiri, and for your input.
    Best regards,
    Hank

  • Multiple click boxes on one slide; Pausing project

    I'm using Captivate 5.5. 
    I have four click boxes on a slide.  Three click boxes upon clicking show an image and then show a success caption.  The forth click box shows a success caption but also is set to "pause project until user clicks." 
    Unfortunately, if any of the three click boxes are clicked it advances the playhead even though the forth click box was never clicked.  How can I pause the project until only the forth click box is activated no matter if the other three click boxes have been previously clicked?

    Hello,
    Default behavior of click boxes is to trigger the simple action that is assigned to it AND at the same time to release the play head. Even if those 3 click boxes had a pause, at the same moment as the fourth, this would have happened. If you put the pausing point of the fourth click box later than the pausing of the first three, it will work fine if the user clicks only one out of 3 click boxes.
    If you replace the simple action by a (eventually one-line) advanced standard action, the play head is not released:
    http://blog.lilybiri.com/why-choose-standard-over-simple-action
    http://www.youtube.com/watch?v=M3nKi-DB6Fw
    Lilybiri

  • A problem with the Play/ Pause control button in a quiz project

    Hi,
    I have a probem with the play/ pause button in this project,
    it is a quiz project, the problem is when I click the pause the
    project does not pause and keep working ? Any idea why?
    http://www.megaupload.com/?d=995I8WX9
    Thanks

    If you have bought you Macbook within 90 days or have bought AppleCare you can call them for free and ask them what you should do. 1-800-MY-APPLE

  • Project pauses unexpectedly...sometimes

    I'm working on a project that involves a software simulation, and when I presented it to my boss, she asked me to make sure that one of the click-boxes that I had programmed actually did what it is supposed to do in the software, even though the next slide still needed to be the same screen as the one I just clicked on.  So I added a couple of new slides and input the necessary screen shots on those slides, and kept them as .jpgs, rather than merging them into the background.  I set the jpg on the first slide to fade out (.5sec) and the slide timing to 1sec.  The second jpg, which is the original screen again, then has no transition, the slide also lasts for 1 sec, and then resumes the presentation where I'd originally had it programmed.
    The first time I ran this project this morning, in "preview project" mode, the project stalled on the fade-out of the jpg, and I had to use the controls to advance the project.  After I had tweaked a different slide, I re-ran the project in "preview next n slides", "preview project" and "preview in browser" and it worked fine each time.
    I've had other issues with fade transisitons, both item and slide, pausing the project.  Anyone have any ideas why this happens or how to fix these transitions so they don't go crazy once I've published the course to our LMS?
    Thanks,
    Michael

    Hi Michael
    Can you take a screen capture of the offending slides and insert here? (Please don't attach and use the Camera icon instead so we may see them immediately).
    Normally the only way to pause a Slide is to have a Click Box, Button or Text Entry Box object on it.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Clicking a button set to open url is skipping pause in slide

    Hey there! I must be missing something that's right under my nose... I have two transparent buttons over images on a slide who's actions are set to Open URL or file with infinite attempts. I also am using back and next arrows with click boxes to continue and go back. The click box over the next arrow is set to pause the project until it is clicked. What is happening, though, is that when I play the project, clicking the buttons not only open the URL in a new window, as set, they also cause the project to continue to the next slide.
    What am I doing wrong? Am I going about this the wrong way?
    Thanks for your help!

    Hi there
    Look at the properties where you direct the link to a new window. There is an option there that governs whether a pause is released or not.
    Cheers... Rick

  • Multi Clickboxes on Single Slide: Pause Movie, Play Audio

    Hi,
    I'm using Captivate 5. At the end of each module, I have a slide with several clickboxes on them. Ideally I want the audio to continue play (9 seconds) while users can click on each option multiple times (except for the one that jumps them to a different slide). In some cases, as below, I want a text box to appear, which I've set up using Advanced Actions.
    Currently I have all the clickboxes with "Continue Playing This Project" de-selected. I also have "Pause project until the user clicks" de-selected for all of them.
    All the clickboxes appear at the beginning of the slide and continue until the end.
    There is a hidden clickbox that ideally should pause the project at the end of the slide until they click the Forward button. For that one, I have selected the option "Pause project until the user clicks" and have the pause time set up at the end of the audio.
    Right now, if a user tries to listen to all of the audio, and clicks, the project continues to the next slide after the first click. If the user begins to click before the audio is complete, then the audio stops and the project pauses.
    I have already tried the following:
    If I select "Continue Playing This Project", the audio plays fine, but the project moves to the next slide after the first click.
    If I try to stagger the clickboxes on the timeline and select "Pause project until the user clicks" for each clickbox, the project, and therefore audio, stops at the end time of each clickbox. The user then has to click the Play button.
    If I stagger them on the timeline, and de-select "Pause until the user clicks", they are disabled too soon, and the user can't click on them multiple times.
    Can I make this happen?

    You won't be able to get this to work as you wish just by using the default Actions available in the dropdown lists.  Except for the button which is supposed to advance the movie, you need all the other ones to continue in a paused state while the user clicks around.
    To achieve this you'll need to create an Advanced Action for each of your buttons or clickboxes and select this action as what the button executes when clicked.  In each advanced action, have the first statement do what you originally wanted, and then add a second statement that assigns the value of the system variable rdcmndGotoFrame with rdinfoCurrentFrame as shown below:
    This should ensure that your movie remains paused on the same frame when the advanced action is executed.
    There are lots of tutorials on doing this kind of thing with Advanced Actions on Lillybiri's blog: http://lilybiri.posterous.com/
    And I also highly recommend Rick's Gooberguides on Advanced Actions.
    http://www.gooberguides.com |

  • Cannot stop, or pause

    I have a movie created in Captivate, and exported to Flash 8,
    within the Flash 8 movie I added custom control buttons. But the
    stop() command is not working, the movie continues playing even
    though I have tried and confirmed various targetPaths, and my path
    is correct. _level0.stop(); Any ideas why?

    Ok, I got it to work, WOOHOO!!
    These are the instructions for pausing and play
    Captivate 3 SWFs (which uses its own "skin" preloader and
    playbar) through your own FLA.
    First here are the command controls for externally
    manipulating Captivate SWFs:
    rdcmndPrevious
    set to 1 to go previous slide
    rdcmndNextSlide
    set to 1 to go to next slide
    rdcmndPause
    set to 1 to pause the project
    rdcmndResume
    set to 1 to resume showing a paused project
    rdcmndRewindAndStop
    set to 1 to rewind and stop the project
    rdcmndRewindAndPlay
    rset to 1 to rewind and play the project
    rdcmndGotoFrame|
    go to a specific frame
    1. Create a Movie to be a loader for the Captivate SWF and
    give it an instance name (CapLoader for this example)
    2. Add AS to load the Captivate Skin SWF:
    _root.CapLoader.loadMovie("
    name and directory of the Cap SWF Skin file);
    3. Create a button to control the Captivate SWF
    4. To pause the Cap SWF, give the button you created the
    following AS:
    on(release){
    _root.CapLoader.cpSkinLoader_mc.rdcmndPause = 1;
    5. To Play the Cap SWF, give the button a separate state with
    the following AS:
    on(release){
    _root.CapLoader.cpSkinLoader_mc.rdcmndResume = 1;
    That's it!
    Note 2 things:
    1. Make sure the rdcmndResume and rdcmndPause have the "R"
    and the "P" as capital letters.
    2: Don't forget the "cpSkinLoader_mc" in the target path when
    passing the commands to the instance that contains the LoadMovie
    for the Captivate SWF.
    YAY!
    -Dave

  • Pause button requires 3 clicks to work

    Greetings,
    I'm using Captivate 3 and have noticed that on some projects (not all of them) the Pause button takes three clicks before it will Pause. The first time it changes the icon to Play, but doesn't stop the playhead or audio. The next click (on what is now the Play button), doesn't do anything except change the icon back to Pause. Finally, the third click does, in fact, pause the project.
    This only happens on the initial use of the Pause button. Subsequent clicking of the button results in it working as intended.
    I've tried it with default and custom skins and there is no difference. However, like I said, it doesn't happen all the time...you never know which project will be affected. And yes, I have tried emulating all of the settings from a working file on a non-working file with no luck.
    Ideas?

    Well, after much trial and error, I finally narrowed the problem down to slides with text entry boxes and/or buttons.
    Here are my work-arounds:
    Text Entry Box
    1. On the timeline, find the pause element for each text entry field. Move the sliders all the way to the end of the slide’s timeline.
    Note: ALL of the sliders on a slide must be moved or the pause button will still not work correctly.
    2. Another way to do this is to change the ”Pause after” time setting on the Options tab for the Text Entry Box. Set it to the total time of slide display:
    Buttons:
    Open the Properties for the button. On the Options tab, deselect the “Pause after” checkbox.

  • Audio cutting out at the end of projects.

    I upgraded to iLife 09 (iMovie 09)
    I have encountered this problem for the second time and I can't figure it out. I am pretty good at figuring things out so I am confident this is some kind of glitch. I was wondering if anyone else has encountered this issue or possibly a resolution.
    After doing a bunch of editing on a new project the original audio from the video cuts out towards the end of the movie. This happens when you preview or export the project however the music files and sound effects work fine. The other odd thing is that if you pause the project and restart it (only in preview mode) using the space bar the original audio works fine.
    This issue has been going on for a while and it is preventing me from publishing my self proclaimed masterpieces.
    Can anyone help?
    Thanks,
    Frank

    Well I hope that is the not the case half of my project is at 75% (the presets are 25, 50, 100, 200, 400, 800). Heh... I wonder if they are aware of this issue? I will let you know once I edit the project and see if it plays... It is gonna take a while If I want this to be watchable lol.... Is there an easier way to match up music?
    Message was edited by: Phrankster

  • Logic pro, sound comes when paused

    When I pause my project a delayed sound will come, it sounds like some kind of pad. When I look att the mixer to see wich channel the sound is comming from it always keeps coming from different channels. The sound also comes when the project is playing.

    You need to learn about MASTERING, or have your work mastered by someone who knows how. An online search will find lots of info, but it takes some knowledge and experience AND A GOOD MONITORING SYSTEM AND ROOM to do a good job. ( I didn't take on mastering til after I had been in the studio biz professionally for 15 years) If its your own material though, and you are not paying by the hour for studio time, what have you got to lose by experimenting?

Maybe you are looking for

  • No sound on Satellite Pro A120 with Windows Vista

    Hi I have had to reinstall my Vista operating system and rebuild my A120 Satellite Pro from the revovery disk. Most things are fine but I cant get any sound from the speakers of headphine jack. I have checked andit says that the Realtek High Definiti

  • Creation of New DS and IS for single IO?

    Hi guys, I got a requirement wherein I should create a new IS and DS for a single IO, and the source for this is a flat file. And I should create this for an already existing Info cube which has got some IO's and the source for that is from some othe

  • ID CS6 Interactive Pdf with buttons is coming up blank

    Please help. I am making a resume after recently graduating college. I have made the entire resume other than the "portfolio" page. I wanted to make the page show small images of my work, than when you roll over them they expand to show a larger imag

  • My HP is a Pavilion Desktop 10GB Memory1.5TB Memory with Windows 7 Home Premium possibly defective

    My computer has had problems starting 4 months after purchase. The mother board had to be replaced. And now several months later it is freezing a lot, whining, groaning and popping. Geek Squad supposedly fixed it after bouncing it around to different

  • Lightroom catalogue is missing files!

    today when i went into my lr catalogue to view pictures some were missing.  This has happened before.  so under lightroom on f drive i went into recent lrcat5 backup  and clicked twice.  This usually restores the missing pictures or entire folder,but