RE: [Flashcoders] OnLoadStart

2006-01-16 Thread Kris Hadlock
I've experienced this bug as well and have not found a solution. Have you tried onLoadInit? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Patrick Matte Sent: Monday, January 16, 2006 4:41 PM To: Flashcoders mailing list Subject: [Flashcoders]

Re: [Flashcoders] OnLoadStart

2006-01-16 Thread John Giotta
Well, depending what Patrick is trying to do. onLoadInit would not work. onLoadInit is fired when the loaded contents first frame is played. onLoadInit is actually fired after the onLoadComplete event. onLoadStart is fired right after you call the MovieClipLoader.loadClip() method.

Re: [Flashcoders] OnLoadStart

2006-01-16 Thread Patrick Matte
PM Subject: RE: [Flashcoders] OnLoadStart I've experienced this bug as well and have not found a solution. Have you tried onLoadInit? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Patrick Matte Sent: Monday, January 16, 2006 4:41 PM To: Flashcoders