There is a ready-made flash movie with AS2 or AS1 (I don’t know for sure) placed on a form in C #, you need to set the values of its global variables from C #, well, or Java (I don’t know from it, but if possible it will also come down). To do this, C # has the AxShockwaveFlash.SetVariable (string name, string value) function. It works, but only with local variables, with no global response, that is:
axShockwaveFlash.SetVariable("gVar.var", "3"); axShockwaveFlash.SetVariable("_global.gVar.var", "3"); and similar variations of the effect do not give (although the same easily works in the java script),
axShockwaveFlash.SetVariable("localVar", "3"); it works great with local variables
Who knows, tell me what's the matter? Inet rummaged, but found no answer. Or maybe there are other options how to transfer the values without rewriting the flash movie itself?