I'd like to control Windows Media Player (which I have embedded below a Flash animation in a web page) from my Flash animation. Specifically, I want to get it to start playing a movie when I reach frame 30. It looks like I need to have some actionscript that contains "MediaPlayer.Play();" in it, but I don't see a way to do that within the confines of what the Action tab allows. The solution I've got now is to launch it in a separate window. But I'd like to use the player that's sitting in the page. Help.