Adobe Flash is a cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages.

learn more… | top users | synonyms (1)

27
votes
1answer
3k views
+200

What are the major performance hitters in AS3 aside from rendering vectors?

In ActionScript 3, using vector graphics is a guaranteed way to cause massive damage to the performance of your project. Using a single Bitmap for all graphics by using .copyPixels() through its ...