Content

Bill Gates Touched My Mac Book Pro

Flash 10 APIs

Monday 19 May 2008 - Filed under Flash

[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.

2008-05-19  »  keith

Talkback x 7

  1. Thijs
    19 May 2008 @ 3:24 pm

    Someone also created a class browser using that technique, check http://www.tengerstudio.com/public/flash10/class_browser

  2. Rákos Attila
    19 May 2008 @ 3:39 pm

    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/

  3. kp
    19 May 2008 @ 4:17 pm

    Awesome! Even better!

  4. zwetan
    19 May 2008 @ 5:08 pm

    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 ;)

  5. Martin Munoz
    19 May 2008 @ 8:02 pm

    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

  6. Script.it » Flash 10 Tutorials
    20 May 2008 @ 8:24 am

    [...] are interested in finding out more about the API’s that reside in Flash player 10.. Take a look at this link from Bit-101 Have fun with them! Let me know if you make some good things! The Flash 10 Tutorials by [...]

  7. Daniel R.
    21 May 2008 @ 2:59 pm

    You can grab the complete AS3 reference here:

    http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_as3langref_052008.zip

Share your thoughts

Re: Flash 10 APIs







Tags you can use (optional):
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>