BB FlashBack SDK: FBPlayer

LoadFile

Description

Loads a movie into the player. Returns a boolean value indicating whether the movie was successfully loaded.

Syntax

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

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

Remarks

The LoadFile method loads the movie referenced by the Filename or the HTTPFilename property of the player.
A movie must be loaded before it can be played.

See Also

Filename property, HTTPFilename property, UnloadFile method, Play method