给大家介绍种js脚本控制优酷播放器方法,网上的功能不完整,本人改进了一下,含播放,暂停,显示播放按钮,隐藏播放按钮,停止退出。
html代码:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body style="text-align: center; margin: 0 auto;">
<div style="margin:20px; text-align:center">
<button id="demo" οnclick="javascript:playVideo();">start</button>
<button id="demo1" οnclick="javascript:pauseVideo();