RE: [Flashcoders] Dynamically Loading JPGs ~ Strange Behavior

2006-09-01 Thread Sönke Rohde
Hi, Do you load the files case sensitive. Maybe this is your problem. Cheers, Sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, September 01, 2006 7:24 PM To: flashcoders@chattyfig.figleaf.com Subject:

Re: [Flashcoders] Dynamically Loading JPGs ~ Strange Behavior

2006-09-01 Thread daniel
the reason it doesn't work live but does on local servers has to do with loading time. Have your graphics load, then display them. Normaly what I'll do is a simple load, and load all the pictures before anything displays. I don't know of a way of watching the bits loaded of the graphic so I

RE: [Flashcoders] Dynamically Loading JPGs ~ Strange Behavior

2006-09-01 Thread Steven Sacks | BLITZ
Some of the JPGs might be exported with Progressive turned on. Flash can't display those (pre 8) so that might be your issue. -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, September 01, 2006 10:24 AM

Re: [Flashcoders] Dynamically Loading JPGs ~ Strange Behavior

2006-09-01 Thread Marc Hoffman
Of the solutions that have been suggested, I think the most likely one is case-sensitivity. Make sure to maintain the same case in naming and calling the files. It doesn't seem that loading time is an issue. If you're using the MovieClipLoader you're probably already using onLoadInit to