Hi everyone -

Situation: I have four rollover stars in a line used for grading an online document that if you rollover star 3 for eg, 1 and 2 light up as well. Easy enough. Next I want to pass a function call to some javascript external to the flash file passing forward which star has been clicked, ie

on (press) {
mystarfunction(star3);
}

Obviously this will only call a function within flash. This is where I get stuck. I know it has something to do with FSCommand, but my knowledge ends there as I've never really explored this area.

any ideas would be great

thanks

frank