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 problem was solved!

Will remember the stop(); for next time!!

NIk C

On 12/12/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote:

 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
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
Nik C
___
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
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 12:33 PM nik crosina wrote:

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
code some where?

Thanks guys.

--
Nik C
___
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
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

B

___
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
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 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 12:33 PM nik crosina wrote:

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 
code some where?

Thanks guys.

--
Nik C
___
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
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com

B

___
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
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com

___
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
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com