[Edit May 21, 2008. Read on if you like, but you can now download the docs directly. http://theflashblog.com/?p=387]
There have been a few links around about how to compile for the Flash 10 player. But there is no public online reference that I know of that lists out the new objects, methods, etc.
I’m not at liberty to publish anything myself, but you can do some introspection to find out some more about them yourself. Compile a SWF targeting Flash 10 and use describeType on the object you want to know more about:
[as]describeType(DisplayObject);
describeType(Event);
describeType(Sound);[/as]
You’ll at least have access to the new properties, methods, params and types.
Someone also created a class browser using that technique, check http://www.tengerstudio.com/public/flash10/class_browser
I already created a tool, which probably more handy than typing so much describeType() manually 🙂
http://blog.tengerstudio.com/2008/05/16/flash-player-10-class-browser/
Awesome! Even better!
here the flash player 10 beta 2 full API
http://burrrned.zwetan.com/2008/05/flash-player-10-beta2-full-api.html
introspection is good but in some cases decompilation is better 😉
The latest revisions of FlashDevelop supports the new SWC format so we have auto-completion for all the new classes, as well as Vector support.
http://www.flashdevelop.org/community/viewtopic.php?t=3039
You can grab the complete AS3 reference here:
http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_as3langref_052008.zip