Example of Inserting Video Using object Element - HTML CSS HTML

HTML CSS examples for HTML:Video

Description

Example of Inserting Video Using object 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 object Element</title> 
 </head> <!--from   ww  w  .  ja v a 2 s . c o  m-->
 <body> 
  <object data="../your.swf" width="400px" height="200px"></object>   
 </body>
</html>

Related Tutorials