Site hosted by Angelfire.com: Build your free website today!
Page Header ( Can be a image or logo )
  HOME MEDIA MP3  
Please Visit My Favorite Sites
Site One
Site Two
Site Three
 

This is the Content Area...

1. <div align="center">
<embed src="face.wmv" width="219" height="145" pluginspage="http://www.apple.com/quicktime/download/" autoplay="true"

loop="True"></embed>
</div>

2.
<OBJECT ID="MediaPlayer1" WIDTH=320 HEIGHT=240
CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/
nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<Param Name="FileName" Value="mms://myserver/mypath/myfile.asf">
</OBJECT>

3.

<!-- BEGIN GENERIC ALL BROWSER FRIENDLY HTML FOR NETSHOW V3 -->
<OBJECT ID="MediaPlayer" width=320 height=240
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=,1,52,701"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM name="FileName" value="mms://myserver/mypath/myfile.asf">
<EMBED type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
SRC="mms://myserver/mypath/myfile.asf"
name="MediaPlayer"
width=320
height=240>
</EMBED>
</OBJECT>

4.

Example Code:

<IMG DYNSRC="ourmovie.mov" LOOP="true" WIDTH="200" HEIGHT="100">

HTML embedding using the embed element:

Just use <EMBED> tag to add video

Example Code:

<EMBED SRC="mymovie.mov" WIDTH="200" HEIGHT="100" AUTOPLAY="TRUE" LOOP="true"></EMBED>
Attributes of
<hr>
Embed Tag:

SRC: This attribute takes the video/movie to the source URL.

WIDTH and HEIGHT: It specifies the dimensions of the plug-ins.

AUTOPLAY: Its value can be either TRUE or false
TRUE: Movie plays when page loads
FALSE: Waits for the user to click the play button in window media player.

LOOP: Setting this to TRUE will play the media file continuously. A FALSE value will play the media only once.

CONTROLLER: Display controls. Can be set to TRUE or FALSE.

Example Code:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="240">
<param name="src" value="data/intro.wmv" >
<param name="controller" value="true" >
<param name="autoplay" value="false">
<object type="video/quicktime" data="data/intro.wmv" width="320" height="240">
<param name="controller" value="true" >
<param name="autoplay" value="false">
alt : <a href="intro.wmv">test movie</a>
</object>
</object>

Links

http://www.hscripts.com/tutorials/html/video.php

http://technet.microsoft.com/en-us/library/bb676136.aspx

Copyright Your Company Name 2010