<!DOCTYPE html>
<!--
NOTES:
1. All tokens are represented by '$' sign in the template.
2. You can write your code only wherever mentioned.
3. All occurrences of existing tokens will be replaced by their appropriate values.
4. Blank lines will be removed automatically.
5. Remove unnecessary comments before creating your template.
-->
<html>
<head>
<meta charset="UTF-8">
<meta name="authoring-tool" content="Adobe_Animate_CC">
<meta name="ad.size" content="width=320,height=50">
<title>MM-Bollwage-2024-320x50</title>
<!-- write your code here -->
<style>
#animation_container {
position:absolute;
margin:auto;
left:0;right:0;
top:0;bottom:0;
}
</style>
<script src="https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.js"></script>
<script src="MM-Bollwage-2024-320x50.js?1716494769398"></script>
<script>
var canvas, stage, exportRoot, anim_container, dom_overlay_container, fnStartAnimation;
function init() {
canvas = document.getElementById("canvas");
anim_container = document.getElementById("animation_container");
dom_overlay_container = document.getElementById("dom_overlay_container");
var comp=AdobeAn.getComposition("6ED847B8A28F440295193ED58C75B549");
var lib=comp.getLibrary();
handleComplete({},comp);
}
function handleComplete(evt,comp) {
var lib=comp.getLibrary();
var ss=comp.getSpriteSheet();
exportRoot = new lib.MMBollwage2024320x50();
stage = new lib.Stage(canvas);
stage.enableMouseOver();
fnStartAnimation = function() {
stage.addChild(exportRoot);
createjs.Ticker.framerate = lib.properties.fps;
createjs.Ticker.addEventListener("tick", stage);
}
AdobeAn.makeResponsive(false,'both',false,1,[canvas]);
AdobeAn.compositionLoaded(lib.properties.id);
fnStartAnimation();
}
</script>
<!-- =========================-->
<script type="text/javascript">
var clickTag = "http://www.google.com";
</script>
</head>
<body onload="init();" style="margin:0px;">
<div id="animation_container" style="background-color:rgba(255, 255, 255, 1.00); width:320px; height:50px">
<canvas id="canvas" onclick="javascript:window.open(window.clickTag)" width="320" height="50" style="position: absolute; display: block; background-color:rgba(255, 255, 255, 1.00);"></canvas>
<div id="dom_overlay_container" style="pointer-events:none; overflow:hidden; width:320px; height:50px; position: absolute; left: 0px; top: 0px; display: block;">
</div>
</div>
</body>
</html>
4
2
65KB
239KB
380.0ms
387.0ms
380.0ms