Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-29 Thread Glen Pike
: [Flashcoders] Controlling a swf loaded into a movieclip Hi, I have been doing something similar with a site that I am building. There is a shell application that loads up various swfs into a holder clip. The application needs to be able to talk to these loaded clips and do stuff to them. The way

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-29 Thread Kjel Anderson
@chattyfig.figleaf.com Sent: Thursday, September 28, 2006 11:40 PM Subject: Re: [Flashcoders] Controlling a swf loaded into a movieclip Hi, I have been doing something similar with a site that I am building. There is a shell application that loads up various swfs into a holder clip

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-29 Thread Marcelo de Moraes Serpa
PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, September 28, 2006 11:40 PM Subject: Re: [Flashcoders] Controlling a swf loaded into a movieclip Hi, I have been doing something similar with a site that I am building. There is a shell application

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-29 Thread Kjel Anderson
, September 28, 2006 11:40 PM Subject: Re: [Flashcoders] Controlling a swf loaded into a movieclip Hi, I have been doing something similar with a site that I am building. There is a shell application that loads up various swfs into a holder clip. The application needs

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-29 Thread Muzak
- Original Message - From: Glen Pike [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, September 29, 2006 1:47 PM Subject: Re: [Flashcoders] Controlling a swf loaded into a movieclip Aha, No, I had misinterpreted this as being called when

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-29 Thread Marcelo de Moraes Serpa
- From: Glen Pike [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, September 29, 2006 1:47 PM Subject: Re: [Flashcoders] Controlling a swf loaded into a movieclip Aha, No, I had misinterpreted this as being called when the MovieClip loader

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-29 Thread Kjel Anderson
Subject: Re: [Flashcoders] Controlling a swf loaded into a movieclip Aha, No, I had misinterpreted this as being called when the MovieClip loader initialised and was removing the MCL Listener when the onLoadComplete function was called so I never saw any debug trace

RE: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-28 Thread Merrill, Jason
What in the loaded .swf are you trying to pause? It's root timeline? If so, it would just be theLoadedSwfInstance.stop(); Jason Merrill Bank of America Learning Organization Effectiveness - Technology Solutions -Original Message- From: [EMAIL PROTECTED]

RE: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-28 Thread Merrill, Jason
] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Kjel Anderson Sent: Thursday, September 28, 2006 4:58 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Controlling a swf loaded into a movieclip That is what I am having a hard time figuring that out. I am using a mask to show/hide the loaded

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-28 Thread Glen Pike
Hi, I have been doing something similar with a site that I am building. There is a shell application that loads up various swfs into a holder clip. The application needs to be able to talk to these loaded clips and do stuff to them. The way I have worked it is to load up a SWF which

RE: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-28 Thread Steven Sacks | BLITZ
but I have found that loaded clips seem to take a few milliseconds to actually initialise properly so that I can actually call my own methods on them What you're describing is clips need one frame to draw before you can call their methods (though you can set properties before the frame

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-28 Thread Glen Pike
Thanks for that. Is my workaround a standard thing or a dodgy hack?? Steven Sacks | BLITZ wrote: but I have found that loaded clips seem to take a few milliseconds to actually initialise properly so that I can actually call my own methods on them What you're describing is clips need

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-28 Thread Muzak
Are you using MovieClipLoader.onLoadInit()? Muzak - Original Message - From: Glen Pike [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, September 28, 2006 11:40 PM Subject: Re: [Flashcoders] Controlling a swf loaded into a movieclip Hi

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-28 Thread Reuben Stanton
] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, September 28, 2006 11:40 PM Subject: Re: [Flashcoders] Controlling a swf loaded into a movieclip Hi, I have been doing something similar with a site that I am building. There is a shell application that loads up