RE: [Flashcoders] Re: How to avoid little blink while loading another movie

2008-09-02 Thread Robert Leisle
To: Flash Coders List Subject: Re: [Flashcoders] Re: How to avoid little blink while loading another movie Hi, Presumably the blink is caused by the delay between your loading movie being called and you setting its state to visible=false. You can resolve that in a few ways: 1. have the swf you load

Re: [Flashcoders] Re: How to avoid little blink while loading another movie

2008-09-02 Thread anuj sharma
Hi Sebastian Thanks for the reply. Your second point works form me. Just one frame from the end of tween i added the UILoader and i moved the loader to the main stage after making my first movie invisible. Thanks a lot for your help. I appreciate that Anuj On Tue, Sep 2, 2008 at 11:21 AM, sebasti

Re: [Flashcoders] Re: How to avoid little blink while loading another movie

2008-09-02 Thread sebastian
Hi, Presumably the blink is caused by the delay between your loading movie being called and you setting its state to visible=false. You can resolve that in a few ways: 1. have the swf you load in already be visible=false, pre-set in the external file. 2. load the swf off-stage coordinates an