Can't embed html5 content in C5

Permalink
Hi,

I'm trying to embed some html5 content from a Mac OSX software named Hype.

And I have a strange behaviour in C5 : my content works when in edit mode, then disappear when i publish my page.

You can see an example ( in fact a blank space :( ) on the bottom of this page :

http://designcreations.fr/index.php/concevoir...

And here is the snippet I have to insert, following Hype instructions :

<div id="hypedetc03nonnr_hype_container" style="position:relative;overflow:hidden;width:980px;height:860px;">
<script type="text/javascript" charset="utf-8" src="hypedetc03nonnr.hyperesources/hypedetc03nonnr_hype_generated_script.js?38756"></script>
</div>

Thanks for your help

 
mesuva replied on at Permalink Reply
mesuva
This looks like it's because your script is currently relative when it needs to be absolute.

Try adding a slash to the front of your script src, i.e.:
src="/hypedetc03nonnr.hyperesources...
askdesign replied on at Permalink Reply
Perfect ! Now it works.

Thanks a lot, now i have found my perfect duet for web creation Concrete5 + Hype3.