Skip to main content
Participating Frequently
September 27, 2021
Question

captivate file html5 the course does not appear iframe

  • September 27, 2021
  • 2 replies
  • 885 views

I created the course in captivate, then published it in html5, unfortunately I have a problem with placing it on the website using iframe - it does not appear.

    This topic has been closed for replies.

    2 replies

    Dirlo
    Inspiring
    September 27, 2021

    Hello !

    1./ First of all you have to upload all the package that was created when you published your project on your website, ideally in the same folder of the page where you want your project to appear.

    2./ Then you can use the iframe in the html code of your page where you want to place the project :

    <iframe src="Name_Of_The_Folder_Of_Your_Project/index.html" frameborder="0" width="XXX" height="XXX"></iframe>

    You have to change, of course, all the bold writings...

    3./ Upload your page...

    And it should appear !...

    😉

    Participating Frequently
    September 27, 2021

    Thank you ,

    Usually it works , I did it in the way you wrote.

    This is the link to the course on server , even if I use iframe creator it does not appear.

    http://www.assets.globallanguages.eu/globalnet/Cabinet_Trainee/index.html

     

    Dirlo
    Inspiring
    September 27, 2021

    Try this, considering you uploaded your project in the same folder where you webpage is.

    <iframe src="Cabinet_Trainee/index.html" frameborder="0" width="800" height="490"></iframe>

    And tell us what's happening !

    😉

    RodWard
    Community Expert
    Community Expert
    September 27, 2021

    Did you upload all of the HTML5 published output to the website and then link to just the index.html file as the target for the iframe ?

    Participating Frequently
    September 27, 2021

     

    Yes I upload all of the html5 to my server , and it works as a www, but when i trying to iframe it doesent work

    Below link to html5 on server

    http://www.assets.globallanguages.eu/globalnet/Cabinet_Trainee/index.html

     

    Thank you

    Lilybiri
    Legend
    September 27, 2021

    That URL works perfectly for me?