RE: [Flashcoders] Multiple moviecliploaders

2008-02-14 Thread Cor
Thx Muzak, but this is about IE. Flash can load up to maximum 4 items at once. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Muzak Verzonden: donderdag 14 februari 2008 2:08 Aan: Flash Coders List Onderwerp: Re: [Flashcoders] Multiple moviecliploaders

Re: [Flashcoders] Multiple moviecliploaders

2008-02-14 Thread Muzak
Then I guess what Jason posted makes sense.. HTTP1.0 - 4 requests. - Original Message - From: Cor [EMAIL PROTECTED] To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Thursday, February 14, 2008 3:03 PM Subject: RE: [Flashcoders] Multiple moviecliploaders Thx Muzak

RE: [Flashcoders] Multiple moviecliploaders

2008-02-14 Thread Cor
M, maybe I did understand it incorrect? Sorry, I am dutch... -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Muzak Verzonden: donderdag 14 februari 2008 15:45 Aan: Flash Coders List Onderwerp: Re: [Flashcoders] Multiple moviecliploaders Then I guess

Re: [Flashcoders] Multiple moviecliploaders

2008-02-14 Thread Glen Pike
Onderwerp: Re: [Flashcoders] Multiple moviecliploaders Then I guess what Jason posted makes sense.. HTTP1.0 - 4 requests. - Original Message - From: Cor [EMAIL PROTECTED] To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Thursday, February 14, 2008 3:03 PM Subject: RE

Re: [Flashcoders] Multiple moviecliploaders

2008-02-14 Thread Muzak
List' flashcoders@chattyfig.figleaf.com Sent: Thursday, February 14, 2008 4:02 PM Subject: RE: [Flashcoders] Multiple moviecliploaders M, maybe I did understand it incorrect? Sorry, I am dutch... -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Muzak

RE: [Flashcoders] Multiple moviecliploaders

2008-02-14 Thread Cor
THANKS Muzak! -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Muzak Verzonden: donderdag 14 februari 2008 17:18 Aan: Flash Coders List Onderwerp: Re: [Flashcoders] Multiple moviecliploaders Well from what I understand, this is not a Flash/IE/.. etc

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Muzak
- From: Martin Klasson [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, February 13, 2008 8:16 AM Subject: Re: [Flashcoders] Multiple moviecliploaders changing it on its own computer would not be of my taste, since I am developing for users that has windows

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Alistair Colling
I've written a simple class that loads multiple objects and triggers a function when all have downloaded. If you needed to trigger multiple sets of objects loading you could just create a new instance of the class. You need the loadObj class also. Hope this help Ali // // LoadChecker

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Glen Pike
@chattyfig.figleaf.com Sent: Wednesday, February 13, 2008 8:16 AM Subject: Re: [Flashcoders] Multiple moviecliploaders changing it on its own computer would not be of my taste, since I am developing for users that has windows installed at its default settings. / m 2008/2/13, Muzak [EMAIL PROTECTED

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Allandt Bik-Elliott (Receptacle)
- From: Martin Klasson [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, February 13, 2008 8:16 AM Subject: Re: [Flashcoders] Multiple moviecliploaders changing it on its own computer would not be of my taste, since I am developing for users that has

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Marcelo Wolfgang
Thanks for all the replies, and yes ... 2 is the hardcoded limit in simultaneous http streams unless you change it you better have this in mind, and it's because of it that I need to have a loding graph inside my mc ... The main.hideMc(target._parent.loading_mc) did the trick for me Thanks

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Cor
I tkink that 4 object at a time EECOLOR [EMAIL PROTECTED] schreef: If I remember well the MovieClip loader can only load 2 images simultaniously. This also might be a browser restriction. Greetz Erik ___ Flashcoders mailing list

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Muzak
: [Flashcoders] Multiple moviecliploaders I tkink that 4 object at a time EECOLOR [EMAIL PROTECTED] schreef: If I remember well the MovieClip loader can only load 2 images simultaniously. This also might be a browser restriction. Greetz Erik

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Jason Van Cleave
+downloadsmeta= http://support.microsoft.com/kb/282402 - Original Message - From: Cor [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, February 13, 2008 6:17 PM Subject: Re: [Flashcoders] Multiple moviecliploaders I tkink that 4 object at a time

Re: [Flashcoders] Multiple moviecliploaders

2008-02-12 Thread Muzak
12:20 AM Subject: Re: [Flashcoders] Multiple moviecliploaders If I remember well the MovieClip loader can only load 2 images simultaniously. This also might be a browser restriction. Greetz Erik On 2/12/08, Muzak [EMAIL PROTECTED] wrote: Get rid of the nested function, avoid it at all times

Re: [Flashcoders] Multiple moviecliploaders

2008-02-12 Thread EECOLOR
If I remember well the MovieClip loader can only load 2 images simultaniously. This also might be a browser restriction. Greetz Erik On 2/12/08, Muzak [EMAIL PROTECTED] wrote: Get rid of the nested function, avoid it at all times (IMO). var img_mcl:MovieClipLoader; function

Re: [Flashcoders] Multiple moviecliploaders

2008-02-12 Thread strk
On Tue, Feb 12, 2008 at 04:18:20PM -0200, Marcelo Wolfgang wrote: Hi all, I'm using the movieClipLoader class to load 6 different images 'simultaneous' but since it's the same object that got called every time the .onLoadInit on happens for the last call, does anyone has a clue how I can

[Flashcoders] Multiple moviecliploaders

2008-02-12 Thread Marcelo Wolfgang
Hi all, I'm using the movieClipLoader class to load 6 different images 'simultaneous' but since it's the same object that got called every time the .onLoadInit on happens for the last call, does anyone has a clue how I can make this: function displayThumbs() { for (i = 0; i

Re: [Flashcoders] Multiple moviecliploaders

2008-02-12 Thread Muzak
] Multiple moviecliploaders Hi all, I'm using the movieClipLoader class to load 6 different images 'simultaneous' but since it's the same object that got called every time the .onLoadInit on happens for the last call, does anyone has a clue how I can make this: function displayThumbs() { for (i = 0; i

Re: [Flashcoders] Multiple moviecliploaders

2008-02-12 Thread Martin Klasson
). Mine is set to 20 or something ;-) - Original Message - From: EECOLOR [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, February 13, 2008 12:20 AM Subject: Re: [Flashcoders] Multiple moviecliploaders If I remember well the MovieClip loader can

Re: [Flashcoders] Multiple moviecliploaders

2008-02-12 Thread Jason Van Cleave
, February 13, 2008 12:20 AM Subject: Re: [Flashcoders] Multiple moviecliploaders If I remember well the MovieClip loader can only load 2 images simultaniously. This also might be a browser restriction. Greetz Erik On 2/12/08, Muzak [EMAIL PROTECTED] wrote: Get rid of the nested