/ Published in: HTML
[via rtcrm]
This uses *no javascript* and will still render in IE, Safari, Firefox, and Opera.
This uses *no javascript* and will still render in IE, Safari, Firefox, and Opera.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <object type="application/x-shockwave-flash" data="video_player.swf" width="640" height="480"> <param name="movie" value="video_player.swf" /> <param name="allowScriptAccess" value="always"/> <param name="allowFullScreen" value="true"/> </object> </body> </html>