Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
761c558667eb9072c45e11f7a82759deeb51260b
1 parent
f43f16d4
swf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/helper/video-player-tpl.js
apps/product/helper/video-player-tpl.js
View file @
761c558
...
...
@@ -21,7 +21,7 @@ module.exports = (url, width, height) => {
<
embed
style
=
"width: ${width}px;height: ${height}px;"
id
=
"flash"
align
=
"middle"
pluginspage
=
"http://www.macromedia.com/go/getflashplayer"
type
=
"application/x-shockwave-flash"
allowfullscreen
=
"true"
allowscriptaccess
=
"always"
loop
=
"false"
play
=
"true"
bgcolor
=
"#ffffff"
quality
=
"high"
wmode
=
"transparent"
name
=
"vMessage"
src
=
"//cdn.yoho.cn/tool/VideoPlayerNew.swf
/util/VideoPlayerNew.swf
?id=video_0&url=${url}&language=1&sharepic=http://img01.yohoboys.com/contentimg/2016/06/12/14/0183fabea5332c5902cdd1d0d7fb63df04.jpg?imageMogr2/thumbnail/738x424|watermark/1/image/aHR0cDovL3Jlc2Nkbi55b2hvYm95cy5jb20vcmVzL25ldy9ib3lzL2ltYWdlcy9iYW5uZXJwbGF5LnBuZw==/dissolve/100/gravity/Center/dx/10/dy/10&title1=Meet...Cody Sanderson &shareurl=http://www.yohoboys.com/channel/detail/index/id/10657/time/1478052894&coverpic=${url}?vframe/jpg/offset/0"
>
src
=
"//cdn.yoho.cn/tool/VideoPlayerNew.swf?id=video_0&url=${url}&language=1&sharepic=http://img01.yohoboys.com/contentimg/2016/06/12/14/0183fabea5332c5902cdd1d0d7fb63df04.jpg?imageMogr2/thumbnail/738x424|watermark/1/image/aHR0cDovL3Jlc2Nkbi55b2hvYm95cy5jb20vcmVzL25ldy9ib3lzL2ltYWdlcy9iYW5uZXJwbGF5LnBuZw==/dissolve/100/gravity/Center/dx/10/dy/10&title1=Meet...Cody Sanderson &shareurl=http://www.yohoboys.com/channel/detail/index/id/10657/time/1478052894&coverpic=${url}?vframe/jpg/offset/0"
>
<
/object
>
<
/div> `
;
};
...
...
Please
register
or
login
to post a comment