Copy link to clipboard
Copied
It seems impossible, but Adobe (Creative Cloud Desktop) is not supporting file types of another Adobe product (Captivate 2019). I need a could storage location as my web hosting provider's website builder needs a link to a place other than cPanel so users can access my elearning files.
What am I missing here? Thank you!
Copy link to clipboard
Copied
<moved from cc desktop>
Copy link to clipboard
Copied
You need to place the output on a webserver or a LMS. Since you want to show it in a website, I suspect you didn't set up Reporting and don't need a LMS. I use part of my domain to upload the published HTML output from Captivate and insert either a link on my blog site, or embed it using an iFrame. Have a look at one of my recent posts: https://blog.lilybiri.com/classic-captivate-vs-charm-test-case-responsive-project
The link in that post points to https://www.lilybiri.com/published/CrunchNumbers/index.html
The embedded one in the iFrame is not rescalable (you need to use the link) but has a fixed resolution:
<iframe src="https://www.lilybiri.com/published/CrunchNumbers/index.html" width="800" height="490"></iframe>