FluorineFx.NET

Calling .NET assemblies from Flash

To invoke .NET assembly files (*.dll) from your ActionScript code

  • use the fully qualified class name (the fully qualified name of the Type, including the namespace of the Type) in the getService function
  • for the service function name, you use the class method name
  • the .NET class must have a constructor that takes no parameters (the default constructor)
  • Note On the server, you must place your .NET assembly files (*.dll) in the local assembly cache (LAC)

    Note Only classes marked with FluorineFx.RemotingServiceAttribute are shown in the ServiceBrowser