> 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