What have you found in AS3?
Found this in the docs:
"The new Sprite class is a lightweight building block, similar to MovieClip but more appropriate as a base class for UI components. The new Shape class represents raw vector shapes. These classes can be instantiated naturally with the new operator and can be dynamically re-parented at any time."
"There is no longer any need to assign depth numbers to display list objects. Depth management is now automatic and built into the Flash Player. New methods are provided for specifying and managing the z-order of objects."
Built-in Base64 encoder: "public class Base64Encoder". No documentation on this one.
If you have built experiments with AS3, please post them.
Also, would be nice to see some kind of speed tests. Is player8.5 really 10xfaster?