BB FlashBack SDK: FBPlayer

Play

Description

Begins playing the movie loaded into the player. Returns a boolean value indicating whether the movie has successfully started playing.

Syntax

[C#/C++]
public Bool Play()

[VB.NET]
Public Function Play() As Boolean

Remarks

The movie must be loaded before it can be played. Load movies using the LoadFile method.

See Also

Pause property, LoadFile method, UnloadFile method, Stop method