Skip to content

Instantly share code, notes, and snippets.

Created May 18, 2015 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/43f94e7284e08d352f33 to your computer and use it in GitHub Desktop.
Save anonymous/43f94e7284e08d352f33 to your computer and use it in GitHub Desktop.
Standard edge animate export
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<title>Blue Dots</title>
<!--Adobe Edge Runtime-->
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script type="text/javascript" charset="utf-8" src="http://animate.adobe.com/runtime/5.0.1/edge.5.0.1.min.js"></script>
<style>
.edgeLoad-banner-bluedots { visibility:hidden; }
</style>
<script>
AdobeEdge.loadComposition('banner-bluedots', 'banner-bluedots', {
scaleToFit: "width",
centerStage: "none",
minW: "0px",
maxW: "1080px",
width: "1080px",
height: "350px"
}, {"dom":{}}, {"style":{"${symbolSelector}":{"isStage":"true","rect":["undefined","undefined","1080px","350px"],"fill":["rgba(255,255,255,1)"]}},"dom":{}});
</script>
<!--Adobe Edge Runtime End-->
</head>
<body style="margin:0;padding:0;">
<div id="Stage" class="banner-bluedots">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment