I have a part in my site with a hudge amount kb’s so I don’t want to load it all in one part, is use this code. How can I change it to “bytes_total” to a framenumber.
frame The frame number or frame label that must be loaded before the next statement is executed.
statement(s) The instructions to execute if the specified scene, or scene and frame, are loaded.
Returns
Nothing.
Description
Action; checks whether the contents of a specific frame are available locally. Use ifFrameLoaded to start playing a simple animation while the rest of the movie downloads to the local computer. The difference between using _framesloaded and ifFrameLoaded is that _framesloaded allows you to add your own if or else statements.
Property (read-only); the number of frames that have been loaded from a streaming movie. This property is useful for determining whether the contents of a specific frame, and all the frames before it, have loaded and are available locally in the browser. This property is useful for monitoring the download process of large movies. For example, you might want to display a message to users indicating that the movie is loading until a specified frame in the movie has finished loading.
Example
The following example uses the _framesloaded property to start a movie when all the frames are loaded. If all the frames aren’t loaded, the _xscale property of the movie clip instance loader is increased proportionally to create a progress bar.
the "Flash Player 3. The ifFrameLoaded action is deprecated in Flash 5; use of the MovieClip._framesloaded action is encouraged. " in your post tipped me off