[haXe] bug in flash.system.FSCommand ?

Nicolas Cannasse ncannasse at motion-twin.com
Sat Dec 30 14:46:52 CET 2006


> Just started today with flash9 coding and and  according to 
> http://livedocs.macromedia.com/flex/2/langref/flash/system/package.html#fscommand() 
> <http://livedocs.macromedia.com/flex/2/langref/flash/system/package.html#fscommand()>
> 
> fscommand(commandString); is allowed in AS3.
> 
> 
> 
> But currently the required signature in Haxe is:
> 
> 
>   static function _fscommand(command : String 
> <http://haxe.org/api/String>, args : String 
> <http://haxe.org/api/String>) : Void <http://haxe.org/api/Void>
> 
> 
> args should  be optional. And why the underscore ??

fscommand for Flash9 is added on CVS version of haXe as 
flash.Lib.fscommand, it will be available as part of 1.10 release.

Nicolas



More information about the Haxe mailing list