Hi there,
Let’s say I have and HTML page that contains lots of small SWFs: example:
http://www.flashprojects.sk/_work/unpub/pieces.htm
Let’s say each of those SWFs has also assigned method STOP(); which stops it from playing further and PLAY(); which starts playing it(ex: u can see “PLAY” btn in example attached).
Now what i want to do:
I want to be able to controll ANY of those SWFs from ANY other SWF inside that HTML file. Ex: i click 1 SWF to PLAY(); and ALL other playing SWFs will be STOP();-ped, so that only 1 SWF plays at a time.
So the Q is: How can i address/target other SWFs from outside themselves(from inside other SWFs) inside HTML file.
Thanks for your attention!