If you used SWFLoader, the .content is the root of the SWF.  If the SWF
was built for Player 9 using CS3, then you can talk to it, otherwise you
can't.  Player 8 and older swfs are essentially walled-off.  Others have
built wrapper SWFs for Player 8 that will listen for local connections
to/from Flex to then instruct the wrapper to call gotoandStop on the
actual SWF.

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Maikel Finck
Sent: Friday, March 09, 2007 10:47 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] gotoAndStop from flex

 

Yo,

I'm trying to load a SWF build by others and start it from my flex code.

The files have to be started using "gotoAndStop('flag')", but, how I
do to call it?

The SWF load fine, if don't need to be started by this way.

Thank you.

 

Reply via email to