Activate external link

This is probably in the wrong forum, so feel free to move it please…

Here’s the situation. I have a flash movie that has three “steps” that the user must click through. The flash is embedded on an html page that contains a “next” link. I don’t want the link to become active (i.e. they can’t click next) until the user has clicked through all three steps in the flash movie. Is there a way to do this by maybe sending a variable from flash to a javascript telling it to activate the “next” link?

There is a way to do it via Flash and Javascript communicated with FSCommand, but frankly you are better off having the button in Flash.

That way you can set the button as enabled=false until all 3 questions are answered and then set it to enabled=true. Way simpler.