PDA

View Full Version : Help: Two Swf files sending data


Jamin
05-12-2003, 09:54 AM
I have a Img.swf file and a big.swf file both running on the same html page.

can I click a button on img.swf file and have it change something on the big.swf file??

Sualdam
05-12-2003, 09:56 AM
Yes.

It is explained in great detail here:

http://www.macromedia.com/support/flash/ts/documents/flash_to_flash_comm.htm

CyanBlue
05-12-2003, 09:57 AM
Howdy...

LocalConnection is your answer if you use FMX, and you have to use JavaScript if you use F5...

Go to Macromedia's site... They have some example you can use right away... ;)