Sunday, January 14, 2018

Video with controls and without controls

Video with controls and without controls


VIDEO WITH CONTROLS
<html>
<head>
<title>video embed tag</title>
</head>
<body bgcolor="lavender">
<center><h2>A VIDEO CLIP FILE OF AN EMBED TAG. </h2>
<embed src="C:\Users\Public\Videos\Sample Videos\Wildlife.WMV" WIDTH="400" HEIGHT="350" AUTOSTART=FALSE LOOP=TRUE></center>
</body>
</html>


VIDEO  WITHOUT CONTROLS
<html>
<head>
<title>video_img tag</title>
</head>
<body  bgcolor="#aabbcc">
<h2>A VIDEO  CLIP FILE  OF AN IMG -  TAG  WITHOUT  CONTROLS.  </h2>
<center><Img  dynsrc=""C:\Users\Public\Videos\Sample Videos\Wildlife.WMV" "  width="400"  height="250" 
   loopdelay="1500"  start="Mouseover"  Border="5">
</body>
</html>

No comments:

Post a Comment