Skip to main content
Participating Frequently
January 21, 2014
Question

HTML5 embedded project in a website

  • January 21, 2014
  • 1 reply
  • 747 views

Synopsis: I want to take an HTML5 published project and embed it in an existing website (think like a blog post).

Explanation: Using a swf file makes embedding a project easy, you simply detach the HTML document and place the swf directly on the page. However, HTML5 publishing does not have a single file to embed. I have tried utilizing the HTML code in the index file but the project doest seem to load. Am I missing something in rewritting the code?

I have tried using <iframe> and that actually creates a horrible experience for the user and I would rather use the horrible quality of a SWF (and not be mobile compatible) over iframe code.

Does anyone know a way to embed the HTML5 output? I am decent (not great) at HTML code and understand the basics of Javascript. However, I am still learning and would love to find a way to leverage this output and an existing site.

Bryce

This topic has been closed for replies.

1 reply

Andre Paz Leal
Inspiring
January 21, 2014

Well for embed the index.html you have a set of other things correct? You need the assets folder, dr, ar folders, etc.

I dont know how your blog works but do you have shure that when you send the index.html thru ftp to your blog server you have updaloaded all those folders?

BWescottAuthor
Participating Frequently
January 21, 2014

Good clarification. I am using wordpress as the blog, however, it is my personal server space so I can access the file structure, backend, and other admin tools. I did upload all the files via ftp and they appear on the server.

I am currently just pointint the links to the index page on the server. The problem is that the page then appears without the headers or sidebars of the home site. This is a good temporary fix. However, I'd like to take the elearning module and place it directly in the page that already exists. Such as placing the HTML5 project here so you could see it within the post.

Let me know if this clarifies the problem and desired solution

Andre Paz Leal
Inspiring
January 21, 2014

How did you use the wordpress as a personal server? Hehehe, I have a wordpress too and would love to acess thru ftp so I can customize that bitch!