首先,先上代码
<html>
<h3 class="first-child"><span>宣传视频</span></h3>
<div id="youkuplayer" style="width:560px;height:400px"></div>
<script type="text/javascript" src="http://player.youku.com/jsapi"></script>
<script type="text/javascript">
player = new YKU.Player('youkuplayer',{
styleid: '0',
client_id: '需申请',
vid: 'XMTYzNDIwMTY0OA'
});
</script>
</html>
实例参考: http://cloud.youku.com/tools/
关于代码中相关参数的的说明
client_id:需要到优酷视频api官网申请
申请的网址 http://open.youku.com/data/content.html 优酷开放平台
(http://jingyan.baidu.com/article/335530da8e450119cb41c3da.html 优酷开方平台使用方法百度经验)
里面有api文档,能看看相应的输入输出参数
vid :在优酷官网找到需要在网页上显示的视频,优酷上没有的话需要先上传至优酷,vid在url里面