HTML CSS examples for HTML:Video
Example of Inserting Video Using object Element
<!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>