|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
DescriptionFlashCanvas 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. If you need a more sophisticated version of FlashCanvas, FlashCanvas Pro, that supports almost all Canvas APIs, is also available. For more information about FlashCanvas Pro, please visit FlashCanvas website. Requirements
UsageFlashCanvas consists of JavaScript, Flash and PHP files:
These files can be found in the bin directory in the distribution package. To install FlashCanvas, copy these files into some directory on a Web server, and then add the following HTML code between <head> and </head> tags on your web page. <!--[if lt IE 9]> <script type="text/javascript" src="path/to/flashcanvas.js"></script> <![endif]--> That's all you have to do in most cases. More detailed usage is described in the Usage page. ExamplesYou can see some examples of FlashCanvas at the Examples page. If you would like to see more examples, please visit FlashCanvas website. There, you can see more Canvas applications and games working with FlashCanvas. |