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?? :confused: