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