hi,
Flowplayer.captions-3.1.1.swf works perfectly with flowplayer.commercial-3.1.4.swf. But player doesn't play (stops working) when using Flowplayer.captions-3.1.1.swf. Is this a bug, or version incompatibility? i'm i missing something?
i'm. using this code.
$(function() {
$f("player", "flowplayer.commercial-3.1.1.swf",
{
clip:
{
url: 'http://localhost/Video/Test.flv'
},
plugins:
{
captions:
{
url: 'flowplayer.captions-3.1.1.swf',
captionTarget: 'content',
button: null
}
content:
{
url:'flowplayer.content-3.1.0.swf',
opacity: 0.0,
display: 'none',
bottom: 25,
width: '95%',
height:65,
backgroundColor: 'transparent',
backgroundGradient: 'none',
border: 2,
textDecoration: 'outline',
style: {
'body': {
opacity: 0.5,
fontSize: 16,
fontFamily: 'Arial',
fontWeight: 'Bold',
textAlign: 'center',
color: '#ffffff'
}
}
}
}
})
});
Flowplayer.captions-3.1.1.swf works perfectly with flowplayer.commercial-3.1.4.swf. But player doesn't play (stops working) when using Flowplayer.captions-3.1.1.swf. Is this a bug, or version incompatibility? i'm i missing something?
i'm. using this code.
$(function() {
$f("player", "flowplayer.commercial-3.1.1.swf",
{
clip:
{
url: 'http://localhost/Video/Test.flv'
},
plugins:
{
captions:
{
url: 'flowplayer.captions-3.1.1.swf',
captionTarget: 'content',
button: null
}
content:
{
url:'flowplayer.content-3.1.0.swf',
opacity: 0.0,
display: 'none',
bottom: 25,
width: '95%',
height:65,
backgroundColor: 'transparent',
backgroundGradient: 'none',
border: 2,
textDecoration: 'outline',
style: {
'body': {
opacity: 0.5,
fontSize: 16,
fontFamily: 'Arial',
fontWeight: 'Bold',
textAlign: 'center',
color: '#ffffff'
}
}
}
}
})
});