The AS3 replacement is ExternalInterface: http://livedocs.adobe.com/flex/201/langref/flash/external/ExternalInterface.html
Peter On 8/28/07, mnorrstrand <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am currently working on a piece of software written in C++/Flash > 8/ActionScript 2. The UI is written in Flash/AS2 and the backend in > C++. We are now looking at migrating the UI to Flex/ActionScript 3 but > I have a hard time finding out if the same functionality can be > achieved with AS3. The problem is that the C++ backend is using the > method callFrame() to communicate with the Flash Player through > ActiveX. The callFrame method is using the label of the frame in Flash > and on that frame are includes etc to get everything started. Can the > same thing be achieved with Flashplayer 9/AS3, and if so, what > methods/interfaces are used? Grateful for any input... > > Regards > > Malin Norrstrand > > >

