PutMovieUsingStream

Syntax

procedure PutMovieUsingStream(out AStream: TStream); virtual;

Description

The PutMovieUsingStream method begins loading a Flash movie by returning a writable stream (AStream). You must write the entire movie content into this stream.

When all data has been provided, close or free the stream to indicate that loading is complete.

This method is useful for asynchronous or custom loading scenarios, such as when the movie content is generated dynamically or provided from a non-file source.

See also: Streaming.