Skip to main content
Participant
April 28, 2022
Question

HTML5 options for captivate files

  • April 28, 2022
  • 1 reply
  • 89 views

I'm not even 100% sure how to word this question but... I have my captivate course published to html5 because we need the CC output. Now we are trying to figure out a way to let people access it without having to send out the zip file. Is there a way to link to the html file from another site? We are using a system called Constant Contact and would like to find a way to upload the file and have our customers/viewers just be able to cliek and play it, but i dont have any idea how that would work. any input is helpful. thanks!

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    April 28, 2022

    You can upload the published output folder to a webserver and insert a link to the index file in an iframe. I use that approach on my blog a lot. Or you can just send the link to the index file.  Here is an example of a blog post where you can access the output file both as embedded (iFrame) or using a link:

    http://blog.lilybiri.com/fractioning-custom-motion-paths

     

    I uploaded the output folder to a subdomain. This is the code I used for the embedded output:

    <iframe src="https://www.lilybiri.com/published/FractPath/index.html" width="800" height="490"></iframe>

    The link it self links to the url itself.

     

    Participant
    April 29, 2022

    thanks for the input! the only problem with this for us is that we need to be behind a firewall so only our paying customers can access the video.