--- In flexcoders@yahoogroups.com, "markflex2007" <[EMAIL PROTECTED]>
wrote:
>
> Please give me a general idea or some urls.
> 
> Thanks a lot
> 
> Mark
>

Doing this now: If you're using a Flash 9/10 file in Flex 3 and in the
same domain, you can load the SWF into a SWFLoader control, and once
loaded, the SWF is in the ".content" property of the SWFLoader. 

So say you wanted to call the "setMyText(text)" method of your swf,
once the swf is loaded, you can simply call
MovieClip(swfLoaderInstance.content).setMyText("hello from Flex") ;

Google livedocs for SWFLoader for more information. 



Reply via email to