--- In [email protected], "Jo Morano" <[EMAIL PROTECTED]> wrote: > > Hi! > > I need C++ and flex to work together. Can I embed flex swf in C++ and do > away with AIR?
You should be able to just embed an instance of the Flash player and use ExternalInterface for the communication. HTH; Amy

