Hi, today, I've started with Adobe Edge Animate.
Now, I've my first question:
I include the Adobe Edge animation like this in my html document:
<!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>Unbenannt</title>
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="index-1_edgePreload.js"></script>
<style>
.edgeLoad-EDGE-5136256 { visibility:hidden; }
</style>
<!--Adobe Edge Runtime End-->
</head>
<body style="margin:0;padding:0;">
<div id="Stage" class="EDGE-5136256">
</div>
</body>
</html>
The stage is 500 x 250 pixel and the position should be x=130 and y=150.
But the animation is left on the top, how can I set the position?
Thanks,
Jan K.