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播放
是不是哪我配错了?????
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…