Flash.GetFlashVariable

string Flash.GetFlashVariable ( 

string ObjectName,

string FlashVariable )

Example 1

total = Flash.GetFlashVariable("Flash1", "Total");

Gets the current value of the Flash variable called "Total" in the Flash object called "Flash1" and stores it in a variable called "total."

Example 2

fs_url = Flash.GetFlashVariable("Starfury Anim", "MoreInfoURL");

Gets the current value of the Flash variable called "MoreInfoURL" in the Flash object called "Starfury Anim" and stores it in the fs_url variable.

See also:  Related Actions