Results 1 to 2 of 2

Thread: Preloading Images

  1. #1
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default Preloading Images

    Hello...

    My flash site contains several external .jpgs with are called in through loadMovie();. This works fine on my local machine as everything is stored and readily available.

    However, in online implementation, the loadMovie(); takes longer to excute as the images have to be downloaded by the end user.

    So my questions is two-fold:

    1) Is there a way to preload external images through flash and also which won't make the preloader to the entire movie last for 2 and a half centuries?

    2) If I implement a javascript preloader, will this have any effect on how fast the flash movie calls the same images.

    Thanks

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    ...Not sure. But if a browser and flash use the same cache, it may be best to just use a div with the display:block, and load all the images inside.
    - Mike

Bookmarks

Posting Permissions

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