|
|||
|
How can I do this? Here are my document attributes:
Flash Player: 8, Document type: Flash CS3 Document, ActionScript: 2, And here is the script is used to test ffish script: In flash...... fscommand("ffish_run","mainscript"); In swfkit 2.2 for "mainscript"...... FlashPlayer._root.notes_txt = "hi"; //text box But it won't work. What's wrong? Thank you. ![]() |
|
|||
|
You can use either
Code:
FlashPlayer.setVariable("_root.notes_txt", "hi");
Code:
FlashPlayer.bindData("_root.notes_txt");
FlashPlayer._root.notes_txt = "hi";
FlashPlayer.updateData(false);
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|