Has anyone got any experience with using Adobe edge and Mojoportal.
After getting one example to work I was over the moon as it looks like a fantastic tool to use to create HTML5 animations.
However subsequent test samples have not proved so successful and do not appear to work. After several days of investigating with no joy, it would be nice to see if anyone else has had some success and how they developed it in.
For those who don't use adobe edge and may be able to help. what it does is creates several files and folders for your animation. This can be saved to your skin folder for use (well in one example it did and worked)
The folders are : edge_incluedes wchich is your normal jquery files (edge.0.1.6.min.js, jquery.easing.1.3.js, jquery-1.7.1.min.js and json2_min.js) if required there is also an image folder that can be merged with the existing one in the skin.
The other files it produces that are copied to the specific skin folder are (for project called simpletest) simpletest_edge.js, simpletest_edgeActions.js and simpletest_edgePreload.js.
Finaly you need to place some code in the page. in the head goes
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>myframe</title>
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="simpletest_edgePreload.js"></script>
<style>
.edgeLoad-EDGE-93747186 { display:none; }
</style>
and in the html content of the page goes
<div id="Stage" class="EDGE-93747186">
</div>
on the working example all the script, style and div can be placed and works in the HTML.
Any animated HTML5 I create can work in a flat file, but not in mojoportal. Any suggestions would be so well recieved.