Re: [Flashcoders] flashing first frame

2006-12-19 Thread nik crosina
Excellent - thanks guys! Sorry for my late reply I was off on hols for a while! What we actually did end up doing was: After discovering that the frame that was flashed up before the movie loaded the new URL was indeed teh first frame, we made that the same as teh last frame (i.e. white) and the

[Flashcoders] flashing first frame

2006-12-12 Thread nik crosina
Hi, Small issue with getURL. We want to load a new html page at the end of a swf. So we use getURL on the last frame to do this. Problem is - on some occasions we get a flash of the first frame before the new page is loaded. How can we avoid this? Is this a little bug, or could this be in our

Re: [Flashcoders] flashing first frame

2006-12-12 Thread Jim Berkey
A quick-n-dirty way to prevent the first frame from loading before the getURL command happens is to add a few empty frames after the getURL command, so that the swf has somewhere to go while the page takes its sweet time to open. jimbo *** REPLY SEPARATOR *** On 12/12/2006 at

RE: [Flashcoders] flashing first frame

2006-12-12 Thread Van De Velde Hans
Did you add a stop(); on the last frame? (silly me) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Berkey Sent: dinsdag 12 december 2006 13:54 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] flashing first frame A quick-n-dirty

RE: [Flashcoders] flashing first frame

2006-12-12 Thread Steven Sacks | BLITZ
How can we avoid this? stop(); getURL(mypage.html); ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software