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:
Results:Code:pct = getBytesLoaded() / getBytesTotal() * 100; ptext= "LOADING "+toString (int(pct)) + "%" element ("pct_bar").scale.x = pct
WHY??Code:int() is not a method of Movie on line 2 ptext= "LOADING "+toString (int(pct)) + "%"![]()




Reply With Quote