I'm trying to make something that basically should do the following:
HTML page with 4 swfs. Javascript measures the distance of the mouse (on the whole page) to the center of each swf. It then sends each of those values to the swf itself so that it can process it.
I'm getting pissed off at how badly as - js communication is explained, and I'm no programmer. Also I'm not sure how to measure the distance to an individual swf (its possible that there's a scroll, would it still work then?)
Any ideas?
Thanks