A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Some jpgs load, others don't??

  1. #1
    Junior Member
    Join Date
    Mar 2002
    Posts
    22
    I am trying to use loadMovie to pull in 8k jpg files dynamically, and it's worked like a charm on one page of mine. However, another, which uses a different set of images that are 12k (possibly the problem??) but the EXACT SAME code, will not load anything in. The whole thing looks blank! Any ideas what direction to take the debugging in? Thanks in advance...

  2. #2
    Danny Gomez Creations ® cosmiceye's Avatar
    Join Date
    Mar 2002
    Location
    under a palmtree in Jamaica waiting for psytopia 2005 to begin
    Posts
    982
    have a getBytesLoaded check before you tell the movie to do anything else, to be sure that the images loads completely

  3. #3
    Junior Member
    Join Date
    Oct 2000
    Posts
    26
    If your JPGs are baseline optimized or progressive, they won't import. They have to be normal jpgs.

  4. #4
    Member
    Join Date
    Jan 2002
    Location
    Dallas, TX
    Posts
    47
    99.9% sure that the problem images are saved as "progressive."

  5. #5
    Senior Member
    Join Date
    Mar 2002
    Posts
    121
    I've had problems with loading jpegs as well. I had a page where on some computers the images would load and on others the images would not load. Never fixed it, but the only solution I saw would be by placing each image in swf files and then loading those.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center