I've learned some interesting tidbits about haxe while trying to port some ming test cases. A useful page from their documentation is at:

http://haxe.org/doc/advanced/magic?lang=en

The "magic" identifiers on this page allow you to bypass some of the haxe compiler checks to call AS3 functions. The __new__ identifier ended up being useful to me while writing the Array_as.hx test case. I imagine the __instanceof__ identifier could be useful to since I've seen that around in some of the test cases.

Jon Crider


_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to