Class used to define a single variable for a Flash movie.

Namespace:  GrannetDotNet.Web.UI.WebControls
Assembly:  GrannetDotNet.Web.UI.WebControls (in GrannetDotNet.Web.UI.WebControls.dll)

Syntax

Visual Basic (Declaration)
Public Class FlashVar
C#
public class FlashVar
Visual C++
public ref class FlashVar
JavaScript
GrannetDotNet.Web.UI.WebControls.FlashVar = function();

Type.createClass(
	'GrannetDotNet.Web.UI.WebControls.FlashVar');

Remarks

This object will be used to provide an externally defined variable to the a Flash movie. The variable will then be supplied to the movie using the flashvars parameter.

Inheritance Hierarchy

System..::.Object
  GrannetDotNet.Web.UI.WebControls..::.FlashVar

See Also