Is your SWF using ActionScript3? If yes, then you can pretty much control it
from Flex 2 application.

If it uses ActionScript 2, then you might consider using LocalConnection or
ExternInterface. AVM- (SWF which use ActionScript 2 or below)  and AVM+ (SWF
which uses ActionScript 3 or above) applications can not communicate with
each other except limited stuff, because each of these run different virtual
machines, as mentioned (AVM- and AVM+). There are only two ways:
LocalConnection and ExternalInterface.

Check out various libararies available, for example flashinteface:-

http://www.flashextensions.com/products/flashinterface.php

-abdul

On Jan 10, 2008 11:50 PM, Gustavo Duenas <[EMAIL PROTECTED]>
wrote:

> Hi Guys, I was wondering if anyone knows a good tutorial about how to
> controlan external swf movie from flex, the same old way as we did with
> flash.
>
> Regards
>
>
> Gustavo
>
>
>
>
> Gustavo A. Duenas
> Creative Director
> LEFT AND RIGHT SOLUTIONS
> 904.  265 0330 - 904. 386 7958
> www.leftandrightsolutions.com
> Jacksonville - Florida
>
>
>
>
>
>


-- 
-abdul
---------------------------------------
http://abdulqabiz.com/blog/
---------------------------------------

Reply via email to