Boomark display in Captivate 6 swf

Hi,
I'm using Adobe Captivate 6. When I published the slides in AICC in SWF version and launhed it Learning Management System. The bookmark dialog box is not getting displayed while relaunching the course.
Can you help me to get the bookmark on relaunching the course?
Thanks,
Priya

Hi Priya!
If you are talking about the Bookmark-- Which appears on Launching your Course from Machine-- stating if you like to resume the course from where you left off, may not work there (Enabled via Selft Placed Learning).
Though if you have the "Never Send Resume Data" Under Quiz -- Quiz preferences -- LMS Customization Settings, this should enable users to resume the course from the point where they left off , though they would not see this prompt.
Try to check if the resume cabaility is working?
Thanks!
Anjaneai

Similar Messages

  • Can a Flash 6 SWF (AS 1) read variables of a Captivate 4 SWF (AS 2)?

    I have a Captivate 4 CP that I published to Flash Player 9, AS 2.0 SWF ( and Flash Player 7 as well, which didn't help either). I load this SWF in a Flash wrapper SWF (published to Flash Player 6, AS 1.0) which needs to read the rdinfoCurrentFrame and rdinfoFrameCount variables in order to find out if the Captivate movie has completed. The logic works when I test this locally, but not in our test environment, probably because the two (Flash SWF and the Captivate SWF) are in two different directories. My suspicion is that it is due to cross-domain issue which comes into play only with Captivate 4 SWFs, because when I tried replacing the Captivate 4 SWF with a Captivate 2 SWF it worked. I tried displaying the value of rdInfoCurrentFrame in the Flash wrapper using a dynamic text box, and while it shows and updates the value in case of a Captivate 2 SWF, it shows a null value for Captivate 4 SWF. Is this a known issue? I'm playing the content in Flash Player v9.0.45.0.
    Also, can someone here tell me what ActionScript version does Captivate 2 publish the SWFs to?
    Thanks in advance for your help!
    Mohsin

    The crossdomain policy is a result of the Flash player - not Captivate. It was implemented with FP 8.0 so if you publish to that then you will have the restrictions. However, the crossdomain policy only applies to different domains - not different directories.
    Captivate 4 publishes to AS2 per default.
    The problem you have is due to the fundamental changes between CP2 and CP4. While your paths for the variables might work for CP2 they have changed for CP4.
    I can't remember exactly what they are right now and I dont have access to my files but try these paths
    movie.rdInfoCurrentFrame
    mainmov.rdInfoCurrentFrame
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Unable to UnloadAndStop captivate 5 swfs

    Hi,
    I  have a flash 'menu' swf that on the click of a button loads into a loader a flash 'controller' swf. This swf in turn loads into a loader a 'captivate 5' swf. All published to fp10.
    To  exit the captivate movie the user can click on the menu button (which  resides on an area of the 'menu' swf below it), and I have coded to  UnloadAndStop and StopAllSounds of the 'controller' swf loader.
    Visibly  this works, everything goes, the loader 'unloads' and it does stop the  sound of the current captivate slide, but then audio from the captivate  movie will fire up again from the next slide and continue to play over the menu?!
    I'm pulling my hair out trying to find a fix and I wondered if anyone could help me?
    Any help would be massively appreciated,
    Derrin

    menu:
    import flash.media.SoundMixer;
    //Initilising code
    var myLoader:Loader = new Loader();
    //Module 1 Button
    m1_btn.addEventListener(MouseEvent.CLICK, loadM1);
    function loadM1(event:MouseEvent):void
            container_mc.addChild(myLoader);
            var url:URLRequest = new URLRequest("oss_sales_m01_interface.swf");
            myLoader.load(url);
    //Menu Button
    menu_btn.addEventListener(MouseEvent.CLICK, returnToMenu);
    function returnToMenu(event:MouseEvent):void
           MovieClip(myLoader.content).dispatchEvent(new Event("unloadE"));
    controller:
    import flash.net.URLRequest;
    import flash.display.MovieClip;
    import flash.media.SoundMixer;
    var Xpos: Number = 0
    var Ypos: Number = 0
    var my_loader:Loader = new Loader();
    my_loader.load(new URLRequest("activator_demo.swf"));
    my_loader.x = Xpos;
    my_loader.y = Ypos;
    addChildAt(my_loader,0);
    stop();
    this.addEventListener("unloadE",unloadF);
    function unloadF(e:Event):void{
    my_loader.unloadAndStop(); 
    //NEXT BUTTON/////////////////////////////////////////////////////////////// ///////
    nextBut.addEventListener(MouseEvent.CLICK, gotoNext);
    function gotoNext(event:MouseEvent):void
        MovieClip(my_loader.content).rdcmndNextSlide = 1;
    //BACK BUTTON/////////////////////////////////////////////////////////////// ///////
    backBut.addEventListener(MouseEvent.CLICK, gotoBack);
    function gotoBack(event:MouseEvent):void
        MovieClip(my_loader.content).rdcmndPrevious = 1;

  • Preparing Captivate 5 SWF ready for Moodle

    Hello - I'm a bit of a noobie with all things Captivate and I was wondering someone can advise me on what I have done so far:
    I have 6 Captivate SWF exported movies, the final movie being a quiz. All the SWF's do not have reporting enabled except for the quiz.swf (SCORM 1.2).
    I have created a Captivate Aggregator SWF that bundles all the files up into a Table of Contents fashion.
    I now need to upload all the files to Moodle (in a ZIP file SCORM 1.2 compliant). This is what I plan to do:
    ZIP all the SWF's and associated .js and the XML files (generated by the Scorm compliant quiz.swf) using a SCORM packager (as Captivate 5 does not include this it seems).
    Upload to Moodle.
    Am I doing this correctly? My confusion occurs when saving out my quiz.swf as SCORM 1.2 AND the  .ZIP that holds all the files being SCORM compliant. Do they both need to be compliant or just the ZIP?
    I'm confused, please advise...
    Thanks!

    If you're going to upload a SCORM package to an LMS you DON'T use the Aggregator.  You need to use the Multi-SCO packager instead.  Having all the individual zip files in the Aggregator SCORM compliant isn't going to help you in this case.
    When working with SCOs in an LMS you have two choices:
    Package each individual lesson as a separate SCO. You don't need the Multi-SCO packager for this route. Cp itself can create a single SCO SCORM. You just upload them individually to the LMS, and set each one up as a SCORM lesson in the course.  The LMS will roll up the scores to give you a total for the course.
    Package all of the individual SCO lessons into one huge Multi-SCO SCORM package using the Multi-SCO packaging tool that comes with Cp4 or (in the case of Cp5) the ELS 2.0 suite.  You then create a course in your LMS that is ready to accept this package and upload the entire Multi-SCO SCORM.
    Your description of how you've got some lessons with scoring components and others that don't score (no reporting enabled) makes me feel that there's no point bundling all lessons into a Multi-SCO. LMSs are designed for tracking modules that either report a score (Pass/Fail) or user interaction (Complete/Incomplete). So unless you have at least turned on SCORM reporting for tracking user interaction, the non-scoring modules will pretty much be ignored by your LMS for reporting purposes.
    A Multi-SCO SCORM zip has to have a precise structure and an imsmanifest.xml file that lists all the content modules in the course.  You don't get all this just by zipping stuff up.  That's why you need the Multi-SCO packaging tool, unless you go the first route I describe above.

  • Controlling External Captivate 5 swf using flash AS3

    Hi,
    I have created a basic Flash AS3 interface in which I am trying to control the navigation (next slide / previous slide) of an external captivate 5 swf which I have added using a loader, but i cant work out the solution.
    My code is currently as follows:
    import flash.net.URLRequest;
    var Xpos: Number = 96
    var Ypos: Number = 94
    var my_loader:Loader = new Loader();
    my_loader.load(new URLRequest("content.swf"));
    my_loader.x = Xpos;
    my_loader.y = Ypos;
    addChild(my_loader);
    stop();
    nextBut.addEventListener(MouseEvent.MOUSE_UP,gotonextframe);
    function gotonextframe(event:MouseEvent){
    MovieClip(my_loader.content).rdcmndNextSlide();
    Any help would be much appreciated,
    thanks
    Dez

    Thats perfect, thanks for the reply, much appreciated!
    I guess you have tried:
    rdcmndRewindAndStop
    Set to 1 to rewind and stop the project.

  • Can't Place Captivate 6 swf or html5 File into Muse v3.2.

    Muse v3.2 won't place my Captivate 6 swf or html5 files. "Error encountered during import" error 0. Has anyone else solved this or a similar problem? What can I do? Suggestions welcome.

    I inserted the following HTML code that I gleaned from
    http://forums.adobe.com/message/5087131  -
    Can't Place Captivate 6 swf or html5 File into Muse v3.2.
    Re: Can't Place Captivate 6 swf or html5 File into Muse v3.2.
    The code is:
    <object width="1024" height="768"
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="http://www.learndurkin.com/assets/infographics-history.swf/ version=8,0,0,0">
    <param name="SRC" value="assets/captivate6_file.swf">
    <embed src="assets/captivate6_file.swf" width="1024" height="768"></embed>
    </object>
    I also uploaded the .swf file using the "Add File" function. When I publish, I get a blank white box with no video that plays. Any suggestions? Have I named the file incorrectly in the HTML code?
    I feel like an idiot. I keep pounding this day after day with no solution. Hope I am writing in the correct forum.
    Judy Durkin
    Hsinchu, TAiwan

  • Can't embed a Captivate video (swf) into Power Point 2007

    I am trying to embed an Adobe Captivate video (swf) into power Point 2007. I very carefully followed all the steps outlined from a search I did on the web and it is not working.
    These are the steps I followed:
    1. Create a simulation using Adobe Captivate and publish it as a SWF file.
    2. Open the PowerPoint presentation and insert a blank slide for adding simulation.
    3. We need to work with the Developer tab now. If you can't see it in the ribbon, follow these steps to make it visible.
    (steps to get developer)
    4.On the developer tab, in the Controls group, click More Controls
    5. In the list of controls, click Shockwave Flash Object and click OK.
    6. Drag diagonally to create a box in which the simulation would appear. Don't worry about sizing it accurately; you can adjust it later as well.
    7. Right click the Shockwave Flash Object, and then click Properties.
    8. On the Alphbetic tab, click the Movie property. In the value columnm type the full drive path, including the file name.
    9. Set the Playing property to true, Loop to false and Embed Movie to true.
    10. Close the Properties dialog and test the movie.
    The simulation will now play in your PowerPoint presentation.
    Note: If during the slideshow,t he simulation doesn't play automatically, right-click and select Play.
    I followed these steps, and it is just not working. I go to play my power point presentation and set it to play from the beginning, and when it gets to the slide with the swf file, I just get a faded out still picture of the video, and it will not play.  If someone has had luck with embedding swf files from Captivate into Power Point, please let me know how you did it.   Thanks.

    Thanks, I really appreciate the information. The only problem is that I have to keep it as a power point presentation.   I convert from ppt to a video, so I need to keep it as power point.
    I found these steps on the internet and followed them exactly, and went through the steps 3 times, to make sure I wasn't leaving anything out, and it just didn't work. I have a tech guy who's supposed to call me today regarding this issue, and hopefully he'll be able to go through it with me step by step to try and work it out.
    Ultimately, these are going to be training videos that are going to be set up on a website, so they ultimately have to be saved as videos. 
    I'm keep trying to figure it out though.
    Thanks.
    Ariane

  • Your opinion on whether to insert a Captivate 5 swf or copy the slides from the swf's project?

    I was wondering what peoples opinion is on inserting a Captivate swf or just copy and paste the slides from the project? If I insert a swf the project would be smaller, but sometimes its harder to control the swf (as in playing it inside of a project). If I copy and paste the slides, my project could have over 150 slides. I know that I can break down into small chunks, like one project per procedure, but..
    I just would like some other people's opinion on this. I really appreciate any insight you may have ont. Thanks.

    I've not had good luck putting Captivate-published SWF files into a new CP project file... As you say, playback can get crazy, slide completions not marked correctly, timings off...
    If the SWF files I have are not interactive, I convert them to FLV/F4V and import them into the new CP project that way - much more reliable in my experience.
    If they are interactive though, I just past the slides themselves.

  • In Captivate 4 swf output, box borders break up. How can I prevent that?

    I'm working in Captivate 4. If I capture a screen that includes a box with a thin border, the border sometimes breaks up in the published swf. Parts of the border are missing, and lines display where they shouldn't. (See included image.) Anyone know how I can prevent that?
    -Stuart

    I'd suggest going into Edit - Preferences - SWF Size and Quality.  Try de-selecting the Advanced project compression check box.
    Then re-publish.

  • Flash display in captivate

    Hi again people,
    I created a flash file and inserted it in captivate. The
    flash files contains 4 movie clips that is hidden (not on stage),
    and when I click on a button, the movie clip move from hidden to
    stage.
    Now, is all good until i insserted it in captivate and
    publish it. I can see the flash files plus all the 4 hidden clips.
    Can this be fixed?
    thanks

    Smoke and mirrors
    I am assuming a button on your slide that you want to use to
    bring the swf into play, but the problem is that the swf is already
    displayed before the button is clicked??
    I can think of 2 options that might work:
    Have your swf appear after the button pause state in the
    timelin in Captivate (Animation Properties/Options/Appear After xx)
    Use a caption or screen image to "mask" the swf and set it to
    disappear 0.1s after the user has clicked the button.
    Hope this helps
    Andrew

  • Flash Player 10.1.102.64 breaks Captivate 5 swfs

    Hello Members,
    My company just (as of 17 Nov 2010) upgraded our systems to the version of Flash Player above.
    I am developing training using Captivate 5.  Now my swfs no longer play, or they start, and stop shortly after opening
    and show an all black screen in display area (IE web browser).
    Has anyone else seen this?
    Thanks,
    eholz1

    Hi there
    This came to light a week or two back. See if the link below helps.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Embedding Captivate movies (swfs) into Acrobat 8 3D

    I embedded a swf movie (from Captivate 3) into Acrobat 8 3-D,
    but it displays as a black rectangle in Acrobat 8 3D, and a blank
    white area in Adobe Reader 8. The movie does play, but I'm trying
    to figure out why, if I have the poster setting correctly in
    Acrobat, I get the black rectangle and not a graphic of the first
    slide of the movie. (I originally posted this on the Acrobat User
    Community but haven't received a response (
    http://www.acrobatusers.com/forums/aucbb/viewtopic.php?pid=3093).
    I purchased the Adobe Technical Communications Suite, if that makes
    any difference.
    Thanks

    Hi GinaL
    You probably need to edit the settings of your Captivate.
    Select a loading screen that indicates your user should click. You
    can create your own. All you need is a bitmap image. Once you do
    this and republish and reinsert, the loading screen should appear
    and indicate you can click.
    Cheers... Rick

  • RoboHelp10 crashes during development after adding Captivate 7 swf

    I think I have found the cause of my RH10 crashes, but I am looking for confirmation before launching a 6 month development project.
    I am embedding CP7 SWFs in RH10 topics.
    ENVIRONMENT
    Win 7 64 bit
    Dell 2 core, 4GB RAM
    RH 10.0.1.292
    CP 7.0.1.237
    If I embed a CP7 demo as in CASE ONE below, RH crashes while I am working on the project. If I generate, the executable runs flawlessly. The crash is always during development. The exact action leading to the crash appears to be random. The crash occurs unpredictably after working on the project for 5-15 minutes.
    If I embed a CP7 demo as in CASE TWO below I have been able to write in RH all day w/o a crash.
    What is so evil about the first case?  I suspect an issue with the baggage files, but can’t imagine what.
    CASE ONE
    The files needed to play the SWF (.swf, .htm, .css and .js) are added as baggage files like this:
    The link to launch the video works like this:
    The generated project plays perfectly, like this:
    CASE TWO
    I clicked inside a topic then did:
    That gave me a topic like this:
    I didn’t put the topic above in the TOC. Instead I created a TOC topic that linked to it like this:
    The generated project plays the topic perfectly, like this:
    The questions before committing to months of development are:
    Did I find the cause of the crash?
    Is it safe to commit to major development using RH as in CASE TWO with the expectation that I will not have RH crashing every 10-15 min?
    Best,
    Ted

    Hi Ted
    Question here. For your case 1, is Captivate open still? Perhaps with that project loaded? I've seen it where things get really wonky if you work that way. It's as if Captivate still has some hooks in the project even after it has generated the output files.
    If that's what you are doing, you might try closing Captivate and see if the crashing stops.
    Additionally, it's worth noting that when Captivate creates the output files and you import them as Baggage into RoboHelp, the HTML file Captivate creates will have different coding than you will see if you simply insert a Captivate SWF into a topic.
    Apologies in advance if you already knew any of this, but here is my own criteria for co-mingling Captivate with RoboHelp.
    If I have a RoboHelp topic that has other information inside and I want that Captivate demo to be viewed right from inside the topic, I'll just insert the SWF. But if that Captivate demo is so large that it really warrants full screen viewing, I'll likely import the files as Baggage and establish a link that points to the Captivate HTML page to open things up.
    Not sure if I've managed to actually help here. But hopefully I've done no harm.
    Cheers... Rick

  • How to find totalFrames of Captivate 4 .swf in Flash CS4

    I have a series of Captivate4 AS3 .swf files that I am loading into an interface created in Flash CS4.  The files are loading and playing correctly, but I need to find a way to detect when an imported .swf gets to the end of it's timeline so that I can load the next one.
    Here's my code:
    var myLoader:Loader = new Loader();
    var movieURL:String = "resources/testTestTest.swf";
    var req:URLRequest = new URLRequest(movieURL);
    var currentMovie;
    var endShow:Boolean = false;
    myLoader.addEventListener(Event.COMPLETE, loadComplete);
    function loadComplete(evt:Event)
        currentMovie = myLoader.content;
        currentMovie.rdcmndPause = 0; //fails to pause imported .swf
        trace(currentMovie.cpInfoCurrentDate); //fails to trace out
    addChild(myLoader);
    myLoader.load(req);
    Please, help!!

    I forgot to add "contentLoaderInfo" to the myLoader eventListener.  Here's my working code:
    Captivate- output to AS3, make sure Flash player is same as destination
    AS3 code from flash UI:
    //initial variables
    var myLoader:Loader = new Loader();
    var movieURL:String = "fileName.swf";
    var req:URLRequest = new URLRequest(movieURL);
    var currentMovie:*; //data type movie; use wildcard- data type unavailable at compile time
    myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadComplete);
    function loadComplete(evt:Event):void
        currentMovie = MovieClip(myLoader.content);//data type imported .swf
        trace("frame count = " + currentMovie.rdinfoFrameCount); //rdinfoFrameCount is a Captivate var
        //trace("current frame = " + currentMovie.rdinfocurrFrame); //rdinfoFrameCount is a Captivate var
    addChild(myLoader);
    myLoader.load(req);
    //set up timer to check to see if current frame == total frames
    var endTimer:Timer = new Timer(1000);//runs every sec.
    endTimer.addEventListener(TimerEvent.TIMER, onTimer);
    endTimer.start();
    function onTimer(evt:TimerEvent):void
        //trace("current frame = " + currentMovie.rdinfocurrFrame);
        if((currentMovie.rdinfocurrFrame + 10) >= currentMovie.rdinfoFrameCount) //had to add 10 to current frame
         //write your function here
        endTimer.stop();

  • Captivate published Swf to open an external PDF file

    Hi all,
    I need help to open an external PDF file from the swf file.
    I used this previously. But realised that I can only open the pdf file from the published html file but not the swf file.
    function onClick() {
    window.open("mypdf.pdf");
    onClick();
    Can anyone tell me what is wrong as i am not very good with javascript.
    Thanks.

    Lilybiri is correct that you should be able to use the Open URL or File action.
    But I also just tested your JS code on my own PC here in Captivate (triggered by a button set to Execute Javascript) and it worked fine.
    If you are testing this locally on your PC hard drive, have you made sure that the publish folder location is set up as a trusted location in your Flash Global Security settings?  It might not be working for that reason. 
    You can also try uploading your SWF and PDF file to a web server and testing from there.  Flash Global Security doesn't tend to bother content from a web server.

Maybe you are looking for