How to use dll file in flash?

Hi,
I’m developing a game based on the internet.
I want to construct a server with actionscript.The server will
contains many processing procedure,and the functions will be
used in the form of dll.But I don’t know if it is possible.If possible,how can I do that?Could you tell me that.I’ll appreciate
you very much. yours lt.:slight_smile:

Hey…I am not an expert but um… i believe Flash is supposed to be only for client side, …what u could do, i am not sure if this would work in yur case, but u could try using vb with fscommand, and then that way u could link it to a .dll

Public Declare Function GetCurrentDirectory Lib “kernel32” Alias “GetCurrentDirectory” (ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long

I don’t believe you can access any system files through Flash, that would be a security risk.