I’m been impressed by just how terrible the NetConnection docs are.
Can someone point me in the right direction here?
The NetConnection API:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetConnection.html
It has a client object that “Indicates the object on which callback methods are invoked” but no where can I find a list of the functions that are actually called?
That seems pretty obscene.
I can find people mentioning onBWCheck and other functions that were throwing me errors, and I’ve seen someone mention onMetaData… but this is hardly a complete list. Just casual mentions across various websites.
Is this stuff actually written down anywhere?
I don’t understand why this fundamental class is so obscure.