Try call on javascript functions which in turn talks to the JScript API, (or the newer ExternalInterface/External API in flash 8). to call a javascript function from Silverlight use something like:
HtmlPage.Window.Invoke("functionname","parameter");
If you like the flashmovie appear "inside" the Silverlight movie, look for the Windowless:true and the Background:Transparent parameters