Question
[DUPLICATE, LOCKED] Dreamweawer OAM file problem
Hello,
Big Dreamweawer beginner, I have to integrate, in a new blank page, an OAM file generated with Animate. The HTML code below :
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>page1</title>
</head>
<body>
<object id="EdgeID" type="text/html" width="908" height="517" data-dw-widget="Edge" data="animation_assets/coeur/Assets/coeur_perfusion.html">
</object>
</body>
</html>

When I check with F12, nothing is displayed.
Where is my error please?
