简体   繁体   中英

HTML5 bar chart exported from Flash does not work in IE6, IE7 or IE8

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>

Internet Explorer 6-8 rendering engines do not support HTML5, as they were built on the time when people where still hunting mammoths with sticks and this was before HTML5.

To add the support of HTML5 in Internet Explorer 6-8 consider using the following Google Chrome Frame installer Javascript:

http://www.chromium.org/developers/how-tos/chrome-frame-getting-started/#TOC-Detecting-Google-Chrome-Frame-and-Prompting-to-Install

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM