Want CP4 project to play like a "movie" - i.e. no mouse click by user to advance.  How?

I recorded a simple 2 minute, 7 slide project.  I want the project to play more like a "movie", meaning I don't need the user to "click" to advance to the next slide.  So, no breaks, just play the project from slide 1 to slide 7.  How can I make this happen.  Was looking into slide properties (on slide enter and on slide exit), but nothing seems to make it work the way I want.
Any thought?

Hello,
When you turned the PPT to a CP-file, which settings did you choose? You can have 'Automatic' or 'waiting for user clicks' (I'm not sure about the phrasing but you should recognize this). I presume that you choose the second option. Then the 'movie' will indeed wait for a user click.
Lilybiri

Similar Messages

  • Make CP4 project *not* look like a series of slides

    Hi all - this is a rather general question about elearning development with CP4. I've been using CP for several years now but a new client is specifically asking for their project to "not be PowerPointy". In other words, they don't want their project to appear to be a series of slides, the way PPT is laid out. (This is ironic since the source they're providing me with is in PPT.)
    Nevertheless, my question to the forum is, what strategies do you use to "dress up" your CP projects and have them appear less like a series of slides?
    Thanks!

    LOL, just musing from the sidelines here. I think the link below applies to this rather nebulous request.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • I want to restore imac to like new for wife but never got a restore or reinstall disk how can i do this

    I want to reset my old imac to the facotry settings and start from scratch for the wife I have the new one and niether came with a recovery disk how can i do this....

    Install or Reinstall Mavericks, Lion/Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
      1. Select Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your startup volume (usually Macintosh HD) from the
          left side list. Click on the Erase tab in the DU main window.
      3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
          the Security button and set the Zero Data option to one-pass. Click on
          the Erase button and wait until the process has completed.
      4. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion, Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • I downloaded the new version of firefox and now when I try to log on nothing happens its like it doesn't reconize the mouse click. I can get on the internet with explorer but no longer with firefox??

    firefox never opens. its what I always would get on the internet with now the symble is there but its dead. i downloaded the latest version and then everything changed, when I logged off I could not get back on to the internet. I can get on the internet using enternet explorer but not mozilla firefox
    I can't answer the first question below because it NEVER open anymore

    I have the shortcuts on my browser to the sites that I go to frequently. It's when I press those buttons (which have always worked before and I checked their URLs) it takes me to the Yahoo Page not Found page. But then when I click the shortcut button again, it usually works.

  • Play itunes store movie on Quicktime?

    How the heck do I do this? Everytime I try to play an itunes movie store purchase in itunes it is all distorted and the audio and video are all off. I want to try to play the itunes movie in Quicktime. I need the help and can not figure this out

    ok. what you wanna do is, open itunes, then go to your purchased movie (movie folder). click the movie that you want to watch once, when is highlight, drag it to start manue button, start manu button will open up, then drag it to my documents. after that task. the movie copy/tranfer to your documents.
    when its done. go open your my documents, when it open, right click the movie that you tranfer there and go on (open with) then choose, quick time player.
    there your good to go. enjoy!

  • Move image according to mouse movement

    Hello
    I am beuilding a game similer to the classic pong game.
    I trying the build it a way that the user will control it "player" with the mouse.
    The "player" only have to move in up or down
    I cant make the  "Player" move exactly as the mouse
    Does anyone have an idea how to make it work?
    Thanks
    Amir

    Perfect: that was it. Many thanks..
    jwc

  • I would like a movie clip to play repeat itself everytime a button is pressed

    Hello,
    I am new to actionscripting but not Flash, I am using Flash
    MX 2004 for a college project at the moment. I have created an
    interface which features four buttons, each button activates a
    different movie clip. This works fine but only on the first time to
    press the button if you press the button again the movie clip does
    not play again, I would like the movie clip to play EVERY time the
    button is pressed. Here is the script that I have created in a
    seperate layer called actions, if that helps:
    ellaimage._visible = false
    Betaimage._visible = false
    Yakuzapic._visible = false
    Pornopic._visible = false
    boxmovie._visible = false
    Betabox._visible = false
    textboxmc._visible = false
    Yakuzabox1._visible = false
    Pornobox1._visible = false
    pellabutton.onRelease = function () {
    stop ();
    Betaimage._visible = false
    Yakuzapic._visible = false
    Pornopic._visible = false
    textboxmc._visible = false
    Betabox._visible = false
    Pornobox1._visible = false
    Yakuzabox1._visible = false
    boxmovie._visible = true
    textboxmc._visible = true
    Pellaimage._visible = true;
    Pellaimage.gotoAndplay(1)}
    Betabutton.onRelease = function () {
    stop ();
    Pellaimage._visible = false
    Yakuzapic._visible = false
    Pornopic._visible = false
    textboxmc._visible = false
    Yakuzabox1._visible = false
    Pornobox1._visible = false
    Betaimage._visible = true
    Betabox._visible = true
    boxmovie._visible = true
    Betaimage.gotoAndplay (1) }
    Yakuzabutton.onRelease = function () {
    stop ();
    Pellaimage._visible = false
    Betaimage._visible = false
    Pornopic._visible = false
    textboxmc._visible = false
    Pornobox1._visible = false
    Betabox._visible = false
    Yakuzabox1._visible = true
    boxmovie._visible = true
    Yakuzapic._visible = true
    Yakuzapic.gotoAndplay (1) }
    Pornobutton.onRelease = function () {
    stop ();
    Pellaimage._visible = false
    Yakuzapic._visible = false
    Betaimage._visible = false
    textboxmc._visible = false
    Betabox._visible = false
    Pornobox1._visible = true
    Yakuzabox1._visible = false
    Pornopic._visible = true
    boxmovie._visible = true
    Pornopic.gotoAndplay (1) }
    // this command stops the timeline
    stop ();
    Any help would be great.
    Thanks in advance

    No that doesn't work, that isn't what I want to to be
    repeated.
    In the below script I want textboxmc (which is a movie clip)
    to restart and play again everytime pellabutton is released.
    pellabutton.onRelease = function () {
    stop ();
    Betaimage._visible = false
    Yakuzapic._visible = false
    Pornopic._visible = false
    textboxmc._visible = false
    Betabox._visible = false
    Pornobox1._visible = false
    Yakuzabox1._visible = false
    boxmovie._visible = true
    textboxmc._visible = true
    Pellaimage._visible = true;
    Pellaimage.gotoAndplay(1)}
    Please can anyone help?

  • How do I watch my iTunes movies, tv shows on my mac without having to download them all to my HD?  I really want my Mac to function like my Apple TV since I have just moved and don't have my TV for another few weeks. Help please?

    How do I watch my iTunes movies, tv shows on my mac without having to download them all to my HD?  I really want my Mac to function like my Apple TV since I have just moved and don't have my TV for another few weeks. Since I purchased my three Apple TV. I have had no need to download any of my movies to my Mac.  Which has been great.  However, I remember that I used to now have to do this... or did I?  I am just frustrated because I want to stream all this stuff vice haveing to waiting for it all to download fill up my Mac's HD and then just delete. Someone help please?

    Play the movie in iTunes to stream it.
    Click the cloud icon to download it.

  • I can't load 1 Imovie project. Imovie shows 5 projects but only 4 icons show of those. 1 projects symbol won't come up so I can't click on it to work on or play. Please help me as there's lots of work on this project I don't want to lose.

    I can't load 1 Imovie project. Imovie shows 5 projects but only 4 icons show of those. 1 projects symbol won't come up so I can't click on it to work on or play. Please help me as there's lots of work on this project I don't want to lose.

    The performance fixes is a biggy for me, though the other missing
    stuff I use makes me have to use both versions for various things:
    "but they seem to be committed to another release/version."
    Well ... now that's the rub. I would actually welcome this intermediate version to play with (even with the cost of upgrading) if I could rely on it to be finalized into 6.0, full featured, without it taking as long as it has to Upgrade from AA3.0. I would say it was a VERY smart move to give us a preview of 6.0, if I felt in, say, six months they would provide us the fully functional update. But, HOW many years has it been. I felt screwed over while they played around with Sound Booth.
    I was with you for a minute in most of what you said, until your credibility went down a couple notches with me on the statement trivializing midi functionality. I though that was a very clueless statement:
    "but I have no need for a midi controller and if I want a drummer to keep perfect time I'll get a drum machine."
    It does make some of your other statements suspect, tho I won't take it as far as therealdobro's "what's your stake" question.

  • I played a rented movie in my newly bought ATV, but when i wanted to watch a TV Series i got the "Authorization is Required" !! although i have successfully played a rented movie at first !! and when checking into iTunes i couldnt find the ATV??

    I played a rented movie in my newly bought ATV, but when i wanted to watch a TV Series i got the "Authorization is Required" !! although i have successfully played a rented movie at first !! and when checking into iTunes i couldnt find the ATV??

    The ATV2 or ATV3 (small black boxes) don't show up as devices in iTunes. If iTunes and the ATV's have Home sharing turned on for the same account - and are on the same network, the ATV should show up as an AirPlay target device in iTunes.
    The rented movie - was this rented on the ATV or in iTunes?
    The TV series - where are you trying to play this from? Is it in iTunes or via the 'TV Shows' menu in ATV... i.e streaming from iCloud?

  • I have and apple tv,,..how do i play movies,from my apple mac,onto the apple tv..my movies are not on my itunes,but on an external hard drive...i just want to mirrow whats playing,on my mac to the tv...

    I have and apple tv,,..how do i play movies,from my apple mac,onto the apple tv..my movies are not on my itunes,but on an external hard drive...i just want to mirrow whats playing,on my mac to the tv...

    Are the movies in the correct format:
    Video formats
    H.264 video up to 720p, 30 frames per second, Main Profile level 3.1 with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats
    MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats
    Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
    Audio formats supported
    HE-AAC (V1), AAC (16 to 320 Kbps), protected AAC (from iTunes Store), MP3 (16 to 320 Kbps), MP3 VBR, Audible (formats 2, 3, and 4), Apple Lossless, AIFF, and WAV; Dolby Digital 5.1 surround sound pass-through
    When you say tit only sees your music folder, are you saying it only sees your music folder or does it see other empty folders.

  • I can't play any purchased movies. Sounds like it is the 6.0 update. So what is the fix? Am I just stuck not being able to use my Apple TV until...?

    I can't play any purchased movies. Sounds like it is the 6.0 update. So what is the fix? Am I just stuck not being able to use my Apple TV until...?

    Sorry I can't help but I have potentially a similar problem.
    We have an Apple TV 3 and after the most recent software update (potentially coincidental timing), our purchased movies & TV shows will no longer play for our US account. We can play previews but that's it. We also tried renting a new movie but that didn't work either. No error messsage, just select play, it thinks about it, then returns you to the same screen again.
    Any help greatly appreciated.
    Thanks

  • I want to block internet sites like youtube and Internet downloads of movies to my users

    Hello
    I want to block internet sites like youtube and Internet downloads of movies to my users.
    Please tell me how can I create this kind of filter for my blackberry users.
    Thank you.
    Pavlos.

    pavlosalexelis wrote:
    Hello
    I want to block internet sites like youtube and Internet downloads of movies to my users.
    Please tell me how can I create this kind of filter for my blackberry users.
    Thank you.
    Pavlos.
    You posted in the BlackBerry Internet Service section of this forum.
    Are you and your users on a BlackBerry ENTERPRISE Service?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I updated to 10.0.4 and my movie project is playing blurry.  Can this be fixed?

    I Updated to 10.0.4 and my movie project is playing blurry.  How can this be fixed?

    For the App store crashing see:
    IOS 6 App store crash: Apple Support Communities
    For othe other problems try:
    Try:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.

  • IMovie9: How to stop old movie from showing on upper left side of screen? I only want to see current project. Go away, old movie...

    iMovie9: How to stop an old movie from showing on the upper left side of screen? I only want to see current project. Go away, old movie... I am making a video from imported images now  visible to right and partially at bottom...), and do not want to see the older video that demands my attention on the upper left, that will not seem to give me a "close this project" option. What obvious thing am I missing here? Thanks, Lena

    Nevermind. It finally let me make it stop...

Maybe you are looking for

  • I need help to draw an image and move it plz plz : )

    Ok, so I have this whole code and I understand most of it but not all of it but I'm trying to make image "drop.gif" to move down the right side of the window. For each shot that is taken the image moves down ever so much and if the image hits the Ent

  • I updated to Mountain Lion and now my Parallels application no longer works; please help! What to do???

    I updated to Mountain Lion and now my Parallels application no longer works; please help! What to do???

  • External monitor not working after ML upgrade

    I have a late 2008 Unibody Macbook and normally use it in clamshell mode with a Samsung 2043NW monitor if I'm in the office. Previously working fine in 10.5.8 through mini display port adapter. Upgraded via fresh install of 10.6.8 to ML, and the moni

  • Home/End Keys don't work

    Hi, all, I've started having a problem with my home and end keys... they just don't do anything at all. Another user works fine, but my main account doesn't like them for whatever reason. Any idea what I can do to troubleshoot this?

  • Switching tab behavior in JTextArea

    I think by default Multiline text areas in windows will tab to the next focusable component by pressing the tab button and will create a tab character within the text area by pressing ctrl-tab. JTextArea has the opposite behavior. Does anyone know ho