Re: [flexcoders] gotoAndStop from flex

2007-03-09 Thread Igor Costa

Maikel

I posted a solution about your problem into the Flex cookbook site.

See it here how you could do that.

http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&postId=3041&productId=2


Regards.


Igor Costa
www.igorcosta.org


On 09 Mar 2007 11:26:42 -0800, Maikel Finck <[EMAIL PROTECTED]> wrote:


  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.

 





--

Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta


RE: [flexcoders] gotoAndStop from flex

2007-03-09 Thread Alex Harui
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.