[flexcoders] Simple question- Can I pass a data object in a method from flex 2 into an externally loaded flash 9 built swf?

2007-01-24 Thread Manuel Saint-Victor

To clarify the question- If I'm building my shell in Flex 2 and a library of
swf content to load developed in flash- and I load them in with the
swfLoader component can I Pass objects in through the calls to methods on
the SWFLoader.content.[whatevermethod] ??

It would seem logical to me that this would be straightforward if the child
SWFs are compiled  and coded in Flash 9 but I just want 2 be certain before
I stand behind the statement for sure.

Mani


Re: [flexcoders] Simple question- Can I pass a data object in a method from flex 2 into an externally loaded flash 9 built swf?

2007-01-24 Thread JesterXL

With the appendum, Compiled in Flash 9 AND AS3, NOT AS2, then yes.

On Jan 24, 2007, at 1:57 PM, Manuel Saint-Victor wrote:


To clarify the question- If I'm building my shell in Flex 2 and a  
library of swf content to load developed in flash- and I load them in  
with the swfLoader component can I Pass objects in through the calls  
to methods on the SWFLoader.content.[whatevermethod] ??


It would seem logical to me that this would be straightforward if the  
child SWFs are compiled  and coded in Flash 9 but I just want 2 be  
certain before I stand behind the statement for sure.


Mani