Hi guys,
On www.mexat.com/video.php I applied the key but it is still showing the copyright so i'm not sure if I have the key setup properly.
Could you guys please advise me, the following is my code.
On www.mexat.com/video.php I applied the key but it is still showing the copyright so i'm not sure if I have the key setup properly.
Could you guys please advise me, the following is my code.
flowplayer("player", "java/flowplayer-3.1.0.swf", {
key: '$efbf90222d2ccca3baf',
plugins: {
content: {
// the only required property
url: 'java/flowplayer.content-3.1.0.swf',
// some display properties
height: 25,
padding:1,
backgroundColor: '#000000',
opacity: 1,
bottom:30,
right:15,
width:50,
// one styling property
backgroundGradient: [0, 0, 0],
// content plugin specific properties
html: '<p align="right">Mexat</p>',
//html: '<img src="" height="20" width="70">',
style: {p: {fontSize: 17}}
}
},
clip: {
autoPlay: false,
autoBuffering: true
}
});