sajiv
06-22-2004, 12:05 PM
Hi,
Im stumped.
I have 2 movie clips. One A.SWF and B.SWF
A.SWF is in my local PC and i need to load B.SWF which is my remote server into level 1.
No problem.
Im using LoadMovieNum("http://mydomain.com/B.SWF", 1);
But i cant access variables in A.SWF from B.SWF once it is loaded
I have set the Security.Allowdomain in A.SWF.
But when i load A.SWf using my browser at http://mydomain.com/A.SWF
then B.SWf which is loaded can read the variables from a.SWF
I have set all the variables i need as _global in A.SWF
I need A to run as a projector so any help is much appreciated
Thank You
Im stumped.
I have 2 movie clips. One A.SWF and B.SWF
A.SWF is in my local PC and i need to load B.SWF which is my remote server into level 1.
No problem.
Im using LoadMovieNum("http://mydomain.com/B.SWF", 1);
But i cant access variables in A.SWF from B.SWF once it is loaded
I have set the Security.Allowdomain in A.SWF.
But when i load A.SWf using my browser at http://mydomain.com/A.SWF
then B.SWf which is loaded can read the variables from a.SWF
I have set all the variables i need as _global in A.SWF
I need A to run as a projector so any help is much appreciated
Thank You