Hi all,

I am wondering if Flash MX provides any sort of plug-in model similiar to Director's Xtras? I'd like to write an extension for ActionScript that will allow me to perform network communication with a remote server.

To elaborate here are some more details:

I'd like to be able to write ActionScripts that call the functions exposed by the C++ extension I created. Similarly, I'd also like to have the extension be able to pass native C++ calls into Flash MX that map them into their corresponding ActionScripts. This is similar to a Phython extension that passes information back and forth between a client and server that run on different backend systems. Being said, I am trying to figure out if Flash MX supports such "plugin" or "extension" models.

I have learned of this OpenSWF and MM File Format SDK. Not sure if they are the way to go? I thought they are really for *creating* swf movies, thereby adding reusable components to the existing flash application --- which isn't what I want to do.

Another thought: can I take the existing flash plugin for netscape, say, npswf32.dll, in the hope that I will be able to write some plugin to interface it? If this were the case, could any of you point me to any API that details all the header functions and parameters?

Any suggestions? Thanks so much in advance for any of your help. I really apprecite it!

jsu