Machan,
I'm not an expert in Coding... is this will help you..?
<embed src="video.mov">
<embed src="video.mpg">
<embed src="audio.wav">
height=x width=y
autoplay=true|false
controller=true|false
loop=true|false
URL=http://...
target="window_name"
pluginspage=http://...
Embedded Video/audio
Displays a digital video or audio clip within a web page, may require extra software "plug-in" to play back. Most common video formats are QuickTime or MPEG. Audio files can be a video without an image track, or MIDI, AIFF, or WAVE. Parameters include
src (source), the name, file path, or URL for the media file;
height and
width of the video clip (or the size of the controller for an audio file);
autoplay determines if it plays automatically when the page loads;
controller determines if the control bar is visible on the page;
loop can make the media play endlessly;
URL can direct the browser if the user clicks on the video, loading content to
target if specified;
pluginspage links a visitor if the plug-in is not installed.
For more infromation
Code:
http://www.mcli.dist.maricopa.edu/tut/tags/tag5.html