Re: [Flashcoders] Weird image download problems in IE

2006-10-17 Thread David Buff
[EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Monday, October 16, 2006 11:35 PM Subject: Re: [Flashcoders] Weird image download problems in IE Hi, there is a bug in the loader component, which might be whats bothering you in your case. It plagues

Re: [Flashcoders] Weird image download problems in IE

2006-10-17 Thread Andy Herrman
Subject: Re: [Flashcoders] Weird image download problems in IE Hi, there is a bug in the loader component, which might be whats bothering you in your case. It plagues the scrollpane too, but there is a fix somewhere out there:) greetz JC On 10/16/06, Alain Rousseau [EMAIL PROTECTED] wrote

RE: [Flashcoders] Weird image download problems in IE

2006-10-16 Thread Alain Rousseau
Have you tried using the MovieClipLoader class ? It has an event very usefull called onLoadError . It gives you the following informations (quote from the livedocs): errorCode:String - A string that explains the reason for the failure, either URLNotFound or LoadNeverCompleted.

Re: [Flashcoders] Weird image download problems in IE

2006-10-16 Thread Andy Herrman
Awesome, looks like that works. Thanks! Any idea what's causing the problem with the Loader? Just some bug in Flash or IE? -Andy On 10/16/06, Alain Rousseau [EMAIL PROTECTED] wrote: Have you tried using the MovieClipLoader class ? It has an event very usefull called onLoadError . It

RE: [Flashcoders] Weird image download problems in IE

2006-10-16 Thread Alain Rousseau
] On Behalf Of Andy Herrman Sent: 16 octobre 2006 16:31 To: Flashcoders mailing list Subject: Re: [Flashcoders] Weird image download problems in IE Awesome, looks like that works. Thanks! Any idea what's causing the problem with the Loader? Just some bug in Flash or IE? -Andy On 10/16/06, Alain