Embedding a Flash Movie

Hi all,

Can anyone please tell me whats the best code to embed a Flash movie into a HTML page is?

I’ve been using this;

<object type="application/x-shockwave-flash" data="main.swf" width="966" height="534">
 <param name="movie" value="main.swf" />
 </object>

Is the above code standard, or is there a better way to embed a movie out there? :ponder: