A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Question no. 1 - Preloader :)

Threaded View

  1. #1
    Member
    Join Date
    Jul 2007
    Posts
    91

    Question no. 1 - Preloader :)

    I search and read almost all on this forum, and nothing. Please see that web site:

    ff_mode2 (size: ~130kb)

    I put for this movie/web site normal preloader from 3DFA. It is called: "Loading progress bar".

    Nothing acts. All preloaders are freeze. Only text 'loading' and zero of animation. Before i try use this code:
    Code:
      pct = getBytesLoaded() / getBytesTotal() * 100;
      ptext= "LOADING  "+toString (int(pct)) + "%"
      element ("pct_bar").scale.x = pct
    Results:
    Code:
    int() is not a method of Movie on line 2   ptext= "LOADING  "+toString (int(pct)) + "%"
    WHY??
    Last edited by 3DH; 07-31-2007 at 09:29 AM.

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