views:

29

answers:

1

I want to learn to program the canvas element. Anyone got any recommendations of websites / books?

+1  A: 

As far as I know, Flash does not have anything to do with <canvas> so you would be using Javascript, not Actionscript.

I used this tutorial when I was learning about <canvas>: https://developer.mozilla.org/en/canvas_tutorial

It seems to cover the basics pretty well.

Jeff Fohl