Jumping into a selected slide of another project

Hello all,
Is it possible to define a button action which will (a) open another project and (b) jump into a certain slide?
The first part is quite simple, but I am not sure how the 2nd part can be done.
Pls advise.
Thanks

Hi Julie.  I believe the 2 Captivate projects would both have to be published as SWF/html, and both accessed via the browser.  So one Captivate project playing in the browser can jump to a second Captivate project playing in the browser, and then move to the desired slide.
Hope this helps.
Bob

Similar Messages

  • Jump to a slide in another project

    I have seen some discussion on jumping to a slide in another project.  Specifically, the following post talks about how to accomplish this in Captivate 4, using Javascript. 
    http://forums.adobe.com/message/4029197
    I am using Captivate 6 and the code supplied for CP4 does not work for me.  Does anyone have any updates on how you can do this CP6?

    (Hello again )
    There's a post on this by the wonderful Jim Leichliter: http://captivatedev.com/2011/05/01/how-to-jump-to-a-specific-slide-in-a-separate-course/
    But you might want to take a look at an exchange in the comments:
    I'd prefer the project to be a swf, is it possible to open the file on a specific slide if it's published as an exe?
    Unfortunately not. The JavaScript API only applies to web based content. If you need to run the project locally, I'd recommend using Adobe AIR. Inside of AIR, you can run JavaScript.

  • Captivate 5: Problems with Java Scripts - Trying to Jump to a certain slide on Different Project

    I have the code here I researched for Captivate 5 to jump to a certain slide in a different project, this code was attempted to be used in both projects seperately and simultaniously:
    function GetSlideParam(){
    if(window.location.href.indexOf('?slide=') != -1) {
      var startIndex = window.location.href.indexOf('?slide=' ) + 7;
      var URL = window.location.href.toString();
      var slideNumber = URL.substring(startIndex);
      if(slideNumber != '' || slideNumber != undefined){
       setTimeout(function(){NavigateToSlide(slideNumber);}, 200);
    function NavigateToSlide(requestedSlide){
    var cpObj = document.Captivate;
    cpObj.cpEISetValue('cpCmndGotoSlide',requestedSlide - 1);
    cpObj.cpEISetValue('rdcmndResume',1);
    GetSlideParam();
    Here's my on success URL file in the button properties that was needed to jump to that certain slide according to my research:
    (my project to jump to).htm?slide=2
    In the end, it didn't work and just jumped to slide 1 on the other project no matter what I tried to do or how I altered the script and the project button and slide properties... Please Help... Just thought maybe you guys would know some more about scripting, that's why I'm asking you guys this regardless of it being a Captivate question because the Captivate Specialists couldn't answer my question being clueless about the scripting part of it.

    Tframe01 wrote:
    ... Just thought maybe you guys would know some more about scripting, that's why I'm asking you guys this regardless of it being a Captivate question because the Captivate Specialists couldn't answer my question being clueless about the scripting part of it.
    So the InDesign Scripting Forum is the place to ask about Javascript -- for any other program? Well, paint me red and call me Admiral Ackbar, I didn't see that one coming.
    Are you (and with you those "Captivate Specialists") aware of the fact that
    var slideNumber = URL.substring(startIndex);
    will return a text string, not a number? And so this next operation will (silently) fail, and return some default number instead (most likely, 0)?
    (stuff --) requestedSlide - 1
    If you already knew this, you will have to be more clear on what happens now, what you'd like to happen, and what Captivate actually is supposed to do (since I have no idea what it is).

  • Problem translating click/highlight boxes when copy and pasting slides from another project

    I'm baffled by this problem as it doesn't seem to make sense. I opened up a new project to record a simulation in and when I was done, I copy and pasted all the slides into the appropriate section in my "Master Project" if you will. After the paste, I noticed that all the clickboxes and highlight boxes I had taken the time to carefully resize were all out of wack in terms of position. Here's the kicker, I opened up a blank project and copy/pasted the same slides...this time the click and highlight boxes were in the correct position. Any ideas?
    Thanks in advance,
    Neel

    Oh, 'in terms of position'... I see...
    Is the one project larger than the other? For example, the original perhaps at 800x600 and the new at 850x650?
    Positioning may then be off relatively....
    Pick a couple sample elements and note their x/y positions from the Properties panel in the first project (under 'Transform' in CP 5.5).
    After pasting into the new, note those same x/y positions.
    Is there a noticable factor?
    If this is the issue, be sure the sizes are the same, do the paste, then expand the project later (and maybe everything will retain its anchors?)
    I've not seen this occur in newer versions of CP.
    You could try checking the 'Constrain Proportions' option in the properties of the original, just in case that helps 'constrain the position' too...total guess...

  • How to link to another project?

    Hello guys!
    I´ve got a little problem with captivate 4:
    I would like to put a button in my project that is linked to a specific slide in another project. Is this possible?
    I´m looking forward to hearing from you!
    Best regards
    Smoky Mc Pot 3555

    Hi there
    Indeed it is possible. You must use some JavaScripting and Variables and Advanced Actions, but it can happen with Captivate 4.
    Click here to discover how!
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Audio background to select slides

    I'm trying to add audio as a background to select slides in a project--not across the whole deck. There is other sound on some of the slides, and I want the audio to be background in this case. Is it possible to add sound as background across a few select slides and not the whole project? If so, how? thanks,dan

    Captivate's Background Audio feature only works across the entire project.  If you want to add background audio across a selected group of slides you can try adding the audio to an object on the first slide where you want the audio to appear and timing that object duration to be rest of project.  Make sure the object is set to 0% Alpha so that it will be invisible, even though it's assigned audio will still be heard.  If you time the audio clip on this object properly you should be able to fudge the effect you want.

  • Importing Quiz project as swf into another project

    I've been playing around trying to get projects within
    projects. My latest attempt has been to create a multiquestion
    project, export, and then import into another project which has
    demos, images, ect...
    I've been able to rig it so one question swf files are
    working, but when I import projects with more than one question
    slide in them it seems to display both slides at once. I've tried
    using a paused transparent button, to no avail.
    Does this make sense? Any ideas?

    >>TypeError: Error #1009: Cannot access a property or method of a null object reference.
    That's a common mistake when loading swf's. Likely you are trying to reference the stage in the loaded movie, before it's actually been added to the stage. Use the ADDED_TO_STAGE event to init your objects...

  • (CS4) Copy and paste video/sound into another project, sound won't export

    Hello Adobe community
    I am working on a TV show for a community television network in Australia.  I created the opening credits in a seperate project to the edited footage of the show, because my computer is struggling with the size of all the files. So I have two project files. Recently I copied and pasted the edited footage of the show into the project where I have the opening credits (by highlighting all the footage, right clicking and going to copy, then opening the Project with the credits sequence, right clicking and selecting paste). This seems to work. I can hear the sound and continue tweaking and editing. However, when I  export the project, the sound from the footage I have copied into the project can't be heard. I can hear the sound from the credit sequence, but not the sound that has been copied into the project (although on the timeline of the project, I can hear the sound... This problem only presents itself after export).
    I have tried doing the opposite... Copying and pasting the opening credit sequence into the project with the edited footage, and I get the same problem. It doesn't seem to matter which file type I export as. I have tried .AVI and .MPEG2, with the same results.
    I am using Windows 7 64bit version, and Premiere CS4. I have a mixture of .MTS, .WAV and .MP3 audio files in the footage that I copy and paste across. None of them are exporting.
    I have tried moving the copied and pasted audio files on to the same audio tracks as the sound already in the project, but this doesn't work either. The original sound will export, then when it gets to the copied and pasted sound nothing can be heard.
    I have included some screen shots to illustrate the problem below. If you have any questions please let me know.
    Thanks for your time! I have a looming deadline so your help is much appreciated.
    -Robert

    Thanks for your replies everyone. Sounds like cut and paste is not an option. Wow, I didn't realise how much trouble I'd be causing for myself by having different parts of the show in different projects.
    I am reluctant to export the project then import it into another project, because I do not want to lose quality through compression as Ann suggests.I don't know what you  mean, Ann, when you say "Dont think CS4 could import single sequence (forgot)."? Jim, I'm also unsure what you mean when you say "That's what UT is for"?
    However, I went to File/Import/Import Entire Project, and imported the project this way. Then I dragged the little folder icon that appeared in the top left hand corner of the screen onto the timeline. However, when I did this, a few problems occured. Firstly, the original project had footage and audio on many different tracks, but when I imported the project nearly all of the video and audio was on to the one track. Secondly, instead of going for 10 minutes, the imported footage went for a few hours. Thirdly, the sound and images were all out of sync. I have included two images to illustrate this problem:
    Above is the original project. As you can see, I have audio and video on many different tracks, and lots of cuts.
    This is what the project looked like after I had imported it into another project. Nearly everything is on one track, the footage goes for a few hours now (instead of 10 minutes) and the video and sound are all out of sink.
    Then I tried File/Import/Import Selected Sequence. The only sequence I had the option of importing was Sequence 1. I did this, then dragged the folder icon onto the timeline, and I had a similar problem to before. Everything on one track, footage out of sync and going for a few hours.
    Is there a way to import a project and maintain all of the editing (the cuts, the multiple tracks, etc.) as they are in the original? I have spent many hours editing both the footage and the opening credits, so I really don't want to lose all this work when I import one into the other. The good thing about copy and paste is that it maintains all of the original cuts and editing. Shame it is so unreliable.
    Thanks heaps for all your help!
    -Linus

  • How to import one project file into another project file

    In previous versions I could take an 8 track project file and drag it into another project.  This doesn't work in version 10.  I am playing multi track stems for worship.  I create each song as it's own file then drag them together to create a set.  I don't mix down since I want to be able to add or subtract an instrument based on who may or may not be avaiable that day.  Has this feature been taken out of Version 10?  Can you do this in either Logic or Mainstage?
    Thanks

    <?xml version="1.0"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output method="xml"/>
    <xsl:template match="/">
    <xsl:variable name="xml1" select="document('xml1.xml')"/>
    <xsl:variable name="xml2" select="document('xml2.xml')"/>
    <xsl:copy-of select="$xml1"/>
    <xsl:copy-of select="$xml2"/>
    </xsl:template>
    </xsl:stylesheet>

  • How to copy part/all of a project into another project in PE4?

    Is there a way to copy some or all of the workof one projedt ( clips, transitions and effects) into another project.  I would especially like to use the same rolling credits in all my video's.  I've tried copy/paste and Get Media from a file but I get  "file format not supported" when I try to import a .prel (project)

    There is a also a Clipboard "extender," ClipMate, that will allow one to Copy/Paste from one Project to another. I have not used it, but many have and few have any issues.
    The Export to DV-AVI method is the main one. The only thing to think about is that you will want either a perfectly tight edit, before the Export, or a very loose edit (I'd go so far as to add 02 sec. of Black Video between un-Trimmed Clips), as you will not want to, say replace a Transition, as you would have to Trim even more of your Clips to create the necessary Handles.
    Good luck,
    Hunt

  • Importing take folders into another project

    I've got a guitar track with takes that haven't been flattened and I want to import into another project. I've tried importing to the audio bin but the takes appear separately, not as a take folder for comping. Is there another way of doing this?

    BTW, I'm doing this across different desktops if that makes a difference

  • ODI:How to import a version of a project into another project

    Hi Everyone,
    I have exported an XMl file(exported version file) of a odi scenario.how can i use this file in another project?
    I have to import this version in my new project.
    Thanks,
    Jayant

    But is there a way to import the complete list of numbers, so the pictures are listed at once ?
    Or is there a script that enables bridge to read the list of numbers.
    To my knowledge there is no way to add this file in one time to the find command and I have very less knowledge about scripting. If you know how to use and create theme your goal could be to create one your own but the time and effort is far more then just rate or label the wanted files.
    For example, You can have bridge pointed to the folder with all the files, if you have nested subfolder select the main folder and choose select items from subfolders in the view menu, this shows you all the files of the main folder in the content panel.
    Select a sort order that corresponds with your list.
    Scroll through the files and the ones you need you can either add one star or a label to it. When done select one star or the chosen label and you will only see the files you need.
    really a piece of cake and take you no more then 5 minutes... :-0
    I´ve seen that bridge comes with a colaborationtool but i didn´t realize this before and now
    i looking for a workaround or workflow to keep things easy.
    Not sure what you mean with collaboration tool but think you mean the option to reach PS functions via the Tools menu and select batch or photomerge?
    This has bin there from the first edition as I try to recall and is very, very useful as there are many other tools in Bridge that will provide you a fast workflow.
    I would advice you to buy (and read) the book Real World Camera Raw by Jeff Schewe and Bruce Fraser. There are editions for CS2, CS3, CS4 and CS5. It is written in very understandable language and you will find almost everything there is to know about ACR and Bridge and how to create perfectly and fast workflows

  • How can I link to a certain scene in another project?

    Hi,
    I would like to make a add an advanced action to a button that links to a cetain scene in another project.
    as an example:
    On the last scene of project B I want to link back to project A scene 3. This is back to where the initial selection to open project B was made.
    I would highly appreciate your Help!!!
    Thanks in advance,
    Stephanie

    Hi Lilybiri,
    no I am not used to Storyline!!!!
    I just dislike talking about a slide, as we are not working with PPT!!!
    An e-Learning module with interactivity should not be compared to slides as in PPT, I think as there is much more to it!!!
    Thanks for your hint to the article. I think this will help!!!
    I will know in a couple of days
    Stephanie

  • How can i open a slide in another file on clicking a button from another file

    Hello guys!
    This is my first post on captivate community. I've sucked into a problem. Is this possible somehow to open a slide in another file while clicking on a button that is in a different file.
    Any help would be appreciated.
    Thanks

    Jim's post might help in this.
    Jump to a Specific Slide in a Course Using Captivate 7 - CaptivateDev.com
    http://captivatedev.com/2011/05/01/how-to-jump-to-a-specific-slide-in-a-separate-course/
    Read through the comments as well. You will generally find useful info there.
    Sreekanth

  • Inserting animations from another project

    Hello,
    I'm using Captivate 5 (ver. 5.0.2.630) for a while know and up till know I've included interactive content by using creating it in another project, publishing it and than I included it as an animation in my main project.
    That worked fine for me for while but roughly since the last patch the anymation I include won't show anymore.
    The old anymation I included some months ago are solid white (picture 1) work perfectly fine but the ones I recently included are see-through and won't show in the publishe project (picture 2).
    Any ideas how to fix this?
    Thank you
    Michael
         Picture 1
         Picture 2

    Sorry if I was unclear on this. The animation was created in captivate and then imported into my main captivate project as a .swf. I've been working that way since march this year without problems but for the last 1...2 month it just doesn't work anymore.
    What I've done so far is to include the slides from the "animation" project and included them into my main project. But that's not always possible since I might cause problems with my navigation on some occasions.

Maybe you are looking for

  • Centralized  Dunning run and local printing requirement

    Hello SAP FICO experts, I have a requirement at my client as follows. To schedule dunning run centrally  for all company codes or selected company codes periodically and automatically. Ability to print dunning letters in local offices in each country

  • Droid Mini notifications for email and text not working

    I am having a problem with notification sounds not working for email and text messages with my Droid Mini. I took my original phone to the Verizon shop. They did a factory reset. Sound worked for two days. Went back to Verizon and they reset it again

  • Dvd to ipod converter

    im looking for a good dvd to ipod video converter,but free also anybody have any good websites that will do the job really good and really fast please tell,im dying to see my dvds in my ipod.THANK YOU

  • Calling Stored Procedure in Table Object

    Dear All i can run a Stored Procedure in App Module Level. is there any way to call this procedure in object level or call it from appmodule level ? Many Thanks Edited by: Oracle ITself on Mar 22, 2010 12:08 PM

  • I-tunes wont download and its really annoying

    whenever i try to download i-tunes, a tiny window comes up and it says page cannot be found