Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Inserting Video Using object Element</title> </head> <body> <object data="/examples/video/blur.swf" width="400px" height="200px"></object> </body> </html>