[FLASH 8] For Actionscript Guru! Beginner needs help!

I am working with softVNS (Max/MSP plug in) tracking software and would like to upload my dynamic x and y array cordinates of the tracked objects onto flash and use flash to generate dynamic voronoi diagrams around those cordinates.
I have got a flash script for generating the diagrams and also have a FLASHSEVER patch to link flash and Max. My problem is how do I upload this dynamic data onto flash and actually use it to affect the diagrams I am drawing…? At the moment adding points is controlled by:

**function **addDotAtMouse() {
addDot(_xmouse, _ymouse);

I have been thourgh the loadVars tutorials but I can’t seem to figure out how it would work in this case.(I am a Flash_New_bee)
I will be really happy for any suggestions or tutorials that deals with such issues.

Thank you

Killion