;

PDA

Click to See Complete Forum and Search --> : Preloader for flv Page...?


Uwe S.
04-02-2006, 12:21 PM
Hi Friends...

can I use a preloader for different Frames?

Example:

Frame 1 has a FLV-File (there should be a preloader before...)
Frame 2 has a FLV-File (there should be a preloader before...)

Is there a solution for this problem?

thanks all for help
Uwe

blanius
04-02-2006, 01:54 PM
You can't "preload" them as they are streaming but you can check the status of the buffer. Look at the netstream example and check the Status message netStream.Buffer.Full is true when enough of the FLV has downloaded and netStream.Buffer.Empty when it needs to load more.