Embedding video

how can i embed video into a regualr html page.???

What kind of video file is it? If it’s a quicktime then check out this link.

http://www2.guhsd.net/webmovie/embed.html

is that only for quick time, im talking bout either quciktime or win med player.

If you see a site that has it just check the source code, or go to www.google.com and search for “embed a .wmv file onto html page” and stuff should come up. Just a guess.

<embed src="moviename" width="550" height="400"></embed> 

^Don’t you gotta have options? Like if you want them to be able to save it, or pause it?

The way I do it is I just import a movie into a Flash file so I can preload it and add buttons / interaction to it.

but can u stream it?