Skip to main content
alishaw72619865
Participant
May 12, 2020
Question

Publishing Captivate video to GoDaddy via Filezilla

  • May 12, 2020
  • 1 reply
  • 225 views

Hi All,

 

I was woundering if anyone  knows once my adobe captive project has been published as a HTML5 and I have uploaded it to my go daddy website via filezilla what the next steps might be for my project to appear on my website ? 

 

Thankyou 

Alisha 

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    May 12, 2020

    Test first to see if the URL is working by pointing to th index.html file.

    Example for a file uploaded to my domain:

    http://www.lilybiri.com/published/GameMatchStick/index.html

    You can now insert that link directly:

    <a href="http://www.lilybiri.com/published/GameMatchStick/index.html" target="_blank">MatchStick game</a>

    Or embed it in an iFrame:

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