Skip to main content
July 6, 2010
Question

Publishing Single SWF from Recorded Demonstration

  • July 6, 2010
  • 2 replies
  • 824 views

Hi Everyone,

I am trying to import multiple swfs (4 actually) from recorded demonstrations into my captivate 4 project, now I have observed that when I publish it I can see 5 swfs, 1 from the main project and 4 from the imported swfs. Is there any workaround that these recordings be created/embedded into my main project's swf? Secondly, I have observed that when I play the output, there are some issues with synchronization. For instance, when I move into another slide, the animation (from recorded demonstration) keep on playing and I can still hear the mouse clicks, however I believe that this should stop. I have tried playing around with the "Sychronize with Project" but didnt work either.

Could someone reach out to me on this?

Thanks.

BR//

-Miguel

This topic has been closed for replies.

2 replies

Inspiring
August 10, 2010

I am having the worst time trying to use multiple SWFs. And I have tried a number of different ways.


Here's the way that is working "best" although it still has many drawbacks.

I created multiple projects. The first project ends on the slide before the 1st animation and the "on exit" command is to "open a new project" which is the swf of the next captivate project. Then the second project starts with the slide with the animation and continues until I run into the next animation...

The "good news" is that the swfs don't load until the new file is open. Thus they start at the beginning where they are supposed to (instead of all at one time.)

The bad news is:

1) It still doesn't pause. This may be overcome with some java script, but it will take me awhile to troubleshoot this one.

2) you can't go back to a previous project... I assume I can make a custom skin, but what a pain! And who knows what other issues that will cause.)

3) I can't find a way to "branch" and go back to a specific slide in another project. So now I am dealing with TONS of captivate and swf files so that I can mimic a branching scenario.

So, if anyone has any ideas on these issues, or any other solutions, please, please, please share your insight before I jump out my 5th story window.

Thanks!

(By the way, I am demoing in Cap 5 for this project, but I think it will still work in Cap 4. I hope so since not all my clients want to upgrade!)

Steve Howard, ACP
Inspiring
July 6, 2010

Did you import as Flash movie? Try importing as an Animation instead.

Steve

July 7, 2010

Thanks Steve.

That's actually what I am doing, I am importing them as animations but still didn't work.I have even played in each imported demonstration's other settings such as flash player version and Action Script version but that didn't work either, since I also wanted that each animations would show a preloader in case the animations isn't ready yet.

Miguel

July 13, 2010

I could't make it work either when I uploaded it into our LMS.I even wonder if it has something to do with the manifest file:

<resource identifier="@RD_MQZ_MANIFEST_ID_RES" type="webcontent" href="@RD_MQZ_MANIFEST_HTM_NAME_HREF" adlcp:scormtype="sco">
            <file href="@RD_MQZ_MANIFEST_SWF_NAME"/>
            <file href="@RD_MQZ_MANIFEST_HTM_NAME"/>
            <file href="SCORM_support/scorm_support.htm"/>
            <file href="SCORM_support/scorm_support.js"/>
            <file href="SCORM_support/scorm_support.swf"/>
        </resource>
    </resources>
</manifest>

Do I need to reference all the swfs I have in my project?

BR\\

-Miguel