123456789101112131415161718192021222324 |
- <!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>
- <title></title>
- <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
-
-
- <link href="video.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" charset="utf-8" src="http://www.1473.cn/uform.js"></script>
- <script src="video.js" type="text/javascript"></script>
-
- </head>
- <body>
-
- <script type="text/javascript">
- U.Control.video({ "width": "1000", "src": "http://fs.1473.cn/3eda2da7-6eee-45fe-b36f-f4809eddc150.mp4", "pos": $("body") });
- </script>
- </body>
-
- </html>
|