Hello everybody,
I guess youyr pardon for my english but i will do the best...
I try to insert two Animation Edge in a HTML page like this
<head>
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="menu-teddy_edgePreload.js"></script>
<style>
.edgeLoad-EDGE-4988085 { visibility:hidden; }
</style>
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="agenceur-menuisier_edgePreload.js"></script>
<style>
.edgeLoad-EDGE-2336664 { visibility:hidden; }
</style>
<!--Adobe Edge Runtime End-->
</head>
<div id="menu">
<div style="margin-top:0px; height: 900px; text-align: left;">
<div id="Stage" class="EDGE-4988085">
</div>
</div>
</div>
<div id="contenu">
<div id="Stage" class="EDGE-2336664">
</div>
</div>
I see that i got two ID named "Stage" on my different DIV is there anything to change to have the opportunity to have my two animation on the same page ?
Thank's for your answers