We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logo 说明:[可选]播放器角落logo 类型:字符串 取值:如,http://sewise.com/logo.png 对应:通用 logo不传参,仍会有一个默认logo 见sewise.player.min.js中 g=p.logo?p.logo:"http://onvod.sewise.com/libs/swfplayer/skin/images/logo.png" 此时http://onvod.sewise.com/libs/swfplayer/skin/images/logo.png若失效则会报错,就算不失效,仍会存在logo,与用户的选择不符。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
logo
说明:[可选]播放器角落logo
类型:字符串
取值:如,http://sewise.com/logo.png
对应:通用
logo不传参,仍会有一个默认logo
见sewise.player.min.js中
g=p.logo?p.logo:"http://onvod.sewise.com/libs/swfplayer/skin/images/logo.png"
此时http://onvod.sewise.com/libs/swfplayer/skin/images/logo.png若失效则会报错,就算不失效,仍会存在logo,与用户的选择不符。
The text was updated successfully, but these errors were encountered: