IFlashBox.FlashVars

Syntax

FlashVars: String;

Description

The FlashVars property determines value of the Flash object variables.

Example

Executing the example requires a form, a button named Button1 on it, and the FlashBox component with the FlashBox1 identifier. The Flash clip should be loaded in the FlashBox component.

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);

Begin

FlashBox1.FlashVars := "StartPeriod=1";

End Sub Button1OnClick;

After executing the example the StartPeriod variable with 1 value is determined for the Flash object.

See also:

IFlashBox