A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash Loader

Hybrid View

  1. #1
    sanity's lost
    Join Date
    Apr 2003
    Location
    room with the padded walls
    Posts
    44

    Flash Loader

    I am able to create a loader that can function properly except I can't get the loader bar to fill in proportion to percent of the movie that is loaded. It just plays the loader movie until the main movie is loaded. Could anyone possibly tell me what I am doing wrong or preferably just send me the correct action script?!

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Can't tell you what you may be doing wrong, without seeing the code you're using!

    Basically a loading bar display is very easy to do.
    Once you have your bar in a movie clip, it's just a question of scaling it according to your percentage calculations. One simple line of code really...

    _root.loadbar._xscale = percent;

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