How do i place movie on my site

hello,

I made a movie that i want to add to my site, i read somewhere that i need to upload all 3 files, well, that isn’t too hard… but how do i call my movie?

A normal swf file is called with

<object width=“400” height=“120”>
<param name=“movie” value=“flename.swf”>
<embed src=“filename.swf” width=“400” height=“120”>
</embed>
</object>

But how do i do that with a movie player?