[haXe] Error Calling a flex created swf

Nicolas Cannasse ncannasse at motion-twin.com
Fri Feb 16 18:04:14 CET 2007


> The haxe call is as follows;
>  
> ------------
>  
> var cnx = swhx.Connection.flashConnect(flash);
>  
> cnx.onThumbGen.call(["Test"]);
>  
> ------------
>  
> Any ideas or help would be appreciated.

I think you need to specify the classpath :

cnx.MyClass.onThumbGen.call(["Test"]);

Nicolas



More information about the Haxe mailing list