[haXe] Bug: Additional Args in some flash9 functions misssing

Nicolas Cannasse ncannasse at motion-twin.com
Thu Aug 17 09:42:27 CEST 2006


> In flash9 flash.net.NetConnection, some undocumented features
> (adidtional args) used with FCS and Red5 are missing.

Added.

The haxe/std/flash9/*.hx API files have been automatically generated.
You can actually generate HX headers from any Flash9 SWF by running the
following command :

haxe --gen-hx-classes myas3.swf

You need to create a directory "tmp" first (since I forgot to remove it
before making the release ).

If some people are interested in reviewing the Flash9 API, there might
be some Dynamic that can be removed based on official documentation, in
particular all the content of Array's is right now Dynamic.

Nicolas



More information about the Haxe mailing list