Skip to main content
Known Participant
January 31, 2014
Question

Embed HTML5 Project into Webpage

  • January 31, 2014
  • 11 replies
  • 3145 views

Is there a way to embed a published HTML5 Captivate project into a webpage such as a Wordpress post? I have tried loading all the files to the server and then using an iFrame. The results are not great. There must be a way to embed the project directly.

Thanks for you help.

This topic has been closed for replies.

11 replies

Participating Frequently
April 24, 2014
dowbright
Known Participant
July 19, 2014

I checked out the plugin and it seems I'd need to know lots of coding, judging by the comments made on it. ?

Inspiring
January 27, 2015

You only need to modify something should you run into a problem.

I just tried this plugin on my site and uploading a file into a post was as easy as uploading an image. They really need to state that this plugin is only a trial version that allows you to upload 3 files before you need to spend $99 on the full version, but it works well.

RoseLee
Participating Frequently
April 1, 2014

Hi Mark,

This is how I did.

  1. Publish my files selecting SWF and HTML5 output for example without compressing the folder. Let's say that the name of that folder is "mycaptivatefile"
  2. Use filezilla for example to upload those files in your website. Let's say that your project will be located at a sublevel of your site named "examples" "www.yourblog.com/examples"
  3. Once all your files are uploaded you have to use the <iframe> code to embed your content in your site this way:

<iframe src="www.yourblog.com/examples/mycaptivatefile/multiscreen.html" height="675" width="100%"></iframe>

Adjust the height and width according to your needs and that's it. This is the way I did it in my wordpress.

Hope this helps.

Rosalie

Known Participant
January 27, 2015

Hi RoseLee,

When I try this, I get a spinning-loading wheel, and that's all.

Any thoughts?

-D

Known Participant
February 3, 2014

Anyone have an idea for me to try?

Known Participant
February 12, 2014

Anyone???