|
-
Variables
How can i pass variables from one swf to another?
I tried this, but it do not work:
I have two swf files.
1.swf action
-----------------------
var thisdata = "hello world!";
loadMovieNum("2.swf", 4, "POST");
2.swf action
-----------------------
_root.createTextField("txtfield", 1, 500, 500, 1000, 1000);
_root.txtfield.text = _root.thisdata
Thank You,
Joni
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|