HTML5 embedded project in a website
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
