hi,
i’m having a problem passing vars between external swfs
i have 3 files,
main.swf
load1.swf
load2.swf
main is loading both load1 and load2 using container.loadMovie();
i want to be able to pass a variable from load1, to load2, but i havent been able to get it to work, can anyone help me? how would i go about doing it etc
thanks in advance!