Question
OAM in Dw does not work
Hello,
I am a great beginner on Dreamweaver, I try to create a page by inserting an OAM file. The animation is displayed "live" in Dw but F12 returns a blank page.
Here is the code I have :
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>seismeBol</title>
<link href="style2.css" rel="stylesheet" type="text/css">
</head>
<body >
<div id="bol"><object id="EdgeID" type="text/html" width="100%" height="100vh" data-dw-widget="Edge" data="animation_assets/SimulationSeisme/Assets/SimulationSeisme.html">
</object>
</div>
</body >
</html>Et le CSS :
@charset "utf-8";
#bol {
width: 100%;
height: 100vh;
}
#EdgeID {
width: 100%;
height: 100vh;
} Where is my error? How to correct it ?
A big thank you to all those who can help me.
