Adobe Edge [V5]

Think this is flash? Nope, it’s javascript (jQuery), HTML5 & CSS3 created by Adobe Edge. This is still early days, but is looking pretty impressive, especially considering this can run on an iPad!

Installation isn’t for the faint hearted (why I did this), so I’m not going into any detail about how to export and install this on squarespace other giving you the code I used here (although please leave a comment if you need help):

<!--Adobe Edge Runtime-->
<script type="text/javascript" src="/storage/blog/edge/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="/storage/blog/edge/edge.0.1.1.min.js"></script>
<script type="text/javascript" src="/storage/blog/edge/edge.symbol.0.1.1.min.js"></script>
<script type="text/javascript" src="/storage/blog/edge/Edge_sample_gettingjumpy2_edge3.js"></script>
<link rel="stylesheet" href="/storage/blog/edge/Edge_sample_gettingjumpy2_edge.css" />
<!--Adobe Edge Runtime End-->
<div id="stage" class="symbol_stage">
</div>

TIP: Make sure to take a good look at the yourproject_edge.js file and the links inside it!

Good Luck!