Skip to main content
AP_AW
Inspiring
December 13, 2018
Answered

Distribute 3rd party content when publishing

  • December 13, 2018
  • 1 reply
  • 475 views

We've had a very nice scenario built for us in HTML5 and it currently sits on my web server. I've dropped it into Captivate as a Web Object and I've written the JavaScript to communicate between the two.

In testing all runs well.

Now we need to give the published project to the client. How do I give them the scenario? It can't stay on my web server. I don't see any options to automatically include it in the published output.

If the client puts it on their server then the path within Captivate will be incorrect.

If the client zips it together with the SCORM output then again the path will be incorrect and the files won't be in the IMS manifest.

How is this normally handled? Any help will be appreciated.

    This topic has been closed for replies.
    Correct answer RodWard

    You should be able to zip the entire HTML5 animation with all files it requires to run and then import this zip file as an HTML5 animation into your Captivate project slide using the Media > HTML5 Animation button.  At runtime it will display the animation inside an iFrame.  Whether or not the code you've developed will work or not I cannot say.  But that's the easy way to ensure all of the assets for the HTML5 animation get published along with the project output.

    1 reply

    Eric Dumas
    Community Expert
    Community Expert
    December 13, 2018

    Is there an option where you can copy the HTML5 Scenario in a folder included in your project folder and update the link (local instead of server) before exporting it all?

    RodWard
    Community Expert
    RodWardCommunity ExpertCorrect answer
    Community Expert
    December 13, 2018

    You should be able to zip the entire HTML5 animation with all files it requires to run and then import this zip file as an HTML5 animation into your Captivate project slide using the Media > HTML5 Animation button.  At runtime it will display the animation inside an iFrame.  Whether or not the code you've developed will work or not I cannot say.  But that's the easy way to ensure all of the assets for the HTML5 animation get published along with the project output.

    AP_AW
    AP_AWAuthor
    Inspiring
    December 13, 2018

    Based on what you said I tried zipping the entire scenario and then importing it into a Web Object. It worked and when I published the project I saw a "wor" folder and within it was my scenario.

    Thanks for your help.