|
|||
|
I have a big problem to set a variable :
Here is my script : //Actionscript code fscommand("FFish_run", "script1"); var textvar; _root.text_txt.text = textvar; //Ffish script name : "script1" var ok = SysInfo.computerName; FlashPlayer.setVariable("textvar", ok); My textfield named text_txt send in the application undefined ??? > ![]() I work with flash8 and AS2 (with swfkit v2) Where is my problem ? Thanks ! |
|
|||
|
I should use
//Actionscript code Code:
fscommand("FFish_run", "script1");
Code:
var ok = SysInfo.computerName;
FlashPlayer.setVariable("_root.text_txt.text ", ok);
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|