FP 11 Incubator First Impressions [Updated to 11.0.1.3]

So, what have people found so far in the new version of Flash Player?

flash.crypto package:

namespace crypto = 'flash.crypto';
trace(crypto::['generateRandomBytes'](8)); // returns a ByteArray with 8 random bytes

Seemingly new classes:

NetDataEvent, NetMonitor, NetMonitorEvent, SyncEvent, MicrophoneEnhancedMode, MicrophoneEnhancedModeOptions, SecureSocket

Documented but not in playerglobal: HIDEvent, ToastWindowEvent

…and of course there’s all that new 3D stuff.