http://livedocs.macromedia.com/flex/2/docs/00001955.html <quote> Cross-scripting is not supported between AVM1 SWF files and AVM2 SWF files. </quote>
The only way to have an AVM1 and AVM2 swf communicate is through a LocalConnection. No idea how large the FusionCharts API is, but if all you need is to call a method or two, then LocalConnection might be worth it. regards, Muzak ----- Original Message ----- From: "leds usop" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, February 28, 2007 6:01 PM Subject: Re: [flexcoders] Embedding FusionCharts in a Flex application > not directly perhaps. try using flashinterface. > > --- Muzak <[EMAIL PROTECTED]> wrote: > >> FusionCharts are AS2. >> You'll be able to load a FusionChart swf into a Flex >> app, but you won't be able to control it from Flex >> though. >> >> regards, >> Muzak >> >> ----- Original Message ----- >> From: "Jon Rowland " <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Tuesday, February 27, 2007 11:16 AM >> Subject: [flexcoders] Embedding FusionCharts in a >> Flex application >> >> >> Hi there, >> >> I'm looking at embedding a diagramming tool called >> PowerCharts from the >> FusionCharts suite within a Flex application. The >> chart is shipped as an >> SWF file, there are lots of examples of use, but >> none using Flex. Has >> anyone done this before? Basically I want to access >> it programatically, >> and use it like you would a 3rd party control in >> Visual Studio - e.g. >> drop it on my flex designer and access it >> programatically. >> >> Is this possible? >> >> Many thanks, >> >> Jon Rowland

