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
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
69003d9e6fff2f3ae176819ea8ed290772562fbe
2 parents
29fb6bf6
1dbacdb8
Merge branch 'feature/guangDev' into release/5.8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
apps/guang/helpers/video-player-tpl.js
apps/guang/models/guang-service.js
apps/guang/helpers/video-player-tpl.js
View file @
69003d9
...
...
@@ -6,7 +6,7 @@
module
.
exports
=
(
url
,
width
,
height
)
=>
{
width
=
width
||
750
;
height
=
height
||
42
0
;
height
=
height
||
30
0
;
return
`
<
div
class
=
"video-wrap"
>
<
a
href
=
"javascript:;"
class
=
"video-close-btn"
><
/a
>
<
object
id
=
"video_0"
codebase
=
"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"
...
...
@@ -18,7 +18,7 @@ module.exports = (url, width, height) => {
<
param
name
=
"allowFullScreen"
value
=
"true"
>
<
param
value
=
"always"
name
=
"allowScriptAccess"
>
<
param
value
=
"transparent"
name
=
"wmode"
>
<
embed
style
=
"width: ${width}px;height: ${height}px; display:block; margin:0 auto;"
id
=
"flash"
align
=
"
middle
"
pluginspage
=
"http://www.macromedia.com/go/getflashplayer"
<
embed
style
=
"width: ${width}px;height: ${height}px; display:block; margin:0 auto;"
id
=
"flash"
align
=
"
absbottom
"
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
=
"http://rescdn.yohoboys.com/res/new/boys/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"
>
...
...
apps/guang/models/guang-service.js
View file @
69003d9
...
...
@@ -781,7 +781,7 @@ module.exports = class extends global.yoho.BaseModel {
video
:
[]
};
result
.
video
.
push
(
videoPlayerTpl
(
data
.
src
,
640
,
48
0
));
result
.
video
.
push
(
videoPlayerTpl
(
data
.
src
,
640
,
35
0
));
return
result
;
},
...
...
Please
register
or
login
to post a comment