A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Pre Loader Helllll

Hybrid View

  1. #1
    Member
    Join Date
    Oct 2005
    Posts
    92

    Pre Loader Helllll

    why wont this work......

    if (getBytesLoaded() == getBytesTotal())
    {

    gotoAndPlay(3);

    }
    else
    {

    loaded = getBytesLoaded();
    output = ((getBytesLoaded()/getBytesTotal())*100);
    outputFrame = getBytesTotal();

    }

    the variable output is the textbox that displays the percent loaded

    It only goes to like 99.9 percent, so annoying, i thought if i put the loaded in the if statement it would work, but obviously it wont show the actual progression of the percent loading.......

    PLEASE HELP ME :P

  2. #2
    Flasher
    Join Date
    Jun 2005
    Posts
    1,365
    Check out this reference thread that I made recently:
    http://flashkit.com/board/showthread.php?t=661940

    ~Sportzguy933

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