A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Preloader not viewable till 69%

  1. #1
    Junior Member
    Join Date
    Nov 2005
    Posts
    22

    Preloader not viewable till 69%

    I'm having a problem with my preloader. For some reason it wont show up until its 69% loaded. Here is the site: http://www.jameycobb.com

    totalBytes = Math.round(getBytesTotal() / 1024);
    loadedBytes = Math.round(getBytesLoaded() / 1024);
    percentDone = Math.round((loadedBytes / totalBytes) *100);
    myText.text=Math.round(getBytesLoaded()/getBytesTotal()*100)+"%";
    mcPopcorn.mask._yscale = (getBytesLoaded()/getBytesTotal()*100);
    if (this._framesloaded>= this._totalframes) {
    gotoAndPlay("start");
    }

    everything works ok except for the fact it doesnt show the preloader progress until 69% ????

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    http://board.flashkit.com/board/showthread.php?t=741971

    posted earlier today
    does this apply ?

  3. #3
    Junior Member
    Join Date
    Nov 2005
    Posts
    22
    I searched for this problem in Flash Kit Forums but didnt see this, hmm. I'll walk throught it. Sounds like it might be the key. THANK YOU very much!

  4. #4
    Junior Member
    Join Date
    Nov 2005
    Posts
    22
    That did it! Your Awesome, thanks again. It was a linkage identifier.

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