You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Player doesn"t start with flowplayer.captions-3.1.4.swf Created Oct 25, 2009

This thread is solved

Views: 1866     Replies: 1     Last reply Nov 10, 2009  
You must login first before you can use this feature

AOC

Posts: 8

Registered:
May 22, 2009

Player doesn"t start with flowplayer.captions-3.1.4.swf

Posted: Oct 25, 2009

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'
}
}
}


}
})
});

Roger
The unexamined life is not worth living - Socrates

Posts: 23

Registered:
Aug 8, 2009

» Player doesn"t start with flowplayer.captions-3.1.4.swf

Posted: Nov 10, 2009

Reply to: Player doesn"t start with flowplayer.captions-3.1.4.swf, from AOC
Were you ever able to get this working? I am having the same problem.

-roger