You're going to have to have to write an AS2 stub for AS3 to communicate with. The AS2 stub will interact with the AS2 swf and will have to pass data back and fore through the local connection via handlers. It's likely to be a PIA. If at all possible, I'd rewrite the code in the AS2 swf convert it to AS3.
Paul ----- Original Message ----- From: "greenfishinwater" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, October 02, 2008 10:41 AM Subject: [flexcoders] Re: Using ActionScript2 swf in Flex 3 > Thanks, I googled Local connection and found some useful references. > > Unfortunately I did not code the original application so don't know > the degree of communication between the AS2 swf and the Flex 3 code. > > Andrew > > --- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: >> >> With some difficulty. The two different virtual machines cannot talk >> directly, but must use Local Connection. >> >> >> >> There is a library that helps with this, I saw it the other day but >> don't recall what it is called. Google will find it. >> >> >> >> Tracy >> >> >> >> ________________________________ >> >> From: [email protected] [mailto:[EMAIL PROTECTED] On >> Behalf Of greenfishinwater >> Sent: Wednesday, October 01, 2008 3:39 PM >> To: [email protected] >> Subject: [flexcoders] Using ActionScript2 swf in Flex 3 >> >> >> >> I have taken on a job converting a Flex 1.5. project to Flex 3. >> >> Within this Flex project there are many .swf files coded in Flash with >> ActionScript 2. >> >> Can the Flash Player handle this kind of app which has ActionScript 2 >> called from within ActionScript 3 >> >> Thanks Andrew >> > > > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Alternative FAQ location: > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > >

