Hello, can anyone tell me how to send a variable to a flash file created in the SWF exporter whilst it is running?
I have experimented with the following JS code:
SetVariable("/:param1","test string");
But the 'A string has been received' event never triggers? I've read the help files about sending params on start up, but I want to send variables to the flash file whilst it runs.
Thanks,