JavaScript: The Definitive Guide

25.127. FlashPlayer.SetVariable( ): set a variable defined by a Flash movie

Flash 4

25.127.1. Synopsis

void SetVariable(String name, String value)

25.127.1.1. Arguments

name

The name of the variable to set.

value

The new value for the named variable. This value must be a string.

25.127.2. Description

This method specifies a value for a named variable defined by the Flash movie.

Категории