A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: PreLoader for LoadMovie jpegs...?

  1. #1
    Junior Member
    Join Date
    Mar 2004
    Location
    London
    Posts
    27

    PreLoader for LoadMovie jpegs...?

    I am having a similar problem.

    External Image files (jpgs) - PreLoader

    I'm using LoadMovie to pull jpgs into my site, for a gallery. I've set it all up so that I have a forward and back button that pulls the jpeg into an empty movie instance, with a counter, and it all works great. The thing is, I need to have some kind of preLoader for each image. Is this possible with external files?
    from Tess.....

  2. #2
    Flashkit Jedi

    Join Date
    Jul 2001
    Location
    Coruscant System
    Posts
    3,426
    Yeah if you load into a clip with loadMovie, you can use yourclip.getBytesLoaded() and if you are loading into a level with loadMovieNum you can use _level1.getBytesLoaded().

    XFM

  3. #3
    Junior Member
    Join Date
    Mar 2004
    Location
    London
    Posts
    27

    thanks but....

    I've used _root.getBytesLoaded() for preloaders and conditional loops for my whole movie, but i'm not sure how I would apply this to the loadMovie...? Can you help me?
    from Tess.....

  4. #4
    Flashkit Jedi

    Join Date
    Jul 2001
    Location
    Coruscant System
    Posts
    3,426
    It depends on how you're loading in your jpgs, into levels or clips?

    XFM

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