HTML to SWF (LoadMovie or Goto)

Hi all,

I have been doing some research and found that it is possible to use HTML and talk to a SWF when you need to have certain things happen in your movie depending on what page you are on.

For example, I have this one SWF that includes a nav and also an image for a particular pages, but instead of having multiple SWFs and having to load different ones for each page I’d much rather load one and have HTML tell the SWF to go to a certain frame, or even to load an external SWF into a blank MC. The latter would be ideal.

I have been following some tutorials that describe how to modify the <PARAM> and <EMBED> tags to tell certain variables, but I am mostly confused on what I am supposed to do within Flash, like where do I set the variable.

Can anyone help me out with some steps on how to achieve this?