On 12/3/05, erixtekila <[EMAIL PROTECTED]> wrote: > Hi folks, > > > > Can someone explain me how do Flash behave when it loads a compressed > external flash. > He is still able to play the first frames, eventhough he don't get the > whole file. > > Do that mean that the compression algorithm is used directly when > receiving data ? > Do this algo (ZLib I presume) can be launch on portions ? >
Yeah, zlib can decompress as it gets the data, it doesn't need the whole data in order to start. -David R _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

