An implementation of the HTML5 Canvas API for Internet Explorer.
FlashCanvas is a JavaScript library which adds the HTML5 Canvas support to Internet Explorer. It renders shapes and images via Flash drawing API, and in many cases, runs faster than other similar libraries which use VML or Silverlight.
FlashCanvas consists of JavaScript, Flash and PHP files:
These files can be found in the bin directory in this distribution package. To install FlashCanvas, copy these files into some directory on a Web server, and then add the following HTML code between
and tags on your web page.<!--[if lt IE 9]>
<script type="text/javascript" src="https://github.com/shankar101854/flashcanvas/raw/master/path/to/flashcanvas.js"></script>
<![endif]-->
That's all you have to do in most cases. For more details, please read the online manual at the project page.
FlashCanvas is developed by FlashCanvas Project and released under the MIT License.
If you have a question about FlashCanvas, please utilize the discussion group and issue tracker found at the project page. If you need to contact us directly, you can reach us at the e-mail address.
Project page: http://code.google.com/p/flashcanvas/ E-mail: flashcanvas@gmail.com