Using Flash8 is there anyway to compile a class or function into something like a Dll.

Basically, I would like to have say a highscore class that goes to my website. But I would also like to give the class to a few friends that make games. Only problem is I do not want them to see all of the flash code that is used to make the special passwords.

In C/VB/ETC... you can make DLL and give them to people who can just include them as a reference then call the functions.

newhighscore.senddata(name, score); <-- they cannot see the code inside. just the functionname and it's parameters.


Can you do something like this in flash8 or is this impossible?