Re: [Flashcoders] do we still have to check to see if loaded >10bytes?

2009-03-27 Thread Karl DeSaulniers
loader.addListener(this); loader.loadImage( "some_image.jpg", image_mc ); regards, Muzak - Original Message - From: "Karl DeSaulniers" To: "Flash Coders List" Sent: Tuesday, March 24, 2009 9:19 PM Subject: Re: [Flashcoders] do we still have to check to see if

Re: [Flashcoders] do we still have to check to see if loaded >10bytes?

2009-03-24 Thread Karl DeSaulniers
nLoadInit"); trace("- target: " + target); } var loader:ImageLoader = new ImageLoader(); loader.addListener(this); loader.loadImage( "some_image.jpg", image_mc ); regards, Muzak - Original Message - From: "Karl DeSaulniers" > To: "Flash Coders List&q

Re: [Flashcoders] do we still have to check to see if loaded >10bytes?

2009-03-24 Thread Muzak
loader.addListener(this); loader.loadImage( "some_image.jpg", image_mc ); regards, Muzak - Original Message - From: "Karl DeSaulniers" To: "Flash Coders List" Sent: Tuesday, March 24, 2009 9:19 PM Subject: Re: [Flashcoders] do we still have to check to see

Re: [Flashcoders] do we still have to check to see if loaded > 10bytes?

2009-03-24 Thread Karl DeSaulniers
evisser.com/download/ImageLoader.as regards, Muzak - Original Message - From: "Karl DeSaulniers" > To: "Flash Coders List" Sent: Tuesday, March 24, 2009 5:50 PM Subject: Re: [Flashcoders] do we still have to check to see if loaded > 10bytes? I have an issue wi

Re: [Flashcoders] do we still have to check to see if loaded > 10bytes?

2009-03-24 Thread Muzak
s" To: "Flash Coders List" Sent: Tuesday, March 24, 2009 5:50 PM Subject: Re: [Flashcoders] do we still have to check to see if loaded > 10bytes? I have an issue with dynamic content not triggering my code when its complete. I am trying to call the progress from a external cla

Re: [Flashcoders] do we still have to check to see if loaded > 10bytes?

2009-03-24 Thread Paul Andrews
Yes indeed. I had my mind on onProgress. Doh! Doing too much AS2 perhaps.. Paul - Original Message - From: "Muzak" To: "Flash Coders List" Sent: Tuesday, March 24, 2009 4:41 PM Subject: Re: [Flashcoders] do we still have to check to see if loaded > 10bytes