InsertFlashContentFlashVars Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets a collection of FlashVarParameter arguments to send to the Flash Player.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public FlashVarParameterCollection FlashVars { get; }

Property Value

Type: FlashVarParameterCollection
A FlashVarParameterCollection that represents a collection of arguments to send to the Flash Player.
Remarks

Note Note
Only supported in Flash Player 6 and later.

There are some rules that applies on the name of the parameter

  • Use only letters, underline, and numbers. There should be no reason why symbols such as '$' or '#' must be used as variable names.
  • Do not start a name with a number (for example: 1message is an invalid variable name because it starts with a number; whereas message1 is a valid variable name). Flash will certainly reject or get confused if you use a variable name that starts with a number or other special characters - except underlines (ie: _message, and _1message are valid names).
  • A variable name should not contain any <space> character (ie: my message is an invalid name, my_message is a valid name).
See Also

Reference