本帖最后由 相识是缘 于 2026-6-2 09:53 编辑 ! x/ D3 _3 K$ m0 O9 r
$ |+ O3 S$ P- v) j z2 ~
},
{
"name": "fullControlBar",
"align": "tlabs",
"x": 0,
"y": 0,
"children": [
{
"name": "fullTitle",
"align": "tl",
"x": 25,
"y": 6
},
{
"name": "fullNormalScreenButton",
"align": "tr",
"x": 24,
"y": 13
},
{
"name": "fullTimeDisplay",
"align": "tr",
"x": 10,
"y": 12
},
{
"name": "fullZoom",
"align": "cc"
}
]
}
];
if(H5tmp==true) layout=[
{
"name": "bigPlayButton",
"align": "cc"
},
{
"name": "H5Loading",
"align": "cc"
},
{
"name": "errorDisplay",
"align": "tlabs",
"x": 0,
"y": 0
},
{
"name": "infoDisplay"
},
{
"name": "tooltip",
"align": "blabs",
"x": 0,
"y": 56
},
{
"name": "thumbnail"
},
{
"name": "controlBar",
"align": "blabs",
"x": 0,
"y": 0,
"children": [
{
"name": "progress",
"align": "blabs",
"x": 0,
"y": 44
},
{
"name": "playButton",
"align": "tl",
"x": 15,
"y": 12
},
{
"name": "timeDisplay",
"align": "tl",
"x": 10,
"y": 7
},
{
"name": "fullScreenButton",
"align": "tr",
"x": 10,
"y": 12
},
{
"name": "setting",
"align": "tr",
"x": 15,
"y": 12
},
{
"name": "volume",
"align": "tr",
"x": 5,
"y": 10
}
]
}
];
player = new Aliplayer({
"id": "J_prismPlayer1",
"source": playurl,
"width": 760,
"height": 430,
"autoplay": false,
"isLive": livetmp,
"rePlay": false,
"playsinline": true,
"preload": true,
"controlBarVisibility": "hover",
"useFlashPrism": Flashtmp,
"useH5Prism": H5tmp,
"skinLayout": layout,
}, function (player) {
}
);
]
|