Re: [Flashcoders] png load queue

2006-08-09 Thread Anthony Lee

How are you loading them? What queue are you using?

Tony

player is performing very very slowly
  
I am loading in sequence up to 100 png files - if that makes a difference.


Any idea why this may be happenening?
  


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] png load queue

2006-08-09 Thread Mick G

Have you tried using JPGs instead of PNGs just to see if there's a
difference there? I had an animation that was almost twice as fast when I
used JPGs instead of PNGs. Either way, it sounds like a lot of data you're
loading - perhaps it's just on your local machine it's slow because it's
loading the PNGs instantly compared to via a web connection where you'll
have X seconds between each image loading.

On 8/9/06, Howard Nager <[EMAIL PROTECTED]> wrote:


Slow was sloow. But it turned out more to do with my debug window than
anything else. However, I have 24 frames of a 360 spin of a product (x 4+
png each)...and as each frame loads I draw it to the screen. That seems to
be the issue now. Drawing each multilayed frame causes a hicup in whatever
other animation I have going on.

What's odd is that as soon as it has shown a frame on screen it never
slows down again when showing that same frame again. Any suggestions on
this? seems as if it chokes when it has to draw overlapped png files?


-Original Message-
From: [EMAIL PROTECTED] on behalf of Merrill,
Jason
Sent: Wed 8/9/2006 8:40 AM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] png load queue

>>the load it is super choppy (especially on a mac).
>>
>>I am loading in sequence up to 100 png files - if that makes a
difference.

Well, that's a lot of data - how large is each file?  It seems even a
regular HTML page will slow down on 100 image files...

or how slow is slow?

Jason Merrill
Bank of America
Learning & Organization Effectiveness - Technology Solutions






>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>[EMAIL PROTECTED] On Behalf Of Howard Nager
>>Sent: Tuesday, August 08, 2006 6:02 PM
>>To: Flashcoders mailing list; Flashcoders mailing list
>>Subject: [Flashcoders] png load queue
>>
>>I'm having a weird issue where my flash player is performing very very
slowly wile
>>loading a queue of png files. Everything is smooth before and after,
but during
>>the load it is super choppy (especially on a mac).
>>
>>I am loading in sequence up to 100 png files - if that makes a
difference.
>>
>>Any idea why this may be happenening?
>>
>>Help!
>>___
>>Flashcoders@chattyfig.figleaf.com
>>To change your subscription options or search the archive:
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>Brought to you by Fig Leaf Software
>>Premier Authorized Adobe Consulting and Training
>>http://www.figleaf.com
>>http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] png load queue

2006-08-09 Thread Howard Nager
Slow was sloow. But it turned out more to do with my debug window than 
anything else. However, I have 24 frames of a 360 spin of a product (x 4+ png 
each)...and as each frame loads I draw it to the screen. That seems to be the 
issue now. Drawing each multilayed frame causes a hicup in whatever other 
animation I have going on. 

What's odd is that as soon as it has shown a frame on screen it never slows 
down again when showing that same frame again. Any suggestions on this? seems 
as if it chokes when it has to draw overlapped png files?


-Original Message-
From: [EMAIL PROTECTED] on behalf of Merrill, Jason
Sent: Wed 8/9/2006 8:40 AM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] png load queue
 
>>the load it is super choppy (especially on a mac).
>>
>>I am loading in sequence up to 100 png files - if that makes a
difference.

Well, that's a lot of data - how large is each file?  It seems even a
regular HTML page will slow down on 100 image files...  

or how slow is slow?

Jason Merrill
Bank of America 
Learning & Organization Effectiveness - Technology Solutions 
 
 
 
 
 

>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>[EMAIL PROTECTED] On Behalf Of Howard Nager
>>Sent: Tuesday, August 08, 2006 6:02 PM
>>To: Flashcoders mailing list; Flashcoders mailing list
>>Subject: [Flashcoders] png load queue
>>
>>I'm having a weird issue where my flash player is performing very very
slowly wile
>>loading a queue of png files. Everything is smooth before and after,
but during
>>the load it is super choppy (especially on a mac).
>>
>>I am loading in sequence up to 100 png files - if that makes a
difference.
>>
>>Any idea why this may be happenening?
>>
>>Help!
>>___
>>Flashcoders@chattyfig.figleaf.com
>>To change your subscription options or search the archive:
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>Brought to you by Fig Leaf Software
>>Premier Authorized Adobe Consulting and Training
>>http://www.figleaf.com
>>http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] png load queue

2006-08-09 Thread Merrill, Jason
>>the load it is super choppy (especially on a mac).
>>
>>I am loading in sequence up to 100 png files - if that makes a
difference.

Well, that's a lot of data - how large is each file?  It seems even a
regular HTML page will slow down on 100 image files...  

or how slow is slow?

Jason Merrill
Bank of America 
Learning & Organization Effectiveness - Technology Solutions 
 
 
 
 
 

>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>[EMAIL PROTECTED] On Behalf Of Howard Nager
>>Sent: Tuesday, August 08, 2006 6:02 PM
>>To: Flashcoders mailing list; Flashcoders mailing list
>>Subject: [Flashcoders] png load queue
>>
>>I'm having a weird issue where my flash player is performing very very
slowly wile
>>loading a queue of png files. Everything is smooth before and after,
but during
>>the load it is super choppy (especially on a mac).
>>
>>I am loading in sequence up to 100 png files - if that makes a
difference.
>>
>>Any idea why this may be happenening?
>>
>>Help!
>>___
>>Flashcoders@chattyfig.figleaf.com
>>To change your subscription options or search the archive:
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>Brought to you by Fig Leaf Software
>>Premier Authorized Adobe Consulting and Training
>>http://www.figleaf.com
>>http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] png load queue

2006-08-08 Thread Howard Nager
I'm having a weird issue where my flash player is performing very very slowly 
wile loading a queue of png files. Everything is smooth before and after, but 
during the load it is super choppy (especially on a mac).

I am loading in sequence up to 100 png files - if that makes a difference.

Any idea why this may be happenening?

Help!
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com