|
|||
|
Can SWFKit 1.05 set varaibles in a loaded movie in a level other than 0? For example:
var vFlashPlayerObject = new FlashPlayer; vFlashPlayerObject.setVariable("_level7.C1_2", 13); When I have the Flash swf loaded in level 7 report what the value of _root.C1_2 (the _level7 movie is reporting so _root should be OK), it indicates undefined, not 13. Is this possible? Is binddata possible with _levelX variables? What about _globals? Thanks, Steve |
|
|||
|
Does setVariable only work with strings?
A simple test movie worked with : vFlashPlayerObject.setVariable("_root.C1_2", "13"); but not: vFlashPlayerObject.setVariable("_root.C1_2", 13); The doc states: "value Specifies the value to set. " but doesn't indicate what type it requires..... |
|
|||
|
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|