(MX) Sending data in & out from swf

Hi guys,

I hv an swf called main.swf. from this movie i want to send some data to sub.swf which runs whenever any button on the main.swf is clicked. I want to use the data from main.swf to sub.swf.
My query is how can i send the data from main.swf & how to get it in sub.swf.
I tried using loadMovie & getURL function but dont know how exactly to use…
Please help.
Thanks in advance…

There are tutes about loadMovie if that’s what you are trying to do.

pom :slight_smile:

I read the tutes about loadMovie but my question is something different. My problem is what exactly should i write to send data from one movie & to receive that data in some other movie.

looking for response…