Click to See Complete Forum and Search --> : Question no. 1 - Preloader :)
I search and read almost all on this forum, and nothing. Please see that web site:
ff_mode2 (http://3dh.myartsonline.com/test/ff_mode2.html) (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:
pct = getBytesLoaded() / getBytesTotal() * 100;
ptext= "LOADING "+toString (int(pct)) + "%"
element ("pct_bar").scale.x = pct
Results:
int() is not a method of Movie on line 2 ptext= "LOADING "+toString (int(pct)) + "%"
WHY?? :confused:
MonkEE27
07-31-2007, 10:45 AM
These articles should help
http://newmovieclip.wordpress.com/2007/03/14/preloader-in-flash-cs3-actionscript-30-way/
http://newmovieclip.wordpress.com/2007/04/30/more-about-preloading-in-flash-cs3/
I'm no programmer so these articules not help me. I need some example for 3DFA.
Thx anyway...
Finjogi
07-31-2007, 01:32 PM
Mayby your movie just loads so fast??
anyway, to get over the error try this:
ptext= "LOADING "+toString (Math.round(pct)) + "%"
Mayby your movie just loads so fast??
No.
anyway, to get over the error try this:
ptext= "LOADING "+toString (Math.round(pct)) + "%"
Hmm, good. Almost. Error is gone, but this preloader works only when i play a movie in 3DFA. On server still is a freeze.
---
ff_tester (http://3dh.myartsonline.com/test/ff_tester.html) (Add some photo. File size ~310kb)
Btw. I use 3DFA 4.9.6.2
So I must show Preloader, Progress and LoadResult? But how?
Can somebody help me please?
kusco
08-12-2007, 11:40 PM
Like many elements in 3DFA. The preload feature is scheduled for a Flash 9 upgrade. The old preload feature will soon be removed and replaced with a Preloader element. The new element will work by having a small preload movie load a separate main movie swf file.
You can implement the same technique now, or you can wait for the new implementation to become available in 3DFA.
In any case, we are looking very closely this week at ironing out some of the problems that have been reported on the topics of preloading and loading external swfs. A fixed version will be released as soon as possible.
kusco
08-13-2007, 11:24 AM
The Flash Element has now been updated in version 4.9.6.5
flashkit.com
Copyright Internet.com Inc., All Rights Reserved.