|
|||
|
It seems not work in SWFKit
FlashPlayer.setVariable("_global.myName","George") ; Maybe we can resolve this problem from this way: In flash: Code:
_global.myName;
newName = "";
fscommand("ffish_run", "setv");
_root.onEnterFrame = function()
{
* * *
* * *if (newName != "")
* * *{
* * * * * *_global.myName = newName; * * *
* * * * * * * newName * * *= "";
* * *}
}
Code:
//script setv
FlashPlayer.setVariable("newName", "George");
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|