Hey everyone, help a fool out,
I've been trying for hours to get my Edge Animate project, "ss6landingpage," to work within a page on my Wordpress Blog. I published the project and placed all files into a folder and uploaded to server, inserted into WP files (httpdocs/wp-content/uploads/2013/ss6landingpub).
These are files included:
ss6landingpage_edge.js
ss6landingpage_edgeActions.js
ss6landingpage_edgePreload.js
ss6landingpage.html
Folder:edge_includes
Folder:images
I injected the following js code into the header.php.
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="ss6landingpage_edgePreload.js"></script>
<style>
.edgeLoad-EDGE-2762309 { visibility:hidden; }
</style>
<!--Adobe Edge Runtime End-->
I pasted the div into the body of the page:
<div id="Stage" class="EDGE-2762309">
Alas, I can not get the animation to work. I thought maybe the absolute/relative src might be the issue but I have them in same folder in the website.
Any suggestions, has anyone successfully embedded their project to an existing website page?
Thanks,
kmccart2