I'm trying to do something that seems like it would be a pretty simple thing to do, but I've been searching for days, and can't find a good solution.

What I need to do is pass a variable into flash.

I've had success doing this by just adding the variable to the end of the embedded SWF URL (.../mymovie.swf?variable=value), but what I need is the ability to send the swf variables when certain links are clicked, without the page refreshing.

I'm guessing this has to be done somehow with a javascript onClick function.

I've looked into using externalInterface, but it seems overly complicated for this application.

If anyone could help, or point me in the right direction, I would really appreciate it. Thanks!