|
|
|
|
|
by arethuza
5945 days ago
|
|
Not to mention functionality - code the same thing in Flash and using Canvas and compare what is involved. Some things that are trivial in Flash/Flex are (as far as I can see) pretty difficult when using Canvas. Note that I really want to use Canvas - but at the moment when it comes to interactive graphical applications I don't think the two are currently directly comparable. |
|
They’ll never be directly comparable. Canvas is a bitmap drawing field, Flash is a vector drawing field with enhancements. If you want to do vector stuff you’re probably better off using SVG.