Example of Inserting Video Using embed Element - HTML CSS HTML

HTML CSS examples for HTML:Video

Description

Example of Inserting Video Using embed Element

Demo Code

ResultView the demo in separate window

<!DOCTYPE html>
<html lang="en">
 <head> 
  <meta charset="UTF-8"> 
  <title>Example of Inserting Video Using embed Element</title> 
 </head> <!--from   w w  w . j a  v a2s.  c  om-->
 <body> 
  <embed src="../your.swf" width="400px" height="200px">   
 </body>
</html>

Related Tutorials