BB FlashBack SDK: FBPlayer

UnloadFile

Description

Unloads the loaded movie from the player.

Syntax

[C#/C++]
public void UnloadFile()

[VB.NET]
Public Sub UnloadFile

Remarks

Always accompany each LoadFile call by an UnloadFile call.

See Also

LoadFile method, Play method