tmpPlayer = projekktor('#videoPlayer', {
poster: address,
playerFlashMP4:'StrobeMediaPlayback.swf',
title: 'projekktor',
width: 600,
height: 420,
Array:['flash'],
autoplay:true,
iframe:false,
thereCanBeOnlyOne:true,//确保只有一个玩家正在运行
forceFullViewport:true,//启用全屏
disablePause:false,//启用暂停
playlist: [
{
0: {src: videoUrl, type: "video/mp4"}
}
]
}, function(player) {} // on ready
);
加了playerFlashMP4和Array之后,在不支持html播放的浏览器上还是不能自动启用flash播放
是不是哪我配错了?????
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...