php - Should I Abandon Adobe Flash for HTML5 and <canvas>? -


i'm looking developing facebook applications , planning on using flash basis of application, have test built simple php facebook applications , know enough action-script 3 start me on way, api facebook development in looks far more tedious php one.

my question able create interactive graphics (games) see across web in html5 canvas class? , simpler?

html5 doesn't exist yet outside of basic support in various browsers. we're couple of years off true saturation since won't until ie9 , ff4 released , adopted.

you use google code project enable canvas support in ie until then:

http://code.google.com/p/explorercanvas/

and yes, able create interesting games canvas. believe in short term you'd have wider array of options flash.

http://www.canvasdemos.com/


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -