php云点播入口文件index.php的解决办法
内容摘要
这篇文章主要为大家详细介绍了php云点播入口文件index.php的简单示例,具有一定的参考价值,可以用来参考一下。
感兴趣php云点播入口文件index.php的简单示例的小伙伴,下面一起
感兴趣php云点播入口文件index.php的简单示例的小伙伴,下面一起
文章正文
这篇文章主要为大家详细介绍了php云点播入口文件index.php的简单示例,具有一定的参考价值,可以用来参考一下。
感兴趣php云点播入口文件index.php的简单示例的小伙伴,下面一起跟随php教程的小编罗X来看看吧。<br>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | <code class = "language-html" ><!DOCTYPE html> <html lang= "en" > <head> <meta http-equiv= "Content-Type" content= "text/html; charset=utf-8" /> <title>云点播 </title> <link href= "js/vod.css" rel= "stylesheet" type= "text/css" /> <meta name= "keywords" content= "" /> <meta name= "description" content= "" /> </head> <body> <div class = "container" > <div class = "container" id= "header" > <div class = "w960" > <h1><a href= "//www.idcnote.com/" >云点播 </a></h1> </div> <hr/> </div> <div class = "w960" id= "video" > <div id= "player-head" >正在播放:<span id= "filename" ></span></div> <div id= "player" ></div> <div id= "player-foot" ></div> </div> <div class = "w960" id= "operate" > <div id= "operate-input" ><form onsubmit= "javascript:x2.cleanUrl();return false;" ><input id= "u" type= "text" name= "u" value= "" placeholder= "输入视频下载地址" /><a id= "play-button" class = "btn" href= "javascript://" >播放视频</a><a id= "upload-button" class = "btn" href= "javascript://" >上传种子</a></form></div> </div> <div class = "w960" id= "footer" ><hr/>& copy ; 2012 - 2013 yundianbo.tv</div> </div> <script type= "text/javascript" src= "js/jquery-1.7.2.min.js" ></script> <script type= "text/javascript" src= "js/swfobject.js" ></script> <script type= "text/javascript" src= "js/yun.js" ></script> <script type= "text/javascript" src= "http://api.naliso.com/tj.js" ></script> </body> </html></code> |
注:关于php云点播入口文件index.php的简单示例的内容就先介绍到这里,更多相关文章的可以留意
代码注释