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-14 Thread Muzak
CTED]> To: "'Flash Coders List'" 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 PROTE

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'" Sent: Thursday, February 14, 2008 3:03

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 Muzak
Then I guess what Jason posted makes sense.. HTTP1.0 -> 4 requests. - Original Message - From: "Cor" <[EMAIL PROTECTED]> To: "'Flash Coders List'" Sent: Thursday, February 14, 2008 3:03 PM Subject: RE: [Flashcoders] Multiple moviecliploaders

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-13 Thread Jason Van Cleave
windows+simultaneous+downloads&meta= > http://support.microsoft.com/kb/282402 > > - Original Message - > From: "Cor" <[EMAIL PROTECTED]> > To: "Flash Coders List" > Sent: Wednesday, February 13, 2008 6:17 PM > Subject: Re: [Flashc

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Muzak
Guess again: http://www.google.com/search?hl=en&q=windows+simultaneous+downloads&meta= http://support.microsoft.com/kb/282402 - Original Message - From: "Cor" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Wednesday, February 13, 2008 6:17 PM S

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 Flashcoders@ch

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 Glen Pike
ECTED]> To: "Flash Coders List" 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 200

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Allandt Bik-Elliott (Receptacle)
- Original Message - From: "Martin Klasson" <[EMAIL PROTECTED]> To: "Flash Coders List" 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

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 Muzak
riginal Message - From: "Martin Klasson" <[EMAIL PROTECTED]> To: "Flash Coders List" 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

Re: [Flashcoders] Multiple moviecliploaders

2008-02-12 Thread Jason Van Cleave
> > To: "Flash Coders List" > Sent: Wednesday, 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 restricti

Re: [Flashcoders] Multiple moviecliploaders

2008-02-12 Thread Martin Klasson
some 3rd party tools). > Mine is set to 20 or something ;-) > > - Original Message - > From: "EECOLOR" <[EMAIL PROTECTED]> > To: "Flash Coders List" > Sent: Wednesday, February 13, 2008 12:20 AM > Subject: Re: [Flashcoders] Multiple movieclipload

Re: [Flashcoders] Multiple moviecliploaders

2008-02-12 Thread Muzak
y 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 functio

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 onLo

Re: [Flashcoders] Multiple moviecliploaders

2008-02-12 Thread Muzak
Get rid of the nested function, avoid it at all times (IMO). var img_mcl:MovieClipLoader; function onLoadInit(t:MovieClip) { main.hideMc(t); } function loadImage(imagePath, targetMc) { var container_mc:MovieClip = targetMc.img_mc; var loading_mc:MovieClip = targetMc.loading_mc; img_mcl.loadC

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 c