I have made a graph using flash and have exported it to a HTML5 format. Its works fine in IE9,Mozilla Firefox, Google Chrome and most of the major browsers. But I want a work around to make it work in IE 6 and 7. I tried changing the doctype but still it soen't display anything in my IE 6 browser.
HTML
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled</title>
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="sample_edgePreload.js"></script>
<style>
.edgeLoad-EDGE-36508108 { display:none; }
</style>
<!--Adobe Edge Runtime End-->
</head>
<body style="margin:0;padding:0;">
<div id="Stage" class="EDGE-36508108">
</div>
</body>
</html>